Browse Source

Enable E1 stepper for DUAL_NOZZLE_DUPLICATION_MODE

Scott Lahteine 7 years ago
parent
commit
d480b6f75a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/planner.cpp

+ 1
- 1
Marlin/planner.cpp View File

@@ -869,7 +869,7 @@ void Planner::_buffer_line(const float &a, const float &b, const float &c, const
869 869
       switch(extruder) {
870 870
         case 0:
871 871
           enable_E0();
872
-          #if ENABLED(DUAL_X_CARRIAGE)
872
+          #if ENABLED(DUAL_X_CARRIAGE) || ENABLED(DUAL_NOZZLE_DUPLICATION_MODE)
873 873
             if (extruder_duplication_enabled) {
874 874
               enable_E1();
875 875
               g_uc_extruder_last_move[1] = (BLOCK_BUFFER_SIZE) * 2;

Loading…
Cancel
Save