Browse Source

Merge pull request #677 from RicardoGA/patch-1

Z and Y dual stepper drivers error
pull/1/head
ErikZalm 11 years ago
parent
commit
532289e851
  1. 2
      Marlin/Configuration_adv.h

2
Marlin/Configuration_adv.h

@ -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

Loading…
Cancel
Save