-
Notifications
You must be signed in to change notification settings - Fork 1
/
stepper_xyz.cfg
40 lines (37 loc) · 918 Bytes
/
stepper_xyz.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
########################################
# Stepper configuration
########################################
[stepper_x]
step_pin: PC2
dir_pin: PB9
enable_pin: !PC3
microsteps: 16
rotation_distance: 40
endstop_pin: ^PA5
position_endstop: 210
position_max: 210
position_min: 0
homing_speed: 100
[stepper_y]
step_pin: PB8
dir_pin: PB7
enable_pin: !PC3
microsteps: 16
rotation_distance: 40
endstop_pin: ^PA6
position_endstop: 210
position_max: 210
position_min: 0
homing_speed: 100
[stepper_z]
step_pin: PB6
dir_pin: PB5
enable_pin: !PC3
microsteps: 16
rotation_distance: 4 # 4 for new leadscrew, 8 for old
#position_endstop: 0.0 # disable to use BLTouch
#endstop_pin: ^PA7 # disable to use BLTouch
endstop_pin: probe:z_virtual_endstop # enable to use BLTouch
position_min: 0.0 # enable to use BLTouch
position_max: 298
homing_speed: 10.0