Browse Source

Make Y_DUAL_STEPPER_DRIVERS disabled by default

Richard Miles 12 years ago
parent
commit
77df2ab0e7
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Configuration_adv.h

+ 1
- 1
Marlin/Configuration_adv.h View File

153
 #endif
153
 #endif
154
 
154
 
155
 // Same again but for Y Axis.
155
 // Same again but for Y Axis.
156
-#define Y_DUAL_STEPPER_DRIVERS
156
+//#define Y_DUAL_STEPPER_DRIVERS
157
 
157
 
158
 // Define if the two Y drives need to rotate in opposite directions
158
 // Define if the two Y drives need to rotate in opposite directions
159
 #define INVERT_Y2_VS_Y_DIR true
159
 #define INVERT_Y2_VS_Y_DIR true

Loading…
Cancel
Save