-
Notifications
You must be signed in to change notification settings - Fork 11
/
uart.cfg
69 lines (63 loc) · 1.24 KB
/
uart.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# B motor (left)
[tmc2209 stepper_x]
uart_pin: P1.17
interpolate: True
run_current: 1.5
hold_current: 0.6
sense_resistor: 0.110
stealthchop_threshold: 0
# A motor (right)
[tmc2209 stepper_y]
uart_pin: P1.15
interpolate: True
run_current: 1.5
hold_current: 0.6
sense_resistor: 0.110
stealthchop_threshold: 0
# Z0 Stepper - Front Left
[tmc2209 stepper_z]
uart_pin: z:P1.17
interpolate: True
run_current: 0.8
#hold_current:
sense_resistor: 0.110
stealthchop_threshold: 0
# Z1 Stepper - Rear Left
[tmc2209 stepper_z1]
uart_pin: z:P1.15
interpolate: True
run_current: 0.8
#hold_current:
sense_resistor: 0.110
stealthchop_threshold: 0
# Z2 Stepper - Rear Right
[tmc2209 stepper_z2]
uart_pin: z:P1.10
interpolate: True
run_current: 0.8
#hold_current:
sense_resistor: 0.110
stealthchop_threshold: 0
# Z3 Stepper - Front Right
[tmc2209 stepper_z3]
uart_pin: z:P1.8
interpolate: True
run_current: 0.8
#hold_current:
sense_resistor: 0.110
stealthchop_threshold: 0
[tmc2209 extruder]
uart_pin: P1.9
interpolate: True
#Afterburner
run_current: 0.6
hold_current: 0.4
#Galileo
##17mm
#run_current: 0.4
#hold_current: 0.2
##20mm
#run_current: 0.8
#hold_current: 0.4
sense_resistor: 0.110
stealthchop_threshold: 0