🩹 Fix manual move titles (#24518)

This commit is contained in:
Scott Lahteine
2022-07-18 19:52:47 -05:00
committed by GitHub
parent 48e4863cb6
commit ed2071aabd
29 changed files with 35 additions and 10 deletions

View File

@@ -191,7 +191,7 @@ void MarlinUI::goto_screen(screenFunc_t screen, const uint16_t encoder/*=0*/, co
else {
#if ENABLED(MOVE_Z_WHEN_IDLE)
ui.manual_move.menu_scale = MOVE_Z_IDLE_MULTIPLICATOR;
screen = lcd_move_z;
screen = []{ lcd_move_axis(Z_AXIS); };
#endif
}
}