Display PID Autotune status (#18408)
This commit is contained in:
parent
2a650a2793
commit
c135db1ce7
|
@ -25,6 +25,7 @@
|
|||
#if HAS_PID_HEATING
|
||||
|
||||
#include "../gcode.h"
|
||||
#include "../../lcd/ultralcd.h"
|
||||
#include "../../module/temperature.h"
|
||||
|
||||
#if ENABLED(EXTENSIBLE_UI)
|
||||
|
@ -84,7 +85,9 @@ void GcodeSuite::M303() {
|
|||
KEEPALIVE_STATE(NOT_BUSY);
|
||||
#endif
|
||||
|
||||
ui.set_status(GET_TEXT(MSG_PID_AUTOTUNE));
|
||||
thermalManager.PID_autotune(temp, e, c, u);
|
||||
ui.reset_status();
|
||||
}
|
||||
|
||||
#endif // HAS_PID_HEATING
|
||||
|
|
Loading…
Reference in a new issue