Browse Source
Resolve issue where user can't edit UBL's mesh
pull/1/head
Roxy-3D
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
3 deletions
-
Marlin/src/lcd/ultralcd.cpp
|
@ -2425,9 +2425,6 @@ void lcd_quick_feedback(const bool clear_buttons) { |
|
|
void _lcd_ubl_output_map_lcd() { |
|
|
void _lcd_ubl_output_map_lcd() { |
|
|
static int16_t step_scaler = 0; |
|
|
static int16_t step_scaler = 0; |
|
|
|
|
|
|
|
|
if (!all_axes_known()) |
|
|
|
|
|
return lcd_goto_screen(_lcd_ubl_map_homing); |
|
|
|
|
|
|
|
|
|
|
|
if (use_click()) return _lcd_ubl_map_lcd_edit_cmd(); |
|
|
if (use_click()) return _lcd_ubl_map_lcd_edit_cmd(); |
|
|
ENCODER_DIRECTION_NORMAL(); |
|
|
ENCODER_DIRECTION_NORMAL(); |
|
|
|
|
|
|
|
|