Browse Source

Fix Z hotend offset broken by parking extruder tool change (#13582)

VBen 6 years ago
parent
commit
0dfd76ba55
1 changed files with 0 additions and 6 deletions
  1. 0
    6
      Marlin/src/module/tool_change.cpp

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

@@ -369,12 +369,6 @@ inline void fast_line_to_current(const AxisEnum fr_axis) {
369 369
         pe_activate_solenoid(active_extruder); // Just save power for inverted magnets
370 370
       #endif
371 371
     }
372
-
373
-    #if HAS_HOTEND_OFFSET
374
-      current_position[Z_AXIS] += hotend_offset[Z_AXIS][active_extruder] - hotend_offset[Z_AXIS][tmp_extruder];
375
-    #endif
376
-
377
-    if (DEBUGGING(LEVELING)) DEBUG_POS("Applying Z-offset", current_position);
378 372
   }
379 373
 
380 374
 #endif // PARKING_EXTRUDER

Loading…
Cancel
Save