Browse Source

Fix SWITCHING_NOZZLE zdiff (#11683)

scott0122 6 years ago
parent
commit
72fdb6bab3
1 changed files with 0 additions and 5 deletions
  1. 0
    5
      Marlin/src/module/tool_change.cpp

+ 0
- 5
Marlin/src/module/tool_change.cpp View File

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

Loading…
Cancel
Save