tmc2660: Add endstop phase detection functionality to TMC2660 extra (#816)

Signed-off-by: Florian Heilmann <Florian.Heilmann@gmx.net>
This commit is contained in:
Florian Heilmann
2018-10-24 22:01:12 +02:00
committed by KevinOConnor
parent 1a437c1fd1
commit b6bf455155
4 changed files with 17 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
import math, logging
import homing
TRINAMIC_DRIVERS = ["tmc2130", "tmc2208"]
TRINAMIC_DRIVERS = ["tmc2130", "tmc2208", "tmc2660"]
class EndstopPhase:
def __init__(self, config):