Browse Source

M303 followup (#21282)

Followup to f2ed18d150
ellensp 4 years ago
parent
commit
aa054471f2
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/gcode/temp/M303.cpp

+ 1
- 1
Marlin/src/gcode/temp/M303.cpp View File

51
       thermalManager.pid_debug_flag ^= true;
51
       thermalManager.pid_debug_flag ^= true;
52
       SERIAL_ECHO_START();
52
       SERIAL_ECHO_START();
53
       SERIAL_ECHOPGM("PID Debug ");
53
       SERIAL_ECHOPGM("PID Debug ");
54
-      serialprintln_onoff(pid_debug_flag);
54
+      serialprintln_onoff(thermalManager.pid_debug_flag);
55
       return;
55
       return;
56
     }
56
     }
57
   #endif
57
   #endif

Loading…
Cancel
Save