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
+3-2
Original file line number
Diff line number
Diff line change
@@ -619,8 +619,6 @@
619
619
#definePID_K1 0.95 // Smoothing factor within any PID loop
620
620
621
621
#ifENABLED(PIDTEMP)
622
-
//#define PID_EDIT_MENU // Add PID editing to the "Advanced Settings" menu. (~700 bytes of PROGMEM)
623
-
//#define PID_AUTOTUNE_MENU // Add PID auto-tuning to the "Advanced Settings" menu. (~250 bytes of PROGMEM)
624
622
//#define PID_PARAMS_PER_HOTEND // Uses separate PID parameters for each extruder (useful for mismatched extruders)
625
623
// Set/get with gcode: M301 E[extruder number, 0-2]
626
624
@@ -767,6 +765,9 @@
767
765
//#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
768
766
#definePID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
769
767
// is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
768
+
769
+
//#define PID_EDIT_MENU // Add PID editing to the "Advanced Settings" menu. (~700 bytes of PROGMEM)
770
+
//#define PID_AUTOTUNE_MENU // Add PID auto-tuning to the "Advanced Settings" menu. (~250 bytes of PROGMEM)
0 commit comments