tri-zero/tri_zero.cfg
2023-05-16 11:23:38 -07:00

81 lines
2.2 KiB
INI

[mcu skrPico]
serial: /dev/serial/by-id/usb-Klipper_rp2040_455035712893EF38-if00
[stepper_z]
step_pin: skrPico:gpio14
dir_pin: !skrPico:gpio13 # Remove the ! before gpio28 if motor direction is inverted.
enable_pin: !skrPico:gpio15
microsteps: 64
rotation_distance: 80
endstop_pin: probe:z_virtual_endstop
position_max: 110
position_min: -3
homing_speed: 10
second_homing_speed: 3
homing_retract_dist: 8
[tmc2209 stepper_z]
uart_pin: skrPico:gpio9
tx_pin: skrPico:gpio8
uart_address: 1
interpolate: False
run_current: 1
sense_resistor: 0.110
stealthchop_threshold: 0 # Set to 999999 to turn stealthchop on, and 0 to use spreadcycle
[stepper_z1]
step_pin: skrPico:gpio6
## Refer to https://docs.vorondesign.com/build/startup/#v0
dir_pin: skrPico:gpio5 # Check motor direction in link above. If inverted, add a ! before gpio5
enable_pin: !skrPico:gpio7
microsteps: 64
rotation_distance: 40
[tmc2209 stepper_z1]
uart_pin: skrPico:gpio9
tx_pin: skrPico:gpio8
uart_address: 2
interpolate: False
run_current: 1
sense_resistor: 0.110
stealthchop_threshold: 0 # Set to 999999 to turn stealthchop on, and 0 to use spreadcycle
#####################################################################
# Z Stepper Settings
#####################################################################
[stepper_z2]
step_pin: skrPico:gpio11
## Refer to https://docs.vorondesign.com/build/startup/#v0
dir_pin: skrPico:gpio10 # Check motor direction in link above. If inverted, add a ! before gpio10
enable_pin: !skrPico:gpio12
microsteps: 64
rotation_distance: 40
[tmc2209 stepper_z2]
uart_pin: skrPico:gpio9
tx_pin: skrPico:gpio8
uart_address: 0
interpolate: False
run_current: 1
sense_resistor: 0.110
stealthchop_threshold: 0 # Set to 999999 to turn stealthchop on, and 0 to use spreadcycle
[z_tilt]
z_positions:
#-50, 0
#60, 140
#170, 0
-47.5, 15
60, 141
167.5, 15
points:
30, 0
80, 75
108, 0
speed: 200
horizontal_move_z: 15
retries: 5
retry_tolerance: 0.02