May 5, 2026
Description
Quick and not so practical dual motor on Y. Its working but be ware of non existing tensioning system. For mount use M3 heat inserts. I used on front 20T Pulley. About configuration. I use klipper so this was easy to setup. Full config in files (m8p v2 + cb1 + omc 17HS19-2004S1 + btt tft35 spi + zorbiter toolhead + usb nozzle cam)
# Y (MOTOR 5 on board) -------------------------------------------
[stepper_y]
step_pin: PG13
dir_pin: !PG12
enable_pin: !PG15
microsteps: 128
rotation_distance: 32
full_steps_per_rotation: 200
endstop_pin: tmc2209_stepper_y:virtual_endstop
position_endstop: -3
position_max: 212.5
position_min: -3
homing_speed: 40
homing_retract_dist: 0
[tmc2209 stepper_y]
uart_pin: PG14
interpolate: True
stealthchop_threshold: 0
run_current: 1.1
sense_resistor: 0.110
diag_pin: ^PF0
# Y1 (MOTOR 2 on board) -------------------------------------------
[stepper_y1]
step_pin: PE2
dir_pin: PE1
enable_pin: !PE4
microsteps: 128
rotation_distance: 40
full_steps_per_rotation: 200
[tmc2209 stepper_y1]
uart_pin: PE3
run_current: 1.1
sense_resistor: 0.110
diag_pin: PF3
interpolate: True
stealthchop_threshold: 0
License:
Creative Commons — Public Domain
7