Browse Source

Fix SWITCHING_NOZZLE zdiff (#11683)

pull/1/head
scott0122 6 years ago
committed by Scott Lahteine
parent
commit
72fdb6bab3
  1. 5
      Marlin/src/module/tool_change.cpp

5
Marlin/src/module/tool_change.cpp

@ -420,11 +420,6 @@ void tool_change(const uint8_t tmp_extruder, const float fr_mm_s/*=0.0*/, bool n
#endif // !DUAL_X_CARRIAGE
#if ENABLED(SWITCHING_NOZZLE)
// The newly-selected extruder Z is actually at...
current_position[Z_AXIS] -= zdiff;
#endif
// Tell the planner the new "current position"
SYNC_PLAN_POSITION_KINEMATIC();

Loading…
Cancel
Save