Browse Source

Fix DWIN typo

vanilla_fb_2.0.x
Scott Lahteine 4 years ago
parent
commit
031f308d39
  1. 2
      Marlin/src/lcd/dwin/dwin.cpp

2
Marlin/src/lcd/dwin/dwin.cpp

@ -2743,7 +2743,7 @@ void HMI_Info(void) {
#if HAS_LEVELING
checkkey = Control;
select_control.set(CONTROL_ITEMS);
Draw_Control_Menu()
Draw_Control_Menu();
#else
select_page.set(3);
Goto_MainMenu();

Loading…
Cancel
Save