浏览代码

Fix SCARA build from Arduino IDE (#15317)

Jason Smith 6 年前
父节点
当前提交
9aaa056286
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0
    5
      Marlin/src/module/motion.h

+ 0
- 5
Marlin/src/module/motion.h 查看文件

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

正在加载...
取消
保存