blob: ee1992e74662f3ee7fbee754ace75a6e93a2bce6 (
plain)
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
|
#Config for the BTT mot-exp
#See docs/Config_Reference.md for a description of parameters.
[stepper_1]
step_pin: EXP2_6
dir_pin: EXP2_5
enable_pin: !EXP2_7
microsteps: 16
rotation_distance: 40
position_max: 320
homing_speed: 50
[stepper_2]
step_pin: EXP2_3
dir_pin: EXP2_4
enable_pin: !EXP1_8
microsteps: 16
rotation_distance: 40
position_max: 300
homing_speed: 50
[stepper_3]
step_pin: EXP2_1
dir_pin: EXP2_2
enable_pin: !EXP1_7
microsteps: 16
rotation_distance: 8
position_endstop: 0.5
position_max: 400
[tmc2209 stepper_1]
uart_pin: EXP1_6
microsteps: 16
run_current: 0.800
stealthchop_threshold: 999999
diag_pin: EXP1_5
[tmc2209 stepper_2]
uart_pin: EXP1_4
microsteps: 16
run_current: 0.800
stealthchop_threshold: 999999
diag_pin: EXP1_3
[tmc2209 stepper_3]
uart_pin: EXP1_2
microsteps: 16
run_current: 0.650
stealthchop_threshold: 999999
diag_pin: EXP1_1
|