ソースを参照

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

読み込み中…
キャンセル
保存