Define AVR_ATmega2560_FAMILY_PLUS_70 in Conditionals

This commit is contained in:
Scott Lahteine
2017-10-14 19:05:32 -05:00
parent fd128b3c93
commit e587f0893c
3 changed files with 10 additions and 9 deletions

View File

@ -28,6 +28,13 @@
#ifndef CONDITIONALS_POST_H
#define CONDITIONALS_POST_H
#define AVR_ATmega2560_FAMILY_PLUS_70 ( \
MB(BQ_ZUM_MEGA_3D) \
|| MB(MIGHTYBOARD_REVE) \
|| MB(MINIRAMBO) \
|| MB(SCOOVO_X9H) \
)
#define IS_SCARA (ENABLED(MORGAN_SCARA) || ENABLED(MAKERARM_SCARA))
#define IS_KINEMATIC (ENABLED(DELTA) || IS_SCARA)
#define IS_CARTESIAN !IS_KINEMATIC