File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 476476#define BED_MAXTEMP 150
477477#define CHAMBER_MAXTEMP 60
478478
479+ /**
480+ * Thermal Overshoot
481+ * During heatup (and printing) the temperature can often "overshoot" the target by many degrees
482+ * (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
483+ * a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
484+ */
485+ #define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
486+ #define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
487+
479488//===========================================================================
480489//============================= PID Settings ================================
481490//===========================================================================
You can’t perform that action at this time.
0 commit comments