RicardoGA d29615dc0c Z and Y dual stepper drivers error
if you try to enable Z_DUAL_STEPPER_DRIVERS the error "You cannot have dual drivers for both Y and Z" shows even if you don't have defined Y_DUAL_STEPPER_DRIVERS and don't let you compile the firmware

to solve this problem i change this line:

#ifdef Z_DUAL_STEPPER_DRIVERS && Y_DUAL_STEPPER_DRIVERS

to:

#if defined (Z_DUAL_STEPPER_DRIVERS) && defined (Y_DUAL_STEPPER_DRIVERS)

now the error only show if you define both Z_DUAL_STEPPER_DRIVERS and Y_DUAL_STEPPER_DRIVERS
2013-12-11 14:37:43 -06:00
..
2013-10-20 10:06:02 +02:00
2013-10-30 21:52:46 +01:00
2013-10-22 10:04:08 +02:00
2013-10-22 10:04:08 +02:00
2011-08-12 22:28:35 +02:00
2013-10-03 19:24:53 +02:00
2013-11-27 22:37:35 -02:00
2013-09-29 13:20:06 -03:00
2012-08-29 22:53:41 +01:00
2013-09-29 13:20:06 -03:00
2013-09-29 13:20:06 -03:00
2012-11-12 15:35:28 +01:00
2012-08-22 14:49:57 +02:00
2012-08-22 14:49:57 +02:00
2012-08-22 14:49:57 +02:00
2013-09-29 13:20:06 -03:00
2013-10-30 20:59:58 +01:00
2013-10-20 09:50:27 +02:00
2013-11-17 17:41:30 +01:00
2013-09-29 13:20:06 -03:00
2013-09-29 13:20:06 -03:00