Skip to content
Snippets Groups Projects
Commit d4ed9b3e authored by InsanityAutomation's avatar InsanityAutomation Committed by Scott Lahteine
Browse files

Babystep also requires homing (#13191)

parent ca7b2f57
Branches
Tags
No related merge requests found
......@@ -214,7 +214,7 @@ void MarlinUI::goto_screen(screenFunc_t screen, const uint32_t encoder/*=0*/) {
doubleclick_expire_ms = millis() + DOUBLECLICK_MAX_INTERVAL;
}
else if (screen == status_screen && currentScreen == menu_main && PENDING(millis(), doubleclick_expire_ms)) {
if (printer_busy()) {
if (all_axes_known() && printer_busy()) {
screen =
#if ENABLED(BABYSTEP_ZPROBE_OFFSET)
lcd_babystep_zoffset
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment