From 72fdb6bab30f689032e3e330c90f7cf0eebee5c4 Mon Sep 17 00:00:00 2001 From: scott0122 <39105828+scott0122@users.noreply.github.com> Date: Tue, 4 Sep 2018 12:24:40 +0800 Subject: [PATCH] Fix SWITCHING_NOZZLE zdiff (#11683) --- Marlin/src/module/tool_change.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Marlin/src/module/tool_change.cpp b/Marlin/src/module/tool_change.cpp index 3c4a62e29..341ec109d 100644 --- a/Marlin/src/module/tool_change.cpp +++ b/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();