Browse Source

Fix SCARA build from Arduino IDE (#15317)

pull/1/head
Jason Smith 5 years ago
committed by Scott Lahteine
parent
commit
9aaa056286
  1. 5
      Marlin/src/module/motion.h

5
Marlin/src/module/motion.h

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

Loading…
Cancel
Save