Fix switching extruder
`DONT_SWITCH` got lost along the way. Replace it with `DO_SWITCH_EXTRUDER` and adjust the code.
This commit is contained in:
parent
8f18854d4d
commit
3c76bda2d8
7 changed files with 9 additions and 9 deletions
|
|
@ -3270,7 +3270,7 @@ void lcd_quick_feedback(const bool clear_buttons) {
|
|||
else
|
||||
MENU_ITEM(gcode, MSG_AUTO_HOME, PSTR("G28"));
|
||||
|
||||
#if ENABLED(SWITCHING_EXTRUDER)
|
||||
#if ENABLED(SWITCHING_EXTRUDER) || ENABLED(SWITCHING_NOZZLE)
|
||||
|
||||
#if EXTRUDERS == 4
|
||||
switch (active_extruder) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue