From b6bf4551551e5a20cf420a1d3c5049d601d941c3 Mon Sep 17 00:00:00 2001 From: Florian Heilmann Date: Wed, 24 Oct 2018 22:01:12 +0200 Subject: tmc2660: Add endstop phase detection functionality to TMC2660 extra (#816) Signed-off-by: Florian Heilmann --- klippy/extras/endstop_phase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'klippy/extras/endstop_phase.py') diff --git a/klippy/extras/endstop_phase.py b/klippy/extras/endstop_phase.py index 81d9b147..20ddd340 100644 --- a/klippy/extras/endstop_phase.py +++ b/klippy/extras/endstop_phase.py @@ -6,7 +6,7 @@ import math, logging import homing -TRINAMIC_DRIVERS = ["tmc2130", "tmc2208"] +TRINAMIC_DRIVERS = ["tmc2130", "tmc2208", "tmc2660"] class EndstopPhase: def __init__(self, config): -- cgit v1.2.3-70-g09d2