Bläddra i källkod

Fix SCARA build from Arduino IDE (#15317)

Jason Smith 6 år sedan
förälder
incheckning
9aaa056286
1 ändrade filer med 0 tillägg och 5 borttagningar
  1. 0
    5
      Marlin/src/module/motion.h

+ 0
- 5
Marlin/src/module/motion.h Visa fil

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

Laddar…
Avbryt
Spara