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

This commit is contained in:
Roxy-3D 2018-07-08 14:41:38 -05:00 committed by GitHub
parent 63f4c9bdb9
commit 603e136e87
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2425,9 +2425,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();