Browse Source

Merge pull request #6817 from cbusillo/patch-1

missing enable for M605 for duplication mode
Scott Lahteine 7 years ago
parent
commit
3ff7515527
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp View File

@@ -10676,7 +10676,7 @@ void process_next_command() {
10676 10676
           break;
10677 10677
       #endif // FILAMENT_CHANGE_FEATURE
10678 10678
 
10679
-      #if ENABLED(DUAL_X_CARRIAGE)
10679
+      #if ENABLED(DUAL_X_CARRIAGE) || ENABLED(DUAL_NOZZLE_DUPLICATION_MODE)
10680 10680
         case 605: // M605: Set Dual X Carriage movement mode
10681 10681
           gcode_M605();
10682 10682
           break;

Loading…
Cancel
Save