Browse Source

Merge pull request #1694 from Wurstnase/fix_z_config

comment #define Z_DUAL_STEPPER_DRIVERS
Scott Lahteine 9 years ago
parent
commit
7667023817
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Configuration_adv.h

+ 1
- 1
Marlin/Configuration_adv.h View File

@@ -98,7 +98,7 @@
98 98
 // Only a few motherboards support this, like RAMPS, which have dual extruder support (the 2nd, often unused, extruder driver is used
99 99
 // to control the 2nd Z axis stepper motor). The pins are currently only defined for a RAMPS motherboards.
100 100
 // On a RAMPS (or other 5 driver) motherboard, using this feature will limit you to using 1 extruder.
101
-#define Z_DUAL_STEPPER_DRIVERS
101
+//#define Z_DUAL_STEPPER_DRIVERS
102 102
 
103 103
 #ifdef Z_DUAL_STEPPER_DRIVERS
104 104
 

Loading…
Cancel
Save