🔧 Increase PID_FUNCTIONAL_RANGE

MarlinFirmware/Marlin#27740

Co-Authored-By: feldi12 <25982433+feldi12@users.noreply.github.com>
This commit is contained in:
Scott Lahteine 2025-04-14 16:58:45 -05:00
parent 5d9d61c572
commit 49b3afa595
358 changed files with 358 additions and 358 deletions

View file

@ -904,7 +904,7 @@
#if ANY(PIDTEMP, PIDTEMPBED, PIDTEMPCHAMBER)
//#define PID_OPENLOOP // Puts PID in open loop. M104/M140 sets the output power from 0 to PID_MAX
//#define SLOW_PWM_HEATERS // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
#define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
#define PID_FUNCTIONAL_RANGE 20 // If the temperature difference between the target temperature and the actual temperature
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
//#define PID_EDIT_MENU // Add PID editing to the "Advanced Settings" menu. (~700 bytes of flash)