Bläddra i källkod

Enable E1 stepper for DUAL_NOZZLE_DUPLICATION_MODE

Scott Lahteine 8 år sedan
förälder
incheckning
d480b6f75a
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      Marlin/planner.cpp

+ 1
- 1
Marlin/planner.cpp Visa fil

869
       switch(extruder) {
869
       switch(extruder) {
870
         case 0:
870
         case 0:
871
           enable_E0();
871
           enable_E0();
872
-          #if ENABLED(DUAL_X_CARRIAGE)
872
+          #if ENABLED(DUAL_X_CARRIAGE) || ENABLED(DUAL_NOZZLE_DUPLICATION_MODE)
873
             if (extruder_duplication_enabled) {
873
             if (extruder_duplication_enabled) {
874
               enable_E1();
874
               enable_E1();
875
               g_uc_extruder_last_move[1] = (BLOCK_BUFFER_SIZE) * 2;
875
               g_uc_extruder_last_move[1] = (BLOCK_BUFFER_SIZE) * 2;

Laddar…
Avbryt
Spara