From 563bc37073d499b438d735ccc4a372d647bcdbf8 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Fri, 8 Mar 2019 11:25:19 -0500 Subject: tmc2130: Rename driver_BLANK_TIME_SELECT to driver_TBL Use the field names from the trinamic specification. This makes the field similar to all the other driver_XXX config options. Signed-off-by: Kevin O'Connor --- klippy/extras/tmc2130.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'klippy/extras/tmc2130.py') diff --git a/klippy/extras/tmc2130.py b/klippy/extras/tmc2130.py index 67672659..4932b0d4 100644 --- a/klippy/extras/tmc2130.py +++ b/klippy/extras/tmc2130.py @@ -235,7 +235,7 @@ class TMC2130: set_config_field(config, "toff", 4) set_config_field(config, "hstrt", 0) set_config_field(config, "hend", 7) - set_config_field(config, "TBL", 1, "driver_BLANK_TIME_SELECT") + set_config_field(config, "TBL", 1) set_config_field(config, "intpol", True, "interpolate") set_config_field(config, "IHOLDDELAY", 8) set_config_field(config, "TPOWERDOWN", 0) -- cgit v1.2.3-70-g09d2