From 4b7a0a5b3932dc1710a2256ea7ec66677bf898d4 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sat, 27 Oct 2018 11:15:28 -0500 Subject: [PATCH] Require TMCStepper 0.2.2 or newer In reference to #12175 --- Marlin/src/module/stepper_indirection.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/src/module/stepper_indirection.h b/Marlin/src/module/stepper_indirection.h index 6f75ef7153..0ca6aac9c6 100644 --- a/Marlin/src/module/stepper_indirection.h +++ b/Marlin/src/module/stepper_indirection.h @@ -60,8 +60,8 @@ #if HAS_TRINAMIC #include #include "../feature/tmc_util.h" - #if TMCSTEPPER_VERSION < 0x000001 - #error "Update TMCStepper library to 0.0.1 or newer." + #if TMCSTEPPER_VERSION < 0x000202 + #error "Update TMCStepper library to 0.2.2 or newer." #endif #define __TMC_CLASS(MODEL, A, I) TMCMarlin