M303 followup (#21282)

Followup to f2ed18d150
This commit is contained in:
ellensp 2021-03-08 17:06:33 +13:00 committed by GitHub
parent f2ff75f3a2
commit aa054471f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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