Revert "[1.1.x] idex and bl touch fix" (#11406)
* Revert "[1.1.x] bltouch home refinements (#11398)" This reverts commit 30839a6ba66bfb3fbce1141b1ff50a896cdcae4d. * Revert "[1.1.x] idex and bl touch fix (#11392)" This reverts commit e1bef0ea797ee311296240d8f9a1af1ea65e16c5.
This commit is contained in:
parent
30839a6ba6
commit
33c37d587d
@ -12017,6 +12017,8 @@ void tool_change(const uint8_t tmp_extruder, const float fr_mm_s/*=0.0*/, bool n
|
||||
#endif
|
||||
}
|
||||
|
||||
// Save current position to destination, for use later
|
||||
set_destination_from_current();
|
||||
|
||||
#if HAS_LEVELING
|
||||
// Set current position to the physical position
|
||||
@ -12025,15 +12027,11 @@ void tool_change(const uint8_t tmp_extruder, const float fr_mm_s/*=0.0*/, bool n
|
||||
#endif
|
||||
|
||||
#if ENABLED(DUAL_X_CARRIAGE)
|
||||
// Save current position to destination, for use later
|
||||
if(current_position[X_AXIS] != x_home_pos(active_extruder))
|
||||
set_destination_from_current();
|
||||
else
|
||||
no_move = true;
|
||||
|
||||
dualx_tool_change(tmp_extruder, no_move); // Can modify no_move
|
||||
|
||||
#else // !DUAL_X_CARRIAGE
|
||||
set_destination_from_current();
|
||||
|
||||
#if ENABLED(PARKING_EXTRUDER) // Dual Parking extruder
|
||||
parking_extruder_tool_change(tmp_extruder, no_move);
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user