blob: 603538a3c364c46f23dd1ee59f0fdd61cc4c2f46 (
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
|
# Test config for tmc drivers
[stepper_x]
step_pin: PC0
dir_pin: PL0
enable_pin: !PA7
step_distance: .005
endstop_pin: tmc2130_stepper_x:virtual_endstop
position_endstop: 0
position_max: 250
[tmc2130 stepper_x]
cs_pin: PG0
microsteps: 16
run_current: .5
sense_resistor: 0.220
diag1_pin: !PK2
[stepper_x1]
step_pin: PC3
dir_pin: PL6
step_distance: .005
endstop_pin: ^PB6
[tmc2130 stepper_x1]
cs_pin: PG1
microsteps: 16
run_current: .5
sense_resistor: 0.220
diag1_pin: !PK2
[stepper_y]
step_pin: PC1
dir_pin: !PL1
step_distance: .005
endstop_pin: tmc5160_stepper_y:virtual_endstop
position_endstop: 0
position_max: 210
[tmc5160 stepper_y]
cs_pin: PG2
microsteps: 16
run_current: .5
sense_resistor: 0.220
diag1_pin: !PK7
[stepper_y1]
step_pin: PA4
dir_pin: PA6
step_distance: .005
endstop_pin: tmc2209_stepper_y1:virtual_endstop
[tmc2209 stepper_y1]
uart_pin: PA5
diag_pin: PH6
microsteps: 16
run_current: .5
sense_resistor: 0.075
[stepper_z]
step_pin: PC2
dir_pin: PL2
step_distance: .0025
endstop_pin: ^PB4
position_endstop: 0.5
position_max: 200
[tmc2208 stepper_z]
uart_pin: PK5
microsteps: 16
run_current: .5
sense_resistor: 0.220
[stepper_z1]
step_pin: PB5
dir_pin: PK6
enable_pin: !PH5
step_distance: .0025
endstop_pin: ^PH3
[tmc2660 stepper_z1]
cs_pin: PK1
microsteps: 16
run_current: .5
sense_resistor: 0.220
[mcu]
serial: /dev/ttyACM0
[printer]
kinematics: cartesian
max_velocity: 300
max_accel: 3000
max_z_velocity: 5
max_z_accel: 100
[endstop_phase]
|