parent
f2ff75f3a2
commit
aa054471f2
@ -51,7 +51,7 @@ void GcodeSuite::M303() {
|
|||||||
thermalManager.pid_debug_flag ^= true;
|
thermalManager.pid_debug_flag ^= true;
|
||||||
SERIAL_ECHO_START();
|
SERIAL_ECHO_START();
|
||||||
SERIAL_ECHOPGM("PID Debug ");
|
SERIAL_ECHOPGM("PID Debug ");
|
||||||
serialprintln_onoff(pid_debug_flag);
|
serialprintln_onoff(thermalManager.pid_debug_flag);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user