ellensp
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|