Skip to content

Commit 5dc8f5c

Browse files
Extend Heater Overshoot Options (#21273)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
1 parent ced1bb9 commit 5dc8f5c

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Marlin/Configuration.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,15 @@
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
//===========================================================================

0 commit comments

Comments
 (0)