From a730aec8bc609a1ddfbf4513172572eb636ce122 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Wed, 31 Jul 2019 12:08:11 -0400 Subject: tmc_uart: Add support for configuring the uart address on tmc2209 chips Signed-off-by: Kevin O'Connor --- klippy/extras/tmc2209.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'klippy/extras/tmc2209.py') diff --git a/klippy/extras/tmc2209.py b/klippy/extras/tmc2209.py index 45072446..5f487122 100644 --- a/klippy/extras/tmc2209.py +++ b/klippy/extras/tmc2209.py @@ -58,7 +58,7 @@ class TMC2209: # Setup mcu communication self.fields = tmc.FieldHelper(Fields, tmc2208.SignedFields, FieldFormatters) - self.mcu_tmc = tmc_uart.MCU_TMC_uart(config, Registers, self.fields) + self.mcu_tmc = tmc_uart.MCU_TMC_uart(config, Registers, self.fields, 3) # Allow virtual pins to be created tmc.TMCVirtualPinHelper(config, self.mcu_tmc) # Register commands -- cgit v1.2.3-70-g09d2