🚸 Improve Tramming Wizard usability (#22672)

This commit is contained in:
Jason Smith
2021-08-31 00:00:59 -07:00
committed by Scott Lahteine
parent 19353fc98c
commit 2e9f819d5f
4 changed files with 19 additions and 13 deletions

View File

@ -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;