Skip to content

Commit

Permalink
Only DXC_AUTO_PARK_MODE should auto-move in tool_change
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Nov 7, 2016
1 parent 49dd719 commit 236d87a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Marlin/Marlin_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7315,6 +7315,9 @@ void tool_change(const uint8_t tmp_extruder, const float fr_mm_s/*=0.0*/, bool n
if (DEBUGGING(LEVELING)) DEBUG_POS("New Extruder", current_position);
#endif

// Only when auto-parking are carriages safe to move
if (dual_x_carriage_mode != DXC_AUTO_PARK_MODE) no_move = true;

switch (dual_x_carriage_mode) {
case DXC_FULL_CONTROL_MODE:
// New current position is the position of the activated extruder
Expand Down

0 comments on commit 236d87a

Please sign in to comment.