Browse Source

M303 followup (#21282)

Followup to f2ed18d150
vanilla_fb_2.0.x
ellensp 4 years ago
committed by Scott Lahteine
parent
commit
b80ec493ed
  1. 2
      Marlin/src/gcode/temp/M303.cpp

2
Marlin/src/gcode/temp/M303.cpp

@ -51,7 +51,7 @@ void GcodeSuite::M303() {
thermalManager.pid_debug_flag ^= true;
SERIAL_ECHO_START();
SERIAL_ECHOPGM("PID Debug ");
serialprintln_onoff(pid_debug_flag);
serialprintln_onoff(thermalManager.pid_debug_flag);
return;
}
#endif

Loading…
Cancel
Save