Skip to content

Commit

Permalink
Fix AutoTilt Freezing
Browse files Browse the repository at this point in the history
  • Loading branch information
Jyers committed Mar 8, 2021
1 parent 1724642 commit 8fa16f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Marlin/src/lcd/extui/lib/creality_dwin/creality_dwin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2494,6 +2494,7 @@ void CrealityDWINClass::Menu_Item_Handler(uint8_t menu, uint8_t item, bool draw/
}
gcode.process_subcommands_now_P(PSTR(buf));
planner.synchronize();
Redraw_Menu();
}
break;
case UBL_GET_MESH:
Expand Down

0 comments on commit 8fa16f1

Please sign in to comment.