Difference between revisions of "Revolt A1"
From iagent
(→Klipper config) |
|||
Line 6: | Line 6: | ||
==Klipper config== | ==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. | ||
<pre> | <pre> | ||
[tmc5160 stepper_x] | [tmc5160 stepper_x] |
Revision as of 15:18, 9 September 2023
Revolt is a dual 48 V compatible stepper motor driver add-on board. It is based on TMC5160.
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