Resolve issue where user can't edit mesh

This commit is contained in:
Roxy-3D 2018-07-08 14:39:08 -05:00 committed by GitHub
parent ccb225f43a
commit fae2929b6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2414,9 +2414,6 @@ void lcd_quick_feedback(const bool clear_buttons) {
void _lcd_ubl_output_map_lcd() {
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();
ENCODER_DIRECTION_NORMAL();