Browse Source

Fix "autotune" LCD message (#20127)

Luu Lac 4 years ago
parent
commit
a6ff61d52e
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

77
     KEEPALIVE_STATE(NOT_BUSY);
77
     KEEPALIVE_STATE(NOT_BUSY);
78
   #endif
78
   #endif
79
 
79
 
80
-  ui.set_status(GET_TEXT(MSG_PID_AUTOTUNE));
80
+  ui.set_status_P(GET_TEXT(MSG_PID_AUTOTUNE));
81
   thermalManager.PID_autotune(temp, e, c, u);
81
   thermalManager.PID_autotune(temp, e, c, u);
82
   ui.reset_status();
82
   ui.reset_status();
83
 }
83
 }

Loading…
Cancel
Save