Browse Source

Preserve position in menu move axis.

Marek Bel 7 years ago
parent
commit
ed0e7a8b58
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Firmware/ultralcd.cpp

+ 2 - 2
Firmware/ultralcd.cpp

@@ -1534,7 +1534,7 @@ static void lcd_menu_extruder_info()
     lcd.print(itostr3(pat9125_b));
     lcd.print(itostr3(pat9125_b));
     
     
     // Display LASER shutter time from Filament sensor
     // Display LASER shutter time from Filament sensor
-    /* Shutter register is an index of LASER shutter time. It is automatically controlled by the chips internal
+    /* Shutter register is an index of LASER shutter time. It is automatically controlled by the chip�s internal
      auto-exposure algorithm. When the chip is tracking on a good reflection surface, the Shutter is small.
      auto-exposure algorithm. When the chip is tracking on a good reflection surface, the Shutter is small.
      When the chip is tracking on a poor reflection surface, the Shutter is large. Value ranges from 0 to
      When the chip is tracking on a poor reflection surface, the Shutter is large. Value ranges from 0 to
      46. */
      46. */
@@ -2199,7 +2199,7 @@ static void _lcd_move(const char *name, int axis, int min, int max) {
     }
     }
   }
   }
   if (lcdDrawUpdate) lcd_implementation_drawedit(name, ftostr31(current_position[axis]));
   if (lcdDrawUpdate) lcd_implementation_drawedit(name, ftostr31(current_position[axis]));
-  if (LCD_CLICKED) lcd_goto_menu(lcd_move_menu_axis); {
+  if (LCD_CLICKED) menu_action_back(); {
   }
   }
 }
 }