Fix SCARA build from Arduino IDE (#15317)

This commit is contained in:
Jason Smith 2019-09-24 15:29:25 -07:00 committed by Scott Lahteine
parent 48e2f90304
commit 9aaa056286

View file

@ -261,11 +261,6 @@ void homeaxis(const AxisEnum axis);
*/
#if IS_KINEMATIC // (DELTA or SCARA)
#if IS_SCARA
extern const float L1, L2;
#endif
#if HAS_SCARA_OFFSET
extern float scara_home_offset[ABC]; // A and B angular offsets, Z mm offset
#endif