Skip to content

Commit c5a5116

Browse files
committed
increased PID range even more MarlinFirmware#2
1 parent 2c4ba63 commit c5a5116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Marlin/Configuration.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@
801801
#if ANY(PIDTEMP, PIDTEMPBED, PIDTEMPCHAMBER)
802802
//#define PID_OPENLOOP // Puts PID in open loop. M104/M140 sets the output power from 0 to PID_MAX
803803
//#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
804-
#define PID_FUNCTIONAL_RANGE 20 // If the temperature difference between the target temperature and the actual temperature
804+
#define PID_FUNCTIONAL_RANGE 40 // If the temperature difference between the target temperature and the actual temperature
805805
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
806806

807807
#define PID_EDIT_MENU // Add PID editing to the "Advanced Settings" menu. (~700 bytes of flash)

0 commit comments

Comments
 (0)