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

This commit is contained in:
VBen 2019-04-05 22:28:32 +02:00 committed by Scott Lahteine
parent 027a901bec
commit 0dfd76ba55

View File

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