Browse Source

Merge pull request #7530 from GMagician/Code-reduction

Code reduction with some configurations
Scott Lahteine 7 years ago
parent
commit
e82e9073d6
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp View File

13484
     setup_endstop_interrupts();
13484
     setup_endstop_interrupts();
13485
   #endif
13485
   #endif
13486
 
13486
 
13487
-  #if ENABLED(SWITCHING_EXTRUDER)
13487
+  #if ENABLED(SWITCHING_EXTRUDER) && !DONT_SWITCH
13488
     move_extruder_servo(0);  // Initialize extruder servo
13488
     move_extruder_servo(0);  // Initialize extruder servo
13489
   #endif
13489
   #endif
13490
 
13490
 

Loading…
Cancel
Save