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