-
Notifications
You must be signed in to change notification settings - Fork 4
/
axes.cfg
53 lines (50 loc) · 1.05 KB
/
axes.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
41
42
43
44
45
46
47
48
49
50
51
52
53
[stepper_x]
step_pin: AXE_X_STEP
dir_pin: AXE_X_DIR
enable_pin: !AXE_X_EN
microsteps: 256
rotation_distance: 40
full_steps_per_rotation: 400
#endstop_pin: ^AXE_X_STOP
endstop_pin: tmc2209_stepper_x:virtual_endstop
position_min: -40
position_endstop: -40
# position_min: 0
# position_endstop: 0
position_max: 241
homing_speed: 60
homing_retract_dist: 0
[stepper_y]
step_pin: AXE_Y_STEP
dir_pin: !AXE_Y_DIR
enable_pin: !AXE_Y_EN
microsteps: 256
rotation_distance: 40
full_steps_per_rotation: 400
#endstop_pin: ^AXE_Y_STOP
endstop_pin: tmc2209_stepper_y:virtual_endstop
position_min: -20
#position_endstop: -20
position_endstop: 243
position_max: 243
homing_speed: 60
homing_retract_dist: 0
[stepper_z]
step_pin: AXE_Z_STEP
dir_pin: AXE_Z_DIR
enable_pin: !AXE_Z_EN
microsteps: 16
rotation_distance: 8
endstop_pin: probe:z_virtual_endstop
position_max: 240
position_min: -5
homing_speed: 40
homing_retract_dist: 2
homing_retract_speed: 100
second_homing_speed: 10
[stepper_z1]
step_pin: AXE_Z1_STEP
dir_pin: AXE_Z1_DIR
enable_pin: !AXE_Z1_EN
microsteps: 16
rotation_distance: 8