Fix Move Z menu item
This commit is contained in:
parent
e34aa1ff8f
commit
cb1cb72c76
@ -307,7 +307,7 @@ void menu_move() {
|
|||||||
ACTION_ITEM(MSG_FREE_XY, [](){ line_to_z(delta_clip_start_height); ui.synchronize(); });
|
ACTION_ITEM(MSG_FREE_XY, [](){ line_to_z(delta_clip_start_height); ui.synchronize(); });
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
SUBMENU(MSG_MOVE_Z, [](){ _menu_move_distance(Y_AXIS, lcd_move_y); });
|
SUBMENU(MSG_MOVE_Z, [](){ _menu_move_distance(Z_AXIS, lcd_move_z); });
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
GCODES_ITEM(MSG_AUTO_HOME, PSTR("G28"));
|
GCODES_ITEM(MSG_AUTO_HOME, PSTR("G28"));
|
||||||
|
Loading…
Reference in New Issue
Block a user