Skip to content

Commit 236d87a

Browse files
committed
Only DXC_AUTO_PARK_MODE should auto-move in tool_change
1 parent 49dd719 commit 236d87a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Marlin/Marlin_main.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7315,6 +7315,9 @@ void tool_change(const uint8_t tmp_extruder, const float fr_mm_s/*=0.0*/, bool n
73157315
if (DEBUGGING(LEVELING)) DEBUG_POS("New Extruder", current_position);
73167316
#endif
73177317

7318+
// Only when auto-parking are carriages safe to move
7319+
if (dual_x_carriage_mode != DXC_AUTO_PARK_MODE) no_move = true;
7320+
73187321
switch (dual_x_carriage_mode) {
73197322
case DXC_FULL_CONTROL_MODE:
73207323
// New current position is the position of the activated extruder

0 commit comments

Comments
 (0)