From 9aaa056286e3a32299012d1536f979e430f4d370 Mon Sep 17 00:00:00 2001
From: Jason Smith <jason.inet@gmail.com>
Date: Tue, 24 Sep 2019 15:29:25 -0700
Subject: [PATCH] Fix SCARA build from Arduino IDE (#15317)

---
 Marlin/src/module/motion.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/Marlin/src/module/motion.h b/Marlin/src/module/motion.h
index f461aae004..ba1ac07f70 100644
--- a/Marlin/src/module/motion.h
+++ b/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
-- 
GitLab