|
@@ -248,12 +248,9 @@ void _menu_move_distance(const AxisEnum axis, const screenFunc_t func, const int
|
248
|
248
|
START_MENU();
|
249
|
249
|
if (LCD_HEIGHT >= 4) {
|
250
|
250
|
switch (axis) {
|
251
|
|
- case X_AXIS:
|
252
|
|
- STATIC_ITEM(MSG_MOVE_X, true, true); break;
|
253
|
|
- case Y_AXIS:
|
254
|
|
- STATIC_ITEM(MSG_MOVE_Y, true, true); break;
|
255
|
|
- case Z_AXIS:
|
256
|
|
- STATIC_ITEM(MSG_MOVE_Z, true, true); break;
|
|
251
|
+ case X_AXIS: STATIC_ITEM(MSG_MOVE_X, true, true); break;
|
|
252
|
+ case Y_AXIS: STATIC_ITEM(MSG_MOVE_Y, true, true); break;
|
|
253
|
+ case Z_AXIS: STATIC_ITEM(MSG_MOVE_Z, true, true); break;
|
257
|
254
|
default:
|
258
|
255
|
#if ENABLED(MANUAL_E_MOVES_RELATIVE)
|
259
|
256
|
manual_move_e_origin = current_position[E_AXIS];
|