Revolt A1

From iagent
Revision as of 15:18, 9 September 2023 by Elias (talk | contribs) (Klipper config)
Jump to: navigation, search

Revolt is a dual 48 V compatible stepper motor driver add-on board. It is based on TMC5160.

Screenshot from 2023-09-09 16-18-32.png


Klipper config

This config is using stepper x and y as the high voltage drivers, typical of a core-xy printer setup for speed. This gives the option of having 4 Z-drives and two extruders, 8 steppers in total.

[tmc5160 stepper_x]
run_current: 0.8
hold_current: 0.5
sense_resistor: 0.05
cs_pin: ar100:PD0
spi_software_sclk_pin: ar100:PD2
spi_software_mosi_pin: ar100:PD1
spi_software_miso_pin: ar100:PD3
chain_position: 1
chain_length: 2

[tmc5160 stepper_y]
run_current: 0.8
hold_current: 0.5
sense_resistor: 0.05
cs_pin: ar100:PD0
chain_position: 2
chain_length: 2