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
 
420
 
421
         #endif // !DUAL_X_CARRIAGE
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
         // Tell the planner the new "current position"
423
         // Tell the planner the new "current position"
429
         SYNC_PLAN_POSITION_KINEMATIC();
424
         SYNC_PLAN_POSITION_KINEMATIC();
430
 
425
 

Loading…
Cancel
Save