Merge pull request #6042 from thinkyhead/rc_fix_toolchange_z

Move Z last in tool-change for SWITCHING_EXTRUDER
This commit is contained in:
Scott Lahteine
2017-03-19 00:34:41 -05:00
committed by GitHub
2 changed files with 17 additions and 17 deletions

View File

@ -435,7 +435,7 @@ uint16_t max_display_update_time = 0;
}
else if (screen == lcd_status_screen && currentScreen == lcd_main_menu && PENDING(millis(), doubleclick_expire_ms))
screen = lcd_babystep_z;
#endif
#endif
currentScreen = screen;
encoderPosition = encoder;