Sfoglia il codice sorgente

Fix G1 behaviour after tool unpark

Fix #10777 for 2.0.x

Co-Authored-By: Ante Vukorepa <o.orcinus@gmail.com>
Scott Lahteine 6 anni fa
parent
commit
d2647c1f19
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3
    0
      Marlin/src/module/tool_change.cpp

+ 3
- 0
Marlin/src/module/tool_change.cpp Vedi File

@@ -454,6 +454,9 @@ void tool_change(const uint8_t tmp_extruder, const float fr_mm_s/*=0.0*/, bool n
454 454
           #endif
455 455
           // Move back to the original (or tweaked) position
456 456
           do_blocking_move_to(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS]);
457
+          #if ENABLED(DUAL_X_CARRIAGE)
458
+            active_extruder_parked = false;
459
+          #endif
457 460
         }
458 461
         #if ENABLED(SWITCHING_NOZZLE)
459 462
           else {

Loading…
Annulla
Salva