Browse Source

Add feedback after "Click to Begin"

Scott Lahteine 8 years ago
parent
commit
fb38d698db
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/ultralcd.cpp

+ 1
- 1
Marlin/ultralcd.cpp View File

@@ -978,7 +978,7 @@ void lcd_cooldown() {
978 978
       current_position[Y_AXIS] = MESH_MIN_Y;
979 979
       line_to_current(manual_feedrate[X_AXIS] <= manual_feedrate[Y_AXIS] ? X_AXIS : Y_AXIS);
980 980
       _lcd_level_bed_position = 0;
981
-      lcd_goto_menu(_lcd_level_bed_procedure);
981
+      lcd_goto_menu(_lcd_level_bed_procedure, true);
982 982
     }
983 983
   }
984 984
 

Loading…
Cancel
Save