-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgood_printer_cfg.cfg
413 lines (397 loc) · 25.8 KB
/
good_printer_cfg.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
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
[include emulator_other_features.cfg]
# This file contains common pin mappings for MKS Robin Nano V3
# boards. To use this config, the firmware should be compiled for the
# stm32f407. When running "make menuconfig", select the 48KiB
# bootloader, and enable "USB for communication".
# The "make flash" command does not work on the MKS Robin. Instead,
# after running "make", copy the generated "out/klipper.bin" file to a
# file named "Robin_nano_v3.bin" on an SD card and then restart the
# MKS Robin with that SD card.
############################################################################################################################################################
##MACHINE ABSOLUTE LIMITS / MOTION CONTROL / CONNECTED MCUS#/ ADD A # TO DISABLE MCU IF YOU DON'T HAVE ADXL OR PACKAGES INSTALLED
############################################################################################################################################################
[printer]
kinematics: delta
max_velocity: 2500 # 200,400,1000,2000
max_accel: 1000000 # 270000,120000,20000,16000
max_accel_to_decel:1000000
max_z_accel: 3700 # this default should be fine / max acceration for z moves. (It may help to bump this up or down a bit depending on desired noise / zhop height.
minimum_z_position: -5 #Once you find your z offset it is suggested to return this to 0 to avoid potentially crashing a nozzle for whatever reason. z offset shouldn't change unless the hotend has been adjusted. most things are flow related.
square_corner_velocity: 5 # This can depend on desired speed to quality. higher values 15 -20 generally work fine. Left as a safe default. acc / corner velcoity can be adjusted with slicer controls macros handle this. i use a default of 15-30 or dynamic values.
#delta_radius: 130 #151.62 ish should show up after delta caibrate in the save section.
print_radius: 130
[respond]
#[firmware_retraction] # make sure to enable this in slicer. cura printer settings addon is required to hit the check box. every other slicer should have it in settings tab. this allows live adjustments or ability to fix a mistake without canceling.
#retract_length: 2.4
#retract_speed: 80
#unretract_extra_length: 0
#unretract_speed: 80
[idle_timeout]
#gcode:
timeout: 300 #TIME BEFORE PRINTER TURNS OFF HEATERS AND STEPPERS MAX IDLE TIME 5MINS
############################################################################################################################################################
#MAINBOARD / ACCELEROMETER SECTION.
############################################################################################################################################################
[mcu]
serial: /dev/serial/by-id/usb-Klipper_stm32f407xx_4A004F001850314335393520-if00 # Run ls /dev/serial/by-id/* on your Raspberry Pi to get YOUR serial or it wont connect
#[mcu rpi] #https://www.klipper3d.org/Measuring_Resonances.html GO HERE TO INSTALL ACCELEROMETERS DO NOT TRUST THE PICTURE FOR WIRING THE GPIO LABEL ISN'T IN THE RIGHT SPOT.
#serial: /tmp/klipper_host_mcu
#[adxl345] #TURN ME OFN BY REMOVING THE #. IF YOU HAVE ONE. EXAMPLE [ADXL345] IS NOW ON REMOVE# TO ENABLE OR ADD # TO ENABLE FEATURES. DO NOT CONFUSE THIS WITH MARLIN.
#cs_pin: rpi:None
#[resonance_tester] # ENABLE THIS IF YOU HAVE ADXL ACCELEROMETER . USE MANUAL METHOD IF YOU DONT INSTEAD. https://www.klipper3d.org/Resonance_Compensation.html
#accel_chip: adxl345
#max_smoothing: 0.20 # an example
#min_freq: 5
#max_freq: 120
#accel_per_hz: 25
#probe_points:
#0,0,5
[input_shaper] #PLACE HOLDER VALUES
shaper_type_x = zv
shaper_freq_x = 31.75
shaper_type_y = zv
shaper_freq_y = 31.75
############################################################################################################################################################
# A (X-Stepper) Configuration ENABLE ARM LENGTH , ANGLE , POSITION ENDSTOP. FOR THE FIRST TIME EVER. DELTA CALIBRATE WILL ADJUST THIS AND SAVE AT THE BOTTOM.
############################################################################################################################################################
[stepper_a] # X
step_pin: PE3
dir_pin: PE2
enable_pin: !PE4
microsteps: 128 # TMC ARE MENT TO BE SET TO THE HIGHEST VALUE THE MCU CAN SUPPORT THIS DOES NOT WORK THE SAME AS OLDER DRIVERS. DON'T TOUCH ROTATION DISTANCE JUST THIS IF YOU WANT TO CHANGE IT (KLIPPER WILL CALCULATE STEPPING AUTOMATICALLY)
rotation_distance: 40 #NEVER ADJUST THESE VALUES. ADJUSTING THIS WILL NOT SOLVE DIMENSION ISSUES. HORIZONTAL OFFSET / FLOW. OTHERWISE BELTS, OR RAILS MAY NOT BE MOVING RIGHT FOR THIS TO HAPPEN.
full_steps_per_rotation: 200 #CHANGE THIS TO 400 FOR 0.9 DEGREE STEPPERS AGAIN KLIIPPER WILL CALCULATE THE NEW VALUES AUTOMATICALLY
endstop_pin: ^PA15
homing_speed: 90 # This is left a bit slow for initial start up safty once everything is setup up 70-90 are reasonable. (note the sr has optical endstops it can home fast This value needs to be changed on a,b,c steppers)
homing_retract_dist: 5.0
homing_retract_speed:10
#arm_length: 315 #note turning this one applys for b and c as well.
#position_endstop: 336.5 #note turning this one applys for b and c as well.
[tmc2209 stepper_a]
uart_pin: PD5
interpolate: false
run_current: 1.138 #THIS IS RMS CURRENT NOT VREF FOR TMC. tmc spreadsheet tuned.
driver_TBL: 2
driver_TOFF: 2
driver_HSTRT: 1
driver_HEND: 3
sense_resistor: 0.110
driver_PWM_REG: 7
driver_PWM_OFS: 36
stealthchop_threshold: 99999 #this forces always silent. due to the stepper location turning this off will result in amplifed noise due to the case acoustics.
############################################################################################################################################################
# B (Y-Stepper) Configuration
############################################################################################################################################################
[stepper_b] # Y
step_pin: PE0
dir_pin: PB9
enable_pin: !PE1
microsteps: 128
rotation_distance: 40
full_steps_per_rotation: 200
endstop_pin: ^PD2
homing_speed: 90
homing_retract_dist: 5.0
homing_retract_speed: 10
[tmc2209 stepper_b]
uart_pin: PD7
interpolate: false
run_current: 1.138 #
driver_TBL: 2
driver_TOFF: 2
driver_HSTRT: 1
driver_HEND: 3
sense_resistor: 0.110
driver_PWM_REG: 7
driver_PWM_OFS: 36
stealthchop_threshold: 99999
############################################################################################################################################################
# C (Z-Stepper) Configuration
############################################################################################################################################################
[stepper_c] # Z
step_pin: PB5
dir_pin: PB4
enable_pin: !PB8
microsteps: 128
rotation_distance: 40
full_steps_per_rotation: 200
endstop_pin: ^PC4
homing_speed: 90
homing_retract_dist: 5.0
homing_retract_speed: 10
[tmc2209 stepper_c]
uart_pin: PD4
interpolate: false
run_current: 1.138
driver_TBL: 2
driver_TOFF: 2
driver_HSTRT: 1
driver_HEND: 3
sense_resistor: 0.110
driver_PWM_REG: 7
driver_PWM_OFS: 36
stealthchop_threshold: 99999
############################################################################################################################################################
# Extruder Configuration
############################################################################################################################################################
[extruder]
step_pin: PD6
dir_pin: PD3
enable_pin: !PB3
microsteps: 32
gear_ratio: 3:1
rotation_distance: 24 #DEFAULT VALUE GET THIS FROM THE BONDTECH HOB GEAR. MEASURE THE HOB ON THE LEVER THAT VALUE x 3.14 = ROTATION DISTANCE. FLOW IN SLICER SHOULD BE WITHIN 10 PERCENT UP OR DOWN. FILAMENT TOLERANCE AND DENSITY WILL AFFECT FLOW ACTUAL FLOW.
full_steps_per_rotation: 200 #CHANGE ME TO 400 FOR 0.9 DEGREE Steppers ROTATION DISTANCE WILL AUTOMATICALLY BE CALIBRATED THIS APPLYS TO STEPPING AS WELL NO CHANGES REQUIRED.
nozzle_diameter: 0.600
filament_diameter: 1.750
heater_pin: PE5
sensor_type: ATC Semitec 104NT-4-R025H42G
sensor_pin: PC1
max_extrude_only_distance: 800.0
max_extrude_cross_section: 10
#control: pid
#pid_Kp: 15.17 # enable these remember to run pid tune after setup. run fans 25-50 percent before running the command.
#pid_Ki: 1.02
#pid_Kd: 56.27
min_temp: 0
max_temp: 350 #this value is set high for the purpose of hot tightening the hotend. stock hotends / tubes will degrade rappidly past 245. burning ptfe is also a neurotoxin.
#pressure_advance: 0.375 #set this from the slicer / fluidd / Mainsail. or start gcode its easier to do this in slicers with material specic gcode functions. 0.1-1.5 layer hight isn't usally benificial.
pressure_advance_smooth_time: 0.040
instantaneous_corner_velocity: 2.5 # The equivalent of extruder jerk. this does not speed up pressue advance like linear adance in marlin. higher values may improve bowden retract. eg 15 left slow as a safe default.
max_extrude_only_accel: 8300 # 3:1 = /3 = 2800 (stock xyz acc) The rough gear ratio of bondtech.
[tmc2209 extruder]
uart_pin: PD9
interpolate: false #This can usually be enabled without causing issues to reduce noise.
run_current: 1.100
#hold_current: 0.636
#stealthchop_threshold:999999 #optional depends on setup and how much noise from the case is considered acceptable. simply printing a stepper mount and hanging e off a cable eliminates the case noise.
[verify_heater extruder]
#max_error: 12000
# The maximum "cumulative temperature error" before raising an
# error. Smaller values result in stricter checking and larger
# values allow for more time before an error is reported.
# Specifically, the temperature is inspected once a second and if it
# is close to the target temperature then an internal "error
# counter" is reset; otherwise, if the temperature is below the
# target range then the counter is increased by the amount the
# reported temperature differs from that range. Should the counter
# exceed this "max_error" then an error is raised. The default is
# 120.
check_gain_time:30
# This controls heater verification during initial heating. Smaller
# values result in stricter checking and larger values allow for
# more time before an error is reported. Specifically, during
# initial heating, as long as the heater increases in temperature
# within this time frame (specified in seconds) then the internal
# "error counter" is reset. The default is 20 seconds for extruders
# and 60 seconds for heater_bed.
#hysteresis: 5
# The maximum temperature difference (in Celsius) to a target
# temperature that is considered in range of the target. This
# controls the max_error range check. It is rare to customize this
# value. The default is 5.
#heating_gain: 2
# The minimum temperature (in Celsius) that the heater must increase
# by during the check_gain_time check. It is rare to customize this
# value. The default is 2.
############################################################################################################################################################
# Bed Configuration
############################################################################################################################################################
[heater_bed]
heater_pin: PA0
sensor_type: Generic 3950 #NTC 100K beta 3950
sensor_pin: PC0
min_temp: 0
max_temp: 115
#control: pid
#pid_Kp: 59.45 #same as the extruder enable remember to pid tune bed
#pid_Ki: 11.8
#pid_Kd: 199.75
############################################################################################################################################################
#COOLING SECTION
############################################################################################################################################################
[fan] # Part Cooling
pin: PC14
max_power: 1.0
cycle_time: 0.02817 #35.5hrz
kick_start_time: 0.0
[heater_fan heatsink_fan] # Heatsink
pin: PB0 #PB1
max_power: 1.0
heater: extruder
heater_temp: 50.0
fan_speed: 1.0
cycle_time: 0.02817 #35.5hrz
kick_start_time: 0.0
############################################################################################################################################################
#AUTO BED LEVELING / DELTA CALIBRATE / MESH SETTINGS / OFFSETS. Note bed tilt and bed mesh are not compatible enabled at the same time. tilt reccomended.
############################################################################################################################################################
[delta_calibrate]
radius: 120 #alternate option tehcnically more correct square in circle =195.086. /2 =97.543
horizontal_move_z: 30
speed: 150
[bed_mesh]
speed: 200
horizontal_move_z: 23 #5
mesh_radius: 125.5
mesh_origin: 0,0
round_probe_count: 29 #9 for extreme conditions most likely over kill 9/10. first layer height should be min 0.3 for volcanos or above max "deviation"
mesh_pps: 5,5
algorithm: bicubic
bicubic_tension: 0.1
move_check_distance: 3
split_delta_z: 0.025
fade_start: 1
fade_end: 30
fade_target: 0
#relative_reference_index: 24 # Mesh values: 6=5 points 24 = 9 point Its better to use less points in most cases unless dealing with extreamly uneven surfaces eg bubbled stickers , chunky powercoat etc
[probe]
pin: ^!PC8 #Z_MIN
#z_offset: 0 # THIS WILL ONLY BE APPLIED AFTER A DELTA CALIBRATE HAS BEEN RUN SINCE DELTA DOESN'T CONSIDER A PROBE AS A ENDSTOP. IT USES THE 3 OPTICAL FOR THIS AND APPLYS THIS VALUES AFTER DELTACALIBRATES RUN.
lift_speed: 100 #The speed the probe raises before traveling or pobeing again.
speed: 100 #zprobing speed
samples: 5 #depending on the machine /probe this may work with only 1 the calibrate macro already adds redundency. INCREASE THIS IF DELTA CALIBRATE SEEMS UNRELIABLE.
samples_result: median
sample_retract_dist: 3
samples_tolerance: 0.02 #or #0.05 #This will depend how accurate probe is try for 0.02.
samples_tolerance_retries: 15
############################################################################################################################################################
#*# <---------------------- SAVE_CONFIG ---------------------->
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
#*#
#*# [probe]
#*# z_offset = 21.956
#*#
#*# [printer]
#*# delta_radius = 151.838489
#*#
#*# [stepper_a]
#*# angle = 210.852869
#*# arm_length = 316.493119
#*# position_endstop = 336.601000
#*#
#*# [stepper_b]
#*# angle = 330.326790
#*# arm_length = 313.469118
#*# position_endstop = 337.449741
#*#
#*# [stepper_c]
#*# angle = 90.000000
#*# arm_length = 319.208628
#*# position_endstop = 335.288072
#*#
#*# [bed_mesh default]
#*# version = 1
#*# points =
#*# -0.121793, -0.121793, -0.121793, -0.121793, -0.121793, -0.121793, -0.121793, -0.121793, -0.121793, -0.121793, -0.121793, -0.121793, -0.121793, -0.121793, -0.121793, -0.121793, -0.121793, -0.121793, -0.121793, -0.121793, -0.121793, -0.121793, -0.121793, -0.121793, -0.121793, -0.121793, -0.121793, -0.121793, -0.121793
#*# -0.206771, -0.206771, -0.206771, -0.206771, -0.206771, -0.206771, -0.206771, -0.206771, -0.206771, -0.206771, -0.183751, -0.154935, -0.126927, -0.118994, -0.088584, -0.093798, -0.060033, -0.052670, -0.036745, -0.034072, -0.034072, -0.034072, -0.034072, -0.034072, -0.034072, -0.034072, -0.034072, -0.034072, -0.034072
#*# -0.245221, -0.245221, -0.245221, -0.245221, -0.245221, -0.245221, -0.245221, -0.245221, -0.219772, -0.188775, -0.149811, -0.131215, -0.108378, -0.081740, -0.067209, -0.055796, -0.038620, -0.018277, -0.009290, 0.003791, 0.026364, 0.078080, 0.078080, 0.078080, 0.078080, 0.078080, 0.078080, 0.078080, 0.078080
#*# -0.209108, -0.209108, -0.209108, -0.209108, -0.209108, -0.209108, -0.209108, -0.172670, -0.153747, -0.120847, -0.103595, -0.070969, -0.073499, -0.057912, -0.044050, -0.037085, -0.020139, -0.005289, 0.001895, 0.018665, 0.017054, 0.037229, 0.076545, 0.076545, 0.076545, 0.076545, 0.076545, 0.076545, 0.076545
#*# -0.217999, -0.217999, -0.217999, -0.217999, -0.217999, -0.217999, -0.180045, -0.146187, -0.111638, -0.093387, -0.068276, -0.055880, -0.035704, -0.018042, -0.001979, 0.002246, 0.012464, 0.029099, 0.038717, 0.045574, 0.054562, 0.081858, 0.084131, 0.113663, 0.113663, 0.113663, 0.113663, 0.113663, 0.113663
#*# -0.190306, -0.190306, -0.190306, -0.190306, -0.190306, -0.152524, -0.109320, -0.082626, -0.059544, -0.037992, -0.022557, -0.007130, -0.005921, 0.008324, 0.025276, 0.012013, 0.025503, 0.026890, 0.022415, 0.035133, 0.048368, 0.060282, 0.081545, 0.080108, 0.101527, 0.101527, 0.101527, 0.101527, 0.101527
#*# -0.222449, -0.222449, -0.222449, -0.222449, -0.155743, -0.119404, -0.068028, -0.047455, -0.028223, -0.001439, 0.018790, 0.036348, 0.031882, 0.046043, 0.069004, 0.053209, 0.073539, 0.062980, 0.067351, 0.070149, 0.079930, 0.087344, 0.108816, 0.102902, 0.124564, 0.129800, 0.129800, 0.129800, 0.129800
#*# -0.220734, -0.220734, -0.220734, -0.146808, -0.115022, -0.053840, -0.022927, 0.002555, 0.020652, 0.045213, 0.054268, 0.067807, 0.065568, 0.053554, 0.055794, 0.056370, 0.059978, 0.054299, 0.054181, 0.052426, 0.044609, 0.072760, 0.065962, 0.068216, 0.084150, 0.094818, 0.103926, 0.103926, 0.103926
#*# -0.192204, -0.192204, -0.192204, -0.124732, -0.058162, -0.018248, 0.014236, 0.039836, 0.051956, 0.074981, 0.086094, 0.077875, 0.080190, 0.087417, 0.098056, 0.100435, 0.081650, 0.078605, 0.083807, 0.079056, 0.079571, 0.088182, 0.092494, 0.087480, 0.101284, 0.110555, 0.112012, 0.112012, 0.112012
#*# -0.210104, -0.210104, -0.136869, -0.071888, -0.021182, 0.025165, 0.052409, 0.062337, 0.080733, 0.089851, 0.086613, 0.097770, 0.099128, 0.092120, 0.084603, 0.076757, 0.070556, 0.063576, 0.047888, 0.052311, 0.057622, 0.053040, 0.055618, 0.048244, 0.060199, 0.058836, 0.061547, 0.078758, 0.078758
#*# -0.179005, -0.179005, -0.118002, -0.058178, -0.013353, 0.026686, 0.057577, 0.082140, 0.097505, 0.108651, 0.109212, 0.116032, 0.099416, 0.097919, 0.098819, 0.083722, 0.085061, 0.087735, 0.071070, 0.064676, 0.058948, 0.068422, 0.066519, 0.056794, 0.064344, 0.064108, 0.065450, 0.057356, 0.057356
#*# -0.155661, -0.155661, -0.087800, -0.037372, 0.020157, 0.067251, 0.083340, 0.077175, 0.118729, 0.117637, 0.107420, 0.134139, 0.120831, 0.109307, 0.097575, 0.094280, 0.080741, 0.069243, 0.052706, 0.051555, 0.034590, 0.030385, 0.025921, 0.033873, 0.021909, 0.021781, 0.013741, 0.014329, 0.014329
#*# -0.148200, -0.148200, -0.077264, -0.024405, 0.028608, 0.065935, 0.102516, 0.109461, 0.129642, 0.147088, 0.139313, 0.147423, 0.128046, 0.140110, 0.128139, 0.131295, 0.110185, 0.096530, 0.076739, 0.082425, 0.059640, 0.053282, 0.061242, 0.029847, 0.045432, 0.015867, 0.012778, 0.004206, 0.004206
#*# -0.122109, -0.122109, -0.057797, -0.006037, 0.050462, 0.075214, 0.109501, 0.122149, 0.131213, 0.138380, 0.151651, 0.142909, 0.141724, 0.126159, 0.124284, 0.105260, 0.101249, 0.095083, 0.073137, 0.052796, 0.048418, 0.026675, 0.022077, 0.004969, -0.009961, -0.031403, -0.037954, -0.032856, -0.032856
#*# -0.192726, -0.120060, -0.053137, 0.004405, 0.051375, 0.092777, 0.121675, 0.134758, 0.158154, 0.158001, 0.169419, 0.154554, 0.159464, 0.159479, 0.146516, 0.131389, 0.129311, 0.106918, 0.091053, 0.079502, 0.057420, 0.047201, 0.042074, 0.010848, -0.010458, -0.021398, -0.053758, -0.069872, -0.066570
#*# -0.098019, -0.098019, -0.042698, 0.014778, 0.085420, 0.110420, 0.129069, 0.158118, 0.157505, 0.158305, 0.151049, 0.167153, 0.149987, 0.156079, 0.136287, 0.117138, 0.102162, 0.087701, 0.066700, 0.054619, 0.042050, 0.026017, 0.012536, -0.028898, -0.061141, -0.063712, -0.098169, -0.112744, -0.112744
#*# -0.099300, -0.099300, -0.042872, 0.025170, 0.064955, 0.124383, 0.155695, 0.165376, 0.172669, 0.159628, 0.171900, 0.184406, 0.161146, 0.160949, 0.150684, 0.143314, 0.125223, 0.108827, 0.095926, 0.079708, 0.050964, 0.033856, 0.014497, 0.001101, -0.042297, -0.073655, -0.108595, -0.126046, -0.126046
#*# -0.095581, -0.095581, -0.026376, 0.037084, 0.072688, 0.112744, 0.138990, 0.157665, 0.184817, 0.180590, 0.166862, 0.179346, 0.164458, 0.147953, 0.147305, 0.130968, 0.103556, 0.092692, 0.065361, 0.056694, 0.029898, -0.008955, -0.024318, -0.054858, -0.072592, -0.117260, -0.135410, -0.154680, -0.154680
#*# -0.098033, -0.098033, -0.035270, 0.028985, 0.065752, 0.123216, 0.152093, 0.154350, 0.175879, 0.184031, 0.183917, 0.180632, 0.164970, 0.159190, 0.175976, 0.134469, 0.129069, 0.104355, 0.085901, 0.072703, 0.028520, 0.016768, -0.025408, -0.068304, -0.077128, -0.122392, -0.148627, -0.187021, -0.187021
#*# -0.097529, -0.097529, -0.013151, 0.040262, 0.079796, 0.128610, 0.133121, 0.179003, 0.185803, 0.173628, 0.178077, 0.173475, 0.163371, 0.152422, 0.153370, 0.136608, 0.110002, 0.088821, 0.065923, 0.029750, 0.016448, -0.011523, -0.048488, -0.093874, -0.113268, -0.149015, -0.180513, -0.225796, -0.225796
#*# -0.035153, -0.035153, -0.035153, 0.015297, 0.067254, 0.107409, 0.127826, 0.140207, 0.184713, 0.163345, 0.186554, 0.172161, 0.164486, 0.154772, 0.163218, 0.142436, 0.134266, 0.122170, 0.068775, 0.056779, 0.030077, -0.011708, -0.045360, -0.071044, -0.117347, -0.152655, -0.182301, -0.182301, -0.182301
#*# -0.059947, -0.059947, -0.059947, 0.006246, 0.050969, 0.112575, 0.126988, 0.145453, 0.179037, 0.170557, 0.169193, 0.180098, 0.167514, 0.167775, 0.147726, 0.128817, 0.109624, 0.077410, 0.062852, 0.026520, -0.003607, -0.020162, -0.065135, -0.111931, -0.144910, -0.188192, -0.205848, -0.205848, -0.205848
#*# -0.015457, -0.015457, -0.015457, -0.015457, 0.038372, 0.092152, 0.125353, 0.137918, 0.152221, 0.174111, 0.169044, 0.186254, 0.175664, 0.150756, 0.161559, 0.128739, 0.112931, 0.092622, 0.055082, 0.025107, 0.002093, -0.036687, -0.080334, -0.118729, -0.171087, -0.196757, -0.196757, -0.196757, -0.196757
#*# 0.015168, 0.015168, 0.015168, 0.015168, 0.015168, 0.044973, 0.105741, 0.123952, 0.137181, 0.171649, 0.164385, 0.161601, 0.161388, 0.146182, 0.146594, 0.121345, 0.102270, 0.077181, 0.037974, 0.013280, -0.022417, -0.063364, -0.108193, -0.156531, -0.190535, -0.190535, -0.190535, -0.190535, -0.190535
#*# 0.037322, 0.037322, 0.037322, 0.037322, 0.037322, 0.037322, 0.072605, 0.120040, 0.131550, 0.156108, 0.159842, 0.172014, 0.172703, 0.161175, 0.142325, 0.125262, 0.100899, 0.071811, 0.031457, 0.009355, -0.035715, -0.079255, -0.118343, -0.164640, -0.164640, -0.164640, -0.164640, -0.164640, -0.164640
#*# 0.069615, 0.069615, 0.069615, 0.069615, 0.069615, 0.069615, 0.069615, 0.103506, 0.120849, 0.125046, 0.149001, 0.149794, 0.146601, 0.143146, 0.126473, 0.115039, 0.091713, 0.048319, 0.025318, -0.013832, -0.060619, -0.090608, -0.136448, -0.136448, -0.136448, -0.136448, -0.136448, -0.136448, -0.136448
#*# 0.099935, 0.099935, 0.099935, 0.099935, 0.099935, 0.099935, 0.099935, 0.099935, 0.103137, 0.135667, 0.142770, 0.146310, 0.136160, 0.139211, 0.124792, 0.103221, 0.070651, 0.032229, 0.011437, -0.034648, -0.090556, -0.119095, -0.119095, -0.119095, -0.119095, -0.119095, -0.119095, -0.119095, -0.119095
#*# 0.101609, 0.101609, 0.101609, 0.101609, 0.101609, 0.101609, 0.101609, 0.101609, 0.101609, 0.101609, 0.108378, 0.113606, 0.110472, 0.110029, 0.097595, 0.071145, 0.054154, 0.021363, -0.015096, -0.035736, -0.035736, -0.035736, -0.035736, -0.035736, -0.035736, -0.035736, -0.035736, -0.035736, -0.035736
#*# 0.095354, 0.095354, 0.095354, 0.095354, 0.095354, 0.095354, 0.095354, 0.095354, 0.095354, 0.095354, 0.095354, 0.095354, 0.095354, 0.095354, 0.095354, 0.095354, 0.095354, 0.095354, 0.095354, 0.095354, 0.095354, 0.095354, 0.095354, 0.095354, 0.095354, 0.095354, 0.095354, 0.095354, 0.095354
#*# x_count = 29
#*# y_count = 29
#*# mesh_x_pps = 5
#*# mesh_y_pps = 5
#*# algo = bicubic
#*# tension = 0.1
#*# min_x = -125.44
#*# max_x = 125.44
#*# min_y = -125.44
#*# max_y = 125.44
#*#
#*# [extruder]
#*# control = pid
#*# pid_kp = 17.240
#*# pid_ki = 1.512
#*# pid_kd = 49.135
#*#
#*# [heater_bed]
#*# control = pid
#*# pid_kp = 42.546
#*# pid_ki = 0.655
#*# pid_kd = 690.837
#*#
#*# [endstop_phase stepper_a]
#*# trigger_phase = 80/512
#*#
#*# [endstop_phase stepper_b]
#*# trigger_phase = 445/512
#*#
#*# [endstop_phase stepper_c]
#*# trigger_phase = 444/512
#*#
#*# [delta_calibrate]
#*# height0 = 21.956
#*# height0_pos = 201211.000,201547.000,200879.000
#*# height1 = 21.956
#*# height1_pos = 240684.000,240708.000,177444.000
#*# height2 = 21.956
#*# height2_pos = 196085.000,264359.000,195446.000
#*# height3 = 21.956
#*# height3_pos = 179089.000,235213.000,233663.000
#*# height4 = 21.956
#*# height4_pos = 194697.000,195418.000,243362.000
#*# height5 = 21.956
#*# height5_pos = 228139.000,180617.000,227989.000
#*# height6 = 21.956
#*# height6_pos = 252977.000,195318.000,194951.000
#*# distance0 = 106.61
#*# distance0_pos1 = 214000.897,218002.042,217083.690
#*# distance0_pos2 = 193212.837,256736.221,254451.879
#*# distance1 = 106.5
#*# distance1_pos1 = 215245.279,215387.862,218372.838
#*# distance1_pos2 = 211187.982,211856.543,282292.854
#*# distance2 = 106.61
#*# distance2_pos1 = 217825.425,214086.766,217083.690
#*# distance2_pos2 = 255154.310,193063.196,254451.879
#*# distance3 = 106.47
#*# distance3_pos1 = 219162.536,215370.924,214532.939
#*# distance3_pos2 = 284307.816,211600.237,210967.237
#*# distance4 = 106.96000000000001
#*# distance4_pos1 = 217890.500,217984.849,213270.951
#*# distance4_pos2 = 256434.884,256395.087,192691.417
#*# distance5 = 107.22
#*# distance5_pos1 = 215309.415,219315.307,214532.939
#*# distance5_pos2 = 212158.967,285861.701,210967.237
#*# distance6 = 106.29
#*# distance6_pos1 = 194194.040,248320.159,251054.140
#*# distance6_pos2 = 212816.371,209691.894,278891.580
#*# distance7 = 106.37
#*# distance7_pos1 = 212329.201,209167.923,272370.544
#*# distance7_pos2 = 255681.974,193395.203,250122.572
#*# distance8 = 106.12
#*# distance8_pos1 = 251788.438,194076.001,246370.430
#*# distance8_pos2 = 280856.702,213252.083,208861.198
#*# distance9 = 106.69
#*# distance9_pos1 = 274156.413,212734.397,208357.283
#*# distance9_pos2 = 252004.721,256904.718,193024.514
#*# distance10 = 106.08999999999999
#*# distance10_pos1 = 248130.656,252886.511,193692.356
#*# distance10_pos2 = 209992.964,282255.652,212582.003
#*# distance11 = 106.49
#*# distance11_pos1 = 209451.119,275351.822,212067.867
#*# distance11_pos2 = 193520.310,252228.486,254931.235