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 #if HAS_LEVELING
checkkey = Control; checkkey = Control;
select_control.set(CONTROL_ITEMS); select_control.set(CONTROL_ITEMS);
Draw_Control_Menu() Draw_Control_Menu();
#else #else
select_page.set(3); select_page.set(3);
Goto_MainMenu(); Goto_MainMenu();

Loading…
Cancel
Save