-
Notifications
You must be signed in to change notification settings - Fork 0
/
printer-20220123_161716.cfg
241 lines (216 loc) · 4.44 KB
/
printer-20220123_161716.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
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
[include kiauh_macros.cfg]
#[include adxl345.cfg]
[stepper_x]
step_pin: PE3
dir_pin: !PE2
enable_pin: !PE4
microsteps: 16
rotation_distance: 40
full_steps_per_rotation: 200
endstop_pin: !PA15
position_endstop: 0
position_min: 0
position_max: 300
homing_speed: 50
[stepper_y]
step_pin: PE0
dir_pin: !PB9
enable_pin: !PE1
microsteps: 16
rotation_distance: 40
full_steps_per_rotation: 200
endstop_pin: !PA12
position_endstop: 300
position_max: 300
homing_speed: 50
[stepper_z]
step_pin: PB5
dir_pin: !PB4
enable_pin: !PB8
microsteps: 16
rotation_distance: 2
full_steps_per_rotation: 200
homing_speed: 10
endstop_pin: probe:z_virtual_endstop
position_min:-3
position_max: 340
second_homing_speed: 3.0
homing_retract_dist: 3.0
[stepper_z1]
step_pin: PA6
dir_pin: !PA1
enable_pin: !PA3
microsteps: 16
rotation_distance: 2
full_steps_per_rotation: 200
[extruder]
step_pin: PD6
dir_pin: !PD3
enable_pin: !PB3
microsteps: 16
gear_ratio: 50:17
rotation_distance: 23.52
full_steps_per_rotation: 200
nozzle_diameter: 0.400
filament_diameter: 1.750
heater_pin: PC3
sensor_type: ATC Semitec 104NT-4-R025H42G
sensor_pin: PC1
min_temp: 0
max_temp: 280
#control: pid
#pid_Kp: 17.48
#pid_Ki: 1.32
#pid_Kd: 57.81
[heater_bed]
heater_pin: PA0
sensor_type: EPCOS 100K B57560G104F # Stock
sensor_pin: PC0
min_temp: 0
max_temp: 130
#control: pid
#pid_Kp: 325.10
#pid_Ki: 63.35
#pid_Kd: 417.10
[fan]
pin: PB1
[mcu]
serial: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0
restart_method: command
[printer]
kinematics: corexy
max_velocity: 250
max_accel: 4500
max_z_velocity: 25
max_z_accel: 100
[static_digital_output reset_display]
pins: !PC6, !PD13
[bltouch]
x_offset: 0
y_offset: -42
z_offset: 0.7
sensor_pin: ^PA11
control_pin: PA8
pin_move_time: 0.680
stow_on_each_sample: True
probe_with_touch_mode: False
pin_up_reports_not_triggered: True
pin_up_touch_mode_reports_triggered: True
speed: 5
samples: 1
sample_retract_dist: 3
samples_result: average
[bed_mesh]
speed: 50
mesh_min: 15,15
mesh_max: 285,243
probe_count: 7,7
mesh_pps: 2,2
algorithm: bicubic
bicubic_tension: 0.2
#move_check_distance: 3.0
#split_delta_z: .010
fade_start: 1.0
fade_end: 5.0
[safe_z_home]
home_xy_position: 150,190
speed: 100
z_hop: 10
z_hop_speed: 5
[bed_screws]
screw1: 30,30
screw2: 270,30
screw3: 270,270
screw4: 30,270
[screws_tilt_adjust]
screw1: 30,30
screw1_name: front left screw
screw2: 270,30
screw2_name: front right screw
screw3: 270,270
screw3_name: rear right screw
screw4: 30,270
screw4_name: rear left screw
horizontal_move_z: 10.
speed: 100
screw_thread: CCW-M4
[z_tilt]
z_positions:
270,190
30,190
points:
30,190
270,190
speed: 100
horizontal_move_z: 6
retries: 10
retry_tolerance: 0.01
[temperature_sensor raspberry_pi]
sensor_type: temperature_host
min_temp: 10
max_temp: 100
########################################
# TMC2209 configuration
########################################
[tmc2209 stepper_x]
uart_pin:PA9
run_current: 0.800
stealthchop_threshold: 999999
uart_address:0
[tmc2209 stepper_y]
uart_pin:PA10
run_current: 0.800
stealthchop_threshold: 999999
uart_address:0
[tmc2209 stepper_z]
uart_pin:PC13
run_current: 0.800
stealthchop_threshold: 999999
uart_address:0
[tmc2209 stepper_z1]
uart_pin:PC7
run_current: 0.800
stealthchop_threshold: 999999
uart_address:0
[tmc2209 extruder]
uart_pin:PA5
run_current: 0.800
stealthchop_threshold: 999999
uart_address:0
[virtual_sdcard]
path: /home/pi/sdcard
#*# <---------------------- SAVE_CONFIG ---------------------->
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
#*#
#*# [bed_mesh default]
#*# version = 1
#*# points =
#*# -2.951875, -2.931250, -2.963125, -2.937500, -2.908750, -2.865625, -2.846250
#*# -2.963750, -2.988750, -2.981250, -2.966250, -2.902500, -2.856250, -2.891250
#*# -3.005000, -2.980000, -3.017500, -3.008125, -2.945000, -2.905625, -2.925625
#*# -3.074375, -3.025625, -3.025625, -3.025000, -2.974375, -2.935000, -2.930000
#*# -3.071875, -3.030000, -3.032500, -2.978125, -2.956875, -2.918125, -2.879375
#*# -3.068125, -3.014375, -2.985000, -2.995625, -2.925000, -2.850625, -2.832500
#*# -3.060000, -3.016875, -3.015625, -2.936250, -2.898125, -2.815625, -2.815625
#*# tension = 0.2
#*# min_x = 15.0
#*# algo = bicubic
#*# y_count = 7
#*# mesh_y_pps = 2
#*# min_y = 15.0
#*# x_count = 7
#*# max_y = 243.0
#*# mesh_x_pps = 2
#*# max_x = 285.0
#*#
#*# [extruder]
#*# control = pid
#*# pid_kp = 21.834
#*# pid_ki = 0.964
#*# pid_kd = 123.635
#*#
#*# [heater_bed]
#*# control = pid
#*# pid_kp = 63.159
#*# pid_ki = 1.157
#*# pid_kd = 862.114