Skip to content

Commit

Permalink
Extend Heater Overshoot Options (MarlinFirmware#21273)
Browse files Browse the repository at this point in the history
Co-authored-by: Scott Lahteine <[email protected]>
  • Loading branch information
2 people authored and vyacheslav-shubin committed Mar 10, 2021
1 parent b045fa3 commit d6efbd9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,15 @@
#define BED_MAXTEMP 150
#define CHAMBER_MAXTEMP 60

/**
* Thermal Overshoot
* During heatup (and printing) the temperature can often "overshoot" the target by many degrees
* (especially before PID tuning). Setting the target temperature too close to MAXTEMP guarantees
* a MAXTEMP shutdown! Use these values to forbid temperatures being set too close to MAXTEMP.
*/
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT

//===========================================================================
//============================= PID Settings ================================
//===========================================================================
Expand Down

0 comments on commit d6efbd9

Please sign in to comment.