Merge pull request #6042 from thinkyhead/rc_fix_toolchange_z
Move Z last in tool-change for SWITCHING_EXTRUDER
This commit is contained in:
commit
9b2b53f63a
2 changed files with 17 additions and 17 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue