Browse Source

Fix: menu edit items saving position twice

Scott Lahteine 9 years ago
parent
commit
1220dfd5d6
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      Marlin/ultralcd.cpp

+ 0
- 2
Marlin/ultralcd.cpp View File

@@ -1778,8 +1778,6 @@ static void lcd_control_volumetric_menu() {
1778 1778
   void menu_edit_ ## _name () { _menu_edit_ ## _name(); } \
1779 1779
   void menu_edit_callback_ ## _name () { if (_menu_edit_ ## _name ()) (*callbackFunc)(); } \
1780 1780
   static void _menu_action_setting_edit_ ## _name (const char* pstr, _type* ptr, _type minValue, _type maxValue) { \
1781
-    lcd_save_previous_menu(); \
1782
-    \
1783 1781
     lcdDrawUpdate = LCD_DRAW_UPDATE_CLEAR_CALL_REDRAW; \
1784 1782
     currentMenu = menu_edit_ ## _name; \
1785 1783
     \

Loading…
Cancel
Save