48 lines
991 B
INI
48 lines
991 B
INI
[stepper_x]
|
|
step_pin: PF13 # Drive0
|
|
dir_pin: PF12
|
|
enable_pin: !PF14
|
|
endstop_pin: tmc2209_stepper_x:virtual_endstop
|
|
microsteps: 16
|
|
rotation_distance: 40
|
|
position_endstop: -3
|
|
position_min: -3
|
|
position_max: 335
|
|
homing_speed: 40
|
|
full_steps_per_rotation: 200
|
|
homing_retract_dist: 0
|
|
homing_positive_dir: false
|
|
step_pulse_duration: 0.000001
|
|
|
|
[stepper_y]
|
|
step_pin: PG0 # Drive1
|
|
dir_pin: PG1
|
|
enable_pin: !PF15
|
|
endstop_pin: tmc2209_stepper_y:virtual_endstop
|
|
microsteps: 16
|
|
rotation_distance: 40
|
|
position_endstop: 331
|
|
position_min: 0
|
|
position_max: 331
|
|
homing_speed: 40
|
|
full_steps_per_rotation: 200
|
|
homing_retract_dist: 0
|
|
homing_positive_dir: true
|
|
step_pulse_duration: 0.000001
|
|
|
|
[stepper_z]
|
|
step_pin: PF11
|
|
dir_pin: !PG3
|
|
enable_pin: !PG5
|
|
microsteps: 16
|
|
rotation_distance: 4
|
|
endstop_pin: PG10
|
|
position_endstop: -1.1
|
|
position_min: -1.1
|
|
position_max: 400
|
|
full_steps_per_rotation: 200
|
|
homing_retract_dist: 5.0
|
|
homing_positive_dir: false
|
|
homing_speed: 8
|
|
second_homing_speed: 3
|
|
step_pulse_duration: 0.000004
|