|
|
@ -146,7 +146,7 @@
|
|
|
|
#include "feature/fanmux.h"
|
|
|
|
#include "feature/fanmux.h"
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
#if (ENABLED(SWITCHING_EXTRUDER) && !DONT_SWITCH) || ENABLED(SWITCHING_NOZZLE) || ENABLED(PARKING_EXTRUDER)
|
|
|
|
#if DO_SWITCH_EXTRUDER || ENABLED(SWITCHING_NOZZLE) || ENABLED(PARKING_EXTRUDER)
|
|
|
|
#include "module/tool_change.h"
|
|
|
|
#include "module/tool_change.h"
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
@ -864,7 +864,7 @@ void setup() {
|
|
|
|
setup_endstop_interrupts();
|
|
|
|
setup_endstop_interrupts();
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
#if ENABLED(SWITCHING_EXTRUDER) && !DONT_SWITCH
|
|
|
|
#if DO_SWITCH_EXTRUDER
|
|
|
|
move_extruder_servo(0); // Initialize extruder servo
|
|
|
|
move_extruder_servo(0); // Initialize extruder servo
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|