Thermal Settings in Marlin

From Open Source Ecology
Revision as of 18:10, 20 May 2019 by Marcin (talk | contribs) (Created page with " =Disable Thermal Protection= *In configuration.h - <nowiki>#define THERMAL_PROTECTION_HOTENDS // Enable thermal protection for all extruders #define THERMAL_PROTECTION_BED...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


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