Basic Information:
Printer Model: GtMax Core A1 (a national manufacturer)
MCU / Printerboard: Arduino Mega with Ramps 1.4 and Raspberry Pi 3 as secondary
klippy.log
klippy.log.txt (161.9 KB)
Describe your issue:
Hi guys, I recently got some TMC2209 drivers for my peinter… but I didnt find many info about how to setup with this board using UART. Dis anyone manage to get it work?
I’m trying to setup here but I’m getting some erros, like “unable to read tmc uart register gconf”
Btw, I didn’t cut any pin, or mod something… I just made the Y cable, plug then on 4th pin and connect to the Ramps using the AUX2 ports
My drivers came with all 16 pins , and some additionals on the top side, like this one. It’s the V.1.3)
Did I missing something?
This is how I setup the printer.cfg
[tmc2209 stepper_x]
uart_pin: PG1
interpolate: true
run_current: 0.760
sense_resistor: 0.110
stealthchop_threshold: 100
[tmc2209 stepper_y]
uart_pin: PF5
interpolate: true
run_current: 0.760
sense_resistor: 0.110
stealthchop_threshold: 100
[tmc2209 stepper_z]
uart_pin: PL7
interpolate: true
run_current: 0.760
sense_resistor: 0.110
stealthchop_threshold: 5
[tmc2209 extruder]
uart_pin: PL5
interpolate: true
run_current: 0.760
sense_resistor: 0.110
stealthchop_threshold: 0