Thermal Settings in Marlin: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
(Created page with " =Disable Thermal Protection= *In configuration.h - <nowiki>#define THERMAL_PROTECTION_HOTENDS // Enable thermal protection for all extruders #define THERMAL_PROTECTION_BED...")
 
No edit summary
Line 5: Line 5:


<nowiki>#define THERMAL_PROTECTION_HOTENDS // Enable thermal protection for all extruders
<nowiki>#define THERMAL_PROTECTION_HOTENDS // Enable thermal protection for all extruders
#define THERMAL_PROTECTION_BED    // Enable thermal protection for the heated bed
#define THERMAL_PROTECTION_BED    // Enable thermal protection for the heated bed
</nowiki>
</nowiki>
=Links=
=Links=
*[[Marlin Bed Temperature Settings]]
*[[Marlin Bed Temperature Settings]]

Revision as of 18:10, 20 May 2019


Disable Thermal Protection

  • In configuration.h -

#define THERMAL_PROTECTION_HOTENDS // Enable thermal protection for all extruders #define THERMAL_PROTECTION_BED // Enable thermal protection for the heated bed

Links