Browse Source

Resolve issue where user can't edit UBL's mesh

Roxy-3D 7 years ago
parent
commit
603e136e87
No account linked to committer's email address
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      Marlin/src/lcd/ultralcd.cpp

+ 0
- 3
Marlin/src/lcd/ultralcd.cpp View File

2425
     void _lcd_ubl_output_map_lcd() {
2425
     void _lcd_ubl_output_map_lcd() {
2426
       static int16_t step_scaler = 0;
2426
       static int16_t step_scaler = 0;
2427
 
2427
 
2428
-      if (!all_axes_known())
2429
-        return lcd_goto_screen(_lcd_ubl_map_homing);
2430
-
2431
       if (use_click()) return _lcd_ubl_map_lcd_edit_cmd();
2428
       if (use_click()) return _lcd_ubl_map_lcd_edit_cmd();
2432
       ENCODER_DIRECTION_NORMAL();
2429
       ENCODER_DIRECTION_NORMAL();
2433
 
2430
 

Loading…
Cancel
Save