Browse Source

another needs to be deleted

Bob-the-Kuhn 7 years ago
parent
commit
b756a15aba
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      Marlin/src/inc/SanityCheck.h

+ 0
- 2
Marlin/src/inc/SanityCheck.h View File

1424
       || ENABLED(E3_IS_TMC2130) \
1424
       || ENABLED(E3_IS_TMC2130) \
1425
       || ENABLED(E4_IS_TMC2130) )
1425
       || ENABLED(E4_IS_TMC2130) )
1426
     #error "HAVE_TMC2130 requires at least one TMC2130 stepper to be set."
1426
     #error "HAVE_TMC2130 requires at least one TMC2130 stepper to be set."
1427
-  #elif TMC2130STEPPER_VERSION < 0x020201
1428
-    #error "Update TMC2130Stepper library to 2.2.1 or newer."
1429
   #elif ENABLED(HYBRID_THRESHOLD) && DISABLED(STEALTHCHOP)
1427
   #elif ENABLED(HYBRID_THRESHOLD) && DISABLED(STEALTHCHOP)
1430
     #error "Enable STEALTHCHOP to use HYBRID_THRESHOLD."
1428
     #error "Enable STEALTHCHOP to use HYBRID_THRESHOLD."
1431
   #endif
1429
   #endif

Loading…
Cancel
Save