Outdent singlenozzle toolchange code

This commit is contained in:
Scott Lahteine 2018-10-12 15:19:03 -05:00
parent d338e4d875
commit a44ef27897

View file

@ -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