COOLER_OVERSHOOT

cfa6c7d45b
This commit is contained in:
Scott Lahteine 2021-03-28 20:29:17 -05:00
parent 85bfa52898
commit be711dd098
249 changed files with 249 additions and 0 deletions

View file

@ -497,6 +497,7 @@
*/
#define HOTEND_OVERSHOOT 15 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
#define BED_OVERSHOOT 10 // (°C) Forbid temperatures over MAXTEMP - OVERSHOOT
#define COOLER_OVERSHOOT 2 // (°C) Forbid temperatures closer than OVERSHOOT
//===========================================================================
//============================= PID Settings ================================