tmc2660: Add endstop phase detection functionality to TMC2660 extra (#816)
Signed-off-by: Florian Heilmann <Florian.Heilmann@gmx.net>
This commit is contained in:
committed by
KevinOConnor
parent
1a437c1fd1
commit
b6bf455155
@@ -6,7 +6,7 @@
|
||||
import math, logging
|
||||
import homing
|
||||
|
||||
TRINAMIC_DRIVERS = ["tmc2130", "tmc2208"]
|
||||
TRINAMIC_DRIVERS = ["tmc2130", "tmc2208", "tmc2660"]
|
||||
|
||||
class EndstopPhase:
|
||||
def __init__(self, config):
|
||||
|
||||
Reference in New Issue
Block a user