Fix MP_SCARA compile (#21686)

This commit is contained in:
ellensp
2021-04-24 17:11:11 +12:00
committed by GitHub
parent 0fe30d14a8
commit 949d2d9e50
2 changed files with 2 additions and 2 deletions

View File

@@ -921,7 +921,7 @@
#define NORMAL_AXIS Z_AXIS
#endif
#if EITHER(MORGAN_SCARA, AXEL_TPARA)
#if ANY(MORGAN_SCARA, MP_SCARA, AXEL_TPARA)
#define IS_SCARA 1
#define IS_KINEMATIC 1
#elif ENABLED(DELTA)