🚸 Improve Tramming Wizard usability (#22672)
This commit is contained in:
committed by
Scott Lahteine
parent
19353fc98c
commit
2e9f819d5f
@ -120,6 +120,7 @@ namespace ExtUI {
|
||||
void onPidTuning(const result_t rst) {
|
||||
// Called for temperature PID tuning result
|
||||
switch (rst) {
|
||||
case PID_STARTED: break;
|
||||
case PID_BAD_EXTRUDER_NUM: break;
|
||||
case PID_TEMP_TOO_HIGH: break;
|
||||
case PID_TUNING_TIMEOUT: break;
|
||||
|
Reference in New Issue
Block a user