mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-26 13:25:54 +00:00
Resolve issue where user can't edit mesh
This commit is contained in:
parent
ccb225f43a
commit
fae2929b6b
@ -2414,9 +2414,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();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user