ソースを参照

Require TMCStepper 0.2.2 or newer

In reference to #12175
Scott Lahteine 6年前
コミット
4b7a0a5b39
1個のファイルの変更2行の追加2行の削除
  1. 2
    2
      Marlin/src/module/stepper_indirection.h

+ 2
- 2
Marlin/src/module/stepper_indirection.h ファイルの表示

60
 #if HAS_TRINAMIC
60
 #if HAS_TRINAMIC
61
   #include <TMCStepper.h>
61
   #include <TMCStepper.h>
62
   #include "../feature/tmc_util.h"
62
   #include "../feature/tmc_util.h"
63
-  #if TMCSTEPPER_VERSION < 0x000001
64
-    #error "Update TMCStepper library to 0.0.1 or newer."
63
+  #if TMCSTEPPER_VERSION < 0x000202
64
+    #error "Update TMCStepper library to 0.2.2 or newer."
65
   #endif
65
   #endif
66
 
66
 
67
   #define __TMC_CLASS(MODEL, A, I) TMCMarlin<TMC##MODEL##Stepper, A, I>
67
   #define __TMC_CLASS(MODEL, A, I) TMCMarlin<TMC##MODEL##Stepper, A, I>

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