Browse Source

Merge pull request #677 from RicardoGA/patch-1

Z and Y dual stepper drivers error
ErikZalm 11 years ago
parent
commit
532289e851
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Configuration_adv.h

+ 1
- 1
Marlin/Configuration_adv.h View File

@@ -161,7 +161,7 @@
161 161
   #define EXTRUDERS 1
162 162
 #endif
163 163
 
164
-#ifdef Z_DUAL_STEPPER_DRIVERS && Y_DUAL_STEPPER_DRIVERS
164
+#if defined (Z_DUAL_STEPPER_DRIVERS) && defined (Y_DUAL_STEPPER_DRIVERS)
165 165
   #error "You cannot have dual drivers for both Y and Z"
166 166
 #endif
167 167
 

Loading…
Cancel
Save