Outdent singlenozzle toolchange code
This commit is contained in:
parent
d338e4d875
commit
a44ef27897
1 changed files with 73 additions and 76 deletions
|
@ -643,8 +643,6 @@ void tool_change(const uint8_t tmp_extruder, const float fr_mm_s/*=0.0*/, bool n
|
|||
select_multiplexed_stepper(tmp_extruder);
|
||||
#endif
|
||||
|
||||
#if EXTRUDERS > 1
|
||||
|
||||
#if ENABLED(SINGLENOZZLE)
|
||||
|
||||
#if ENABLED(PREVENT_COLD_EXTRUSION)
|
||||
|
@ -719,13 +717,12 @@ void tool_change(const uint8_t tmp_extruder, const float fr_mm_s/*=0.0*/, bool n
|
|||
|
||||
do_blocking_move_to(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS]);
|
||||
}
|
||||
#else // !SINGLENOZZLE
|
||||
|
||||
#elif EXTRUDERS > 1
|
||||
|
||||
active_extruder = tmp_extruder;
|
||||
|
||||
#endif // !SINGLENOZZLE
|
||||
|
||||
#endif // EXTRUDERS > 1
|
||||
#endif
|
||||
|
||||
#endif // HOTENDS <= 1
|
||||
|
||||
|
|
Reference in a new issue