mirror of
git://soft.sys114.com/klipper
synced 2026-02-12 01:50:26 +09:00
endstop_phase: Add tmc2209 and tmc5160 to list of tmc drivers
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
import math, logging
|
import math, logging
|
||||||
import homing
|
import homing
|
||||||
|
|
||||||
TRINAMIC_DRIVERS = ["tmc2130", "tmc2208", "tmc2660"]
|
TRINAMIC_DRIVERS = ["tmc2130", "tmc2208", "tmc2209", "tmc2660", "tmc5160"]
|
||||||
|
|
||||||
class EndstopPhase:
|
class EndstopPhase:
|
||||||
def __init__(self, config):
|
def __init__(self, config):
|
||||||
|
|||||||
Reference in New Issue
Block a user