You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Marlin/Configuration.h
+1-1
Original file line number
Diff line number
Diff line change
@@ -801,7 +801,7 @@
801
801
#ifANY(PIDTEMP, PIDTEMPBED, PIDTEMPCHAMBER)
802
802
//#define PID_OPENLOOP // Puts PID in open loop. M104/M140 sets the output power from 0 to PID_MAX
803
803
//#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
-
#definePID_FUNCTIONAL_RANGE10 // If the temperature difference between the target temperature and the actual temperature
804
+
#definePID_FUNCTIONAL_RANGE20 // If the temperature difference between the target temperature and the actual temperature
805
805
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
806
806
807
807
#definePID_EDIT_MENU// Add PID editing to the "Advanced Settings" menu. (~700 bytes of flash)
0 commit comments