Browse Source

Fix SCARA build from Arduino IDE (#15317)

Jason Smith 5 years ago
parent
commit
9aaa056286
1 changed files with 0 additions and 5 deletions
  1. 0
    5
      Marlin/src/module/motion.h

+ 0
- 5
Marlin/src/module/motion.h View File

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

Loading…
Cancel
Save