Merge pull request #677 from RicardoGA/patch-1

Z and Y dual stepper drivers error
This commit is contained in:
ErikZalm 2013-12-11 12:52:39 -08:00
commit 532289e851

View File

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