Thermal Settings in Marlin: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
=Disable Thermal Protection= | =Disable Thermal Protection= | ||
*In configuration.h - | *In configuration.h - comment out: | ||
<nowiki> #define THERMAL_PROTECTION_HOTENDS // Enable thermal protection for all extruders | <nowiki> #define THERMAL_PROTECTION_HOTENDS // Enable thermal protection for all extruders | ||
Line 8: | Line 8: | ||
#define THERMAL_PROTECTION_BED // Enable thermal protection for the heated bed | #define THERMAL_PROTECTION_BED // Enable thermal protection for the heated bed | ||
</nowiki> | </nowiki> | ||
=Max Heater Temp= | |||
*Assuming in Configuration.h - | |||
#define HEATER_0_MAXTEMP 275 - stock max is 275. | |||
=Links= | =Links= | ||
*[[Marlin Bed Temperature Settings]] | *[[Marlin Bed Temperature Settings]] |
Latest revision as of 18:16, 20 May 2019
Disable Thermal Protection
- In configuration.h - comment out:
#define THERMAL_PROTECTION_HOTENDS // Enable thermal protection for all extruders #define THERMAL_PROTECTION_BED // Enable thermal protection for the heated bed
Max Heater Temp
- Assuming in Configuration.h -
- define HEATER_0_MAXTEMP 275 - stock max is 275.