Skip to content

Commit

Permalink
Fixed Heating Popup after Heater Timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Jyers committed May 23, 2021
1 parent f1ffcc5 commit b618ba8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Marlin/src/lcd/dwin/creality_dwin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4921,6 +4921,10 @@ void CrealityDWINClass::Confirm_Control() {
Popup_Handler(FilChange);
wait_for_user = false;
break;
case HeaterTime:
Popup_Handler(Heating);
wait_for_user = false;
break;
default:
Redraw_Menu(true, true, false);
wait_for_user = false;
Expand Down

0 comments on commit b618ba8

Please sign in to comment.