-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprinter.cfg
More file actions
540 lines (476 loc) · 17.5 KB
/
Copy pathprinter.cfg
File metadata and controls
540 lines (476 loc) · 17.5 KB
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
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
## Voron Design VORON2 250/300/350mm BigTreeTech OctoPus V1 TMC2209 UART config
#[include stealthburner_leds.cfg]
[include stealthburner_led_effects_barf.cfg]
[include macroset.cfg]
[include mainsail.cfg]
[include config_backup.cfg]
[include purgebucket.cfg]
[include Line_Purge.cfg]
[include adxl.cfg]
# Enable object exclusion
[exclude_object]
# Enable arcs support
[gcode_arcs]
resolution: 0.1
[mcu]
serial: /dev/serial/by-id/usb-Klipper_stm32f446xx_2B001F000250335331383820-if00
restart_method: command
[mcu nhk]
serial: /dev/serial/by-id/usb-Klipper_stm32g0b1xx_52002D000550303857383820-if00
restart_method: command
[printer]
kinematics: corexy
max_velocity: 300
max_accel: 3000 #Max 4000
max_z_velocity: 15 #Max 15 for 12V TMC Drivers, can increase for 24V
max_z_accel: 350
square_corner_velocity: 5.0
[beacon]
serial: /dev/serial/by-id/usb-Beacon_Beacon_RevH_30F7B5E55154364134202020FF141032-if00
x_offset: -20 # update with offset from nozzle on your machine
y_offset: 0 # update with offset from nozzle on your machine
mesh_main_direction: x
mesh_runs: 2
[safe_z_home]
home_xy_position: 175, 175 # update for your machine
z_hop: 3
#####################################################################
# X/Y Stepper Settings
#####################################################################
## B Stepper - Left
## Connected to MOTOR_0
## Endstop connected to DIAG_0
[stepper_x]
step_pin: PF13
dir_pin: PF12
enable_pin: !PF14
rotation_distance: 40
microsteps: 32
full_steps_per_rotation:400 #set to 200 for 1.8 degree stepper
endstop_pin: PG6
position_min: 0
position_endstop: 350
position_max: 350
homing_speed: 50 #Max 100
homing_retract_dist: 5
homing_positive_dir: true
[tmc2209 stepper_x]
uart_pin: PC4
interpolate: false
run_current: 1.0
sense_resistor: 0.110
stealthchop_threshold: 0
## A Stepper - Right
## Connected to MOTOR_1
## Endstop connected to DIAG_1
[stepper_y]
step_pin: PG0
dir_pin: PG1
enable_pin: !PF15
rotation_distance: 40
microsteps: 32
full_steps_per_rotation:400 #set to 200 for 1.8 degree stepper
endstop_pin: PG9
position_min: 0
position_endstop: 350
position_max: 350
homing_speed: 50 #Max 100
homing_retract_dist: 5
homing_positive_dir: true
[tmc2209 stepper_y]
uart_pin: PD11
interpolate: false
run_current: 1.0
sense_resistor: 0.110
stealthchop_threshold: 0
#####################################################################
# Z Stepper Settings
#####################################################################
## Z0 Stepper - Front Left
## Connected to MOTOR_2
## Endstop connected to DIAG_2
[stepper_z]
step_pin: PF11
dir_pin: PG3
enable_pin: !PG5
rotation_distance: 40
gear_ratio: 80:16
microsteps: 32
endstop_pin: probe:z_virtual_endstop
position_max: 310
position_min: -9
homing_speed: 8
second_homing_speed: 3
homing_retract_dist: 0
[tmc2209 stepper_z]
uart_pin: PC6
interpolate: false
run_current: 0.8
sense_resistor: 0.110
stealthchop_threshold: 999999
## Z1 Stepper - Rear Left
## Connected to MOTOR_3
[stepper_z1]
step_pin: PG4
dir_pin: !PC1
enable_pin: !PA0
rotation_distance: 40
gear_ratio: 80:16
microsteps: 32
[tmc2209 stepper_z1]
uart_pin: PC7
interpolate: false
run_current: 0.8
sense_resistor: 0.110
stealthchop_threshold: 999999
## Z2 Stepper - Rear Right
## Connected to MOTOR_4
[stepper_z2]
step_pin: PF9
dir_pin: PF10
enable_pin: !PG2
rotation_distance: 40
gear_ratio: 80:16
microsteps: 32
[tmc2209 stepper_z2]
uart_pin: PF2
interpolate: false
run_current: 0.8
sense_resistor: 0.110
stealthchop_threshold: 999999
## Z3 Stepper - Front Right
## Connected to MOTOR_5
[stepper_z3]
step_pin: PC13
dir_pin: !PF0
enable_pin: !PF1
rotation_distance: 40
gear_ratio: 80:16
microsteps: 32
[tmc2209 stepper_z3]
uart_pin: PE4
interpolate: false
run_current: 0.8
sense_resistor: 0.110
stealthchop_threshold: 999999
#####################################################################
# Extruder
#####################################################################
[extruder]
step_pin: nhk:PB8
dir_pin: nhk:PB9
enable_pin: !nhk:PC14
heater_pin: nhk:PA7
sensor_pin: nhk:PB12
pullup_resistor: 2200
sensor_type: ATC Semitec 104NT-4-R025H42G
rotation_distance: 22.4521616 #Bondtech 5mm Drive Gears
gear_ratio: 50:10 #BMG Gear Ratio
microsteps: 32
full_steps_per_rotation: 200 #200 for 1.8 degree, 400 for 0.9 degree
nozzle_diameter: 0.400
filament_diameter: 1.75
min_temp: 0
max_temp: 305
max_power: 1.0
min_extrude_temp: 0
max_extrude_cross_section: 50
max_extrude_only_distance: 375
control = pid
pid_kp = 26.213
pid_ki = 1.304
pid_kd = 131.721
pressure_advance: 0.045
pressure_advance_smooth_time: 0.040
## E0 on MOTOR6
[tmc2209 extruder]
sense_resistor: 0.100
uart_pin: nhk:PB7
tx_pin: nhk:PB6
#diag_pin: nhk:PC13
interpolate: false
run_current: 0.5 #recommend setting below 0.7A.
#####################################################################
# Bed Heater
#####################################################################
[heater_bed]
heater_pin: PA2
sensor_type: Generic 3950
sensor_pin: PF3
max_power: 1.0
min_temp: 0
max_temp: 120
#control: pid
#pid_kp: 58.437
#pid_ki: 2.347
#pid_kd: 363.769
#####################################################################
# Fan Control
#####################################################################
## Print Cooling Fan - FAN0
[fan]
pin: nhk:PA15
#tachometer_pin: nhk:PD2
#tachometer_ppr: 2
kick_start_time: 0.5
## Depending on your fan, you may need to increase this value
## if your fan will not start. Can change cycle_time (increase)
## if your fan is not able to slow down effectively
off_below: 0.10
## Hotend Fan - FAN1
[heater_fan hotend_fan]
pin: nhk:PD0
#tachometer_pin: nhk:PD1
#tachometer_ppr: 2
max_power: 1.0
kick_start_time: 0.5
heater: extruder
heater_temp: 50.0
## If you are experiencing back flow, you can reduce fan_speed
fan_speed: 1.0
## Controller fan - FAN2
[controller_fan controller_fan]
pin: PD12
max_power: 0.4
kick_start_time: 0.5
heater: heater_bed
fan_speed: 0.4
## Exhaust fan - FAN3
[heater_fan nevermore_fan]
pin: PD13
max_power: 1.0
shutdown_speed: 0.0
kick_start_time: 5.0
heater: heater_bed
heater_temp: 60
fan_speed: 1
#####################################################################
# LED Control
#####################################################################
[output_pin caselight]
## Chamber Lighting - CNC_FAN5
pin: PD15
pwm:true
shutdown_value: 0
value:1
cycle_time: 0.01
#####################################################################
# Additional Sensors
#####################################################################
[temperature_sensor chamber_temp]
sensor_type: ATC Semitec 104NT-4-R025H42G
sensor_pin: PF5
min_temp: 0
max_temp: 100
gcode_id: chamber_th
[temperature_sensor raspberry_pi]
sensor_type: temperature_host
min_temp: 10
max_temp: 100
[temperature_sensor MCU_Temp]
sensor_type: temperature_mcu
min_temp: 0
max_temp: 100
[thermistor CMFB103F3950FANT]
temperature1: 0.0
resistance1: 32116.0
temperature2: 40.0
resistance2: 5309.0
temperature3: 80.0
resistance3: 1228.0
#[temperature_sensor chambber_temp]
#sensor_type: Generic 3950
#sensor_pin: nhk:PB2
#pullup_resistor: 4700
#min_temp: 0
#max_temp: 100
#gcode_id: chambber_th
#####################################################################
# Homing and Gantry Adjustment Routines
#####################################################################
[idle_timeout]
timeout: 1800
#[safe_z_home]
## XY Location of the Z Endstop Switch
## Update -10,-10 to the XY coordinates of your endstop pin
## (such as 157,305) after going through Z Endstop Pin
## Location Definition step.
#home_xy_position:233.5,350
#speed:100
#z_hop:10
#z_hop_speed:10
########################################
# Quad Gantry Leveling
########################################
[quad_gantry_level]
gantry_corners:
-60,-10
410,420
## Probe points
points:
50,25
50,275
300,275
300,25
speed: 500
horizontal_move_z: 10
retries: 5
retry_tolerance: 0.0075
max_adjust: 10
########################################
# Bed Mesh
########################################
[bed_mesh]
speed: 600
mesh_min: 10, 20
mesh_max: 290, 275
probe_count: 15, 15
zero_reference_position: 150, 150
algorithm: bicubic
#horizontal_move_z: 10
########################################
# EXP1 / EXP2 (display) pins
########################################
[board_pins]
aliases:
# EXP1 header
EXP1_1=PE8, EXP1_2=PE7,
EXP1_3=PE9, EXP1_4=PE10,
EXP1_5=PE12, EXP1_6=PE13, # Slot in the socket on this side
EXP1_7=PE14, EXP1_8=PE15,
EXP1_9=<GND>, EXP1_10=<5V>,
# EXP2 header
EXP2_1=PA6, EXP2_2=PA5,
EXP2_3=PB1, EXP2_4=PA4,
EXP2_5=PB2, EXP2_6=PA7, # Slot in the socket on this side
EXP2_7=PC15, EXP2_8=<RST>,
EXP2_9=<GND>, EXP2_10=<5V>
########################################
# Input Shaper
########################################
[input_shaper]
shaper_freq_x: 37.8
shaper_type_x: ei
shaper_freq_y: 35.2
shaper_type_y: mzv
#####################################################################
# I2C port
#####################################################################
#i2c_software_scl_pin: nhk:PB3
#i2c_software_sda_pin: nhk:PB4
#*# <---------------------- SAVE_CONFIG ---------------------->
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
#*#
#*# [heater_bed]
#*# control = pid
#*# pid_kp = 55.415
#*# pid_ki = 2.639
#*# pid_kd = 290.929
#*#
#*# [extruder]
#*#
#*# [stepper_z]
#*# position_endstop = -1.200
#*#
#*# [beacon model default]
#*# model_coef = 1.5931432907028709,
#*# 1.9707443440071974,
#*# 0.8041326533400419,
#*# 0.3255232263315388,
#*# 0.14477255983666576,
#*# -0.01650311812480195,
#*# -0.0899239477529201,
#*# 0.11267884824270413,
#*# 0.14676296313386733,
#*# 0.008348396580885252
#*# model_domain = 1.867733982492481e-07,1.9369186605769793e-07
#*# model_range = 0.200000,5.000000
#*# model_temp = 45.417293
#*# model_offset = 0.41500
#*#
#*# [bed_mesh default81325]
#*# version = 1
#*# points =
#*# 0.046342, 0.041336, 0.038465, 0.024787, 0.019374, 0.009593, 0.007966, 0.011419, 0.012501, 0.025516, 0.042078, 0.062885, 0.083004, 0.083513, 0.092946
#*# 0.043438, 0.041239, 0.037900, 0.023812, 0.019055, 0.012880, 0.005951, 0.001407, 0.010350, 0.019503, 0.037034, 0.055849, 0.077274, 0.080900, 0.090114
#*# 0.037367, 0.038795, 0.038943, 0.020597, 0.015639, 0.006497, -0.001137, -0.007420, -0.000080, 0.008010, 0.027404, 0.040233, 0.058615, 0.074107, 0.083201
#*# 0.038668, 0.038661, 0.034431, 0.019181, 0.011443, 0.000823, -0.006034, -0.012200, -0.008772, -0.002975, 0.017403, 0.029349, 0.049912, 0.069275, 0.086694
#*# 0.038594, 0.039502, 0.035963, 0.020272, 0.009982, 0.001243, -0.005123, -0.012992, -0.011502, -0.009587, 0.010813, 0.024259, 0.042258, 0.060550, 0.080899
#*# 0.041338, 0.044280, 0.040220, 0.022687, 0.013054, 0.005388, -0.000636, -0.009313, -0.008445, -0.007467, 0.010843, 0.026043, 0.042435, 0.065614, 0.082111
#*# 0.047922, 0.046605, 0.042588, 0.026354, 0.019296, 0.010254, 0.003613, -0.007377, -0.003783, 0.002321, 0.013648, 0.028394, 0.055417, 0.072587, 0.080638
#*# 0.047325, 0.047155, 0.043197, 0.026767, 0.019608, 0.011106, 0.006401, -0.001414, 0.003231, 0.006835, 0.024593, 0.053437, 0.112489, 0.105596, 0.085261
#*# 0.042902, 0.044869, 0.039940, 0.024040, 0.017739, 0.010292, 0.005956, -0.002404, 0.001460, 0.000539, 0.016534, 0.057236, 0.131129, 0.114575, 0.083168
#*# 0.032491, 0.036761, 0.030043, 0.020264, 0.015468, 0.006027, -0.000519, -0.003218, 0.004636, -0.000391, 0.008111, 0.029360, 0.067938, 0.076082, 0.078378
#*# 0.012845, 0.022080, 0.023104, 0.014906, 0.009508, 0.000127, -0.005833, 0.000873, 0.027524, 0.001724, 0.001560, 0.010871, 0.031071, 0.053759, 0.073768
#*# 0.000159, 0.008661, 0.010235, 0.005071, 0.001348, -0.007086, -0.012406, -0.007951, 0.008698, -0.008378, -0.006118, 0.003685, 0.024933, 0.047671, 0.070296
#*# -0.006931, -0.000523, 0.001360, -0.003397, -0.005607, -0.017548, -0.020085, -0.021100, -0.017442, -0.016687, -0.009972, 0.000239, 0.019971, 0.044834, 0.067032
#*# -0.006767, -0.001556, 0.000088, -0.011918, -0.015654, -0.020365, -0.018452, -0.019778, -0.017166, -0.013479, -0.003750, 0.003337, 0.023966, 0.048231, 0.074987
#*# 0.013068, 0.013747, 0.010946, -0.001345, -0.006278, -0.011141, -0.008091, -0.009195, -0.006585, -0.002374, 0.010762, 0.017226, 0.036601, 0.061348, 0.091657
#*# x_count = 15
#*# y_count = 15
#*# mesh_x_pps = 2
#*# mesh_y_pps = 2
#*# algo = bicubic
#*# tension = 0.2
#*# min_x = 10.0
#*# max_x = 290.0
#*# min_y = 20.0
#*# max_y = 275.0
#*#
#*# [bed_mesh 111025]
#*# version = 1
#*# points =
#*# -0.009190, -0.008317, -0.011133, -0.005904, -0.000650, -0.020371, -0.011622, -0.011449, -0.016932, -0.009665, 0.008449, 0.022218, 0.043565, 0.052529, 0.077294
#*# -0.014008, -0.003306, -0.003469, -0.009020, -0.006989, -0.023288, -0.016832, -0.020416, -0.021393, -0.012905, 0.002205, 0.018195, 0.044691, 0.058355, 0.085528
#*# -0.006470, -0.002074, 0.005253, -0.014214, -0.013000, -0.014691, -0.025605, -0.030718, -0.022357, -0.020492, -0.004346, 0.013267, 0.030265, 0.062518, 0.110833
#*# -0.002898, -0.000583, -0.005834, -0.007699, -0.010147, -0.021662, -0.017493, -0.031871, -0.025502, -0.017693, -0.014057, 0.005000, 0.023697, 0.060408, 0.131193
#*# 0.005305, 0.003794, 0.002242, 0.005017, -0.012630, -0.021324, -0.015826, -0.025840, -0.022331, -0.019377, -0.008747, 0.006174, 0.026205, 0.057393, 0.105254
#*# 0.015022, 0.013486, 0.013516, 0.007590, -0.001988, -0.015079, -0.014469, -0.017131, -0.016352, -0.017633, 0.001391, 0.015241, 0.028630, 0.061535, 0.097006
#*# 0.028346, 0.029458, 0.020193, 0.020923, 0.016468, -0.005642, -0.003941, -0.007498, -0.011298, -0.007270, 0.008111, 0.014394, 0.032204, 0.062210, 0.096600
#*# 0.037426, 0.030149, 0.029535, 0.029094, 0.025857, 0.008119, 0.005731, -0.001865, 0.002277, 0.005162, 0.015762, 0.018532, 0.040893, 0.067010, 0.098292
#*# 0.038248, 0.035419, 0.032641, 0.028789, 0.030999, 0.015121, 0.010623, 0.003699, 0.001563, 0.003134, 0.009389, 0.015489, 0.039903, 0.063756, 0.094669
#*# 0.036739, 0.030703, 0.023724, 0.024049, 0.025367, 0.012716, 0.012650, 0.006919, 0.006376, -0.001400, 0.002977, 0.009578, 0.027523, 0.054896, 0.089999
#*# 0.027179, 0.020420, 0.016784, 0.013038, 0.012114, 0.004806, 0.005787, 0.013140, 0.028700, 0.000060, -0.004518, 0.001732, 0.019527, 0.050801, 0.083282
#*# 0.019446, 0.018174, 0.011693, 0.005131, 0.007252, -0.005980, -0.003228, 0.000142, 0.011370, -0.007224, -0.009039, -0.002961, 0.018031, 0.044736, 0.077123
#*# 0.020952, 0.015228, 0.011573, 0.006717, 0.008453, -0.006587, -0.005715, -0.012564, -0.010012, -0.012276, -0.011851, -0.002475, 0.016549, 0.040709, 0.076738
#*# 0.029666, 0.018538, 0.016347, 0.010032, 0.005353, -0.002355, -0.002107, -0.012001, -0.008384, -0.009141, -0.003024, 0.002152, 0.018579, 0.043833, 0.081221
#*# 0.043716, 0.038307, 0.035705, 0.026712, 0.020423, 0.013073, 0.015313, 0.006914, 0.006106, 0.005663, 0.014204, 0.019665, 0.032673, 0.055462, 0.093698
#*# x_count = 15
#*# y_count = 15
#*# mesh_x_pps = 2
#*# mesh_y_pps = 2
#*# algo = bicubic
#*# tension = 0.2
#*# min_x = 10.0
#*# max_x = 290.0
#*# min_y = 20.0
#*# max_y = 275.0
#*#
#*# [bed_mesh default]
#*# version = 1
#*# points =
#*# 0.025668, 0.072006, 0.152793, 0.131308, 0.046684, 0.025769, 0.037946, 0.007194, -0.003234, -0.003573, 0.013797, 0.024356, 0.037089, 0.055608, 0.078180
#*# 0.022367, 0.033639, 0.055366, 0.040192, 0.009241, -0.006592, -0.000433, -0.013391, -0.010906, -0.005132, 0.009012, 0.023610, 0.040282, 0.065060, 0.091287
#*# 0.021172, 0.019942, 0.013150, 0.003912, 0.001820, -0.006065, -0.010859, -0.022869, -0.021188, -0.015583, -0.001792, 0.013274, 0.032071, 0.065605, 0.110709
#*# 0.018808, 0.016609, 0.006647, 0.001902, 0.001756, -0.010613, -0.013844, -0.024461, -0.019703, -0.015672, -0.007922, 0.004464, 0.026635, 0.064657, 0.122825
#*# 0.024698, 0.022398, 0.012621, 0.007170, -0.002156, -0.016517, -0.016060, -0.023837, -0.015126, -0.005605, -0.003693, 0.009017, 0.028790, 0.062220, 0.107709
#*# 0.030861, 0.026908, 0.019902, 0.012922, 0.003785, -0.012368, -0.012268, -0.016080, -0.009690, 0.006916, 0.016112, 0.018839, 0.032927, 0.071077, 0.119612
#*# 0.038351, 0.030721, 0.027691, 0.022356, 0.013097, -0.005032, -0.005539, -0.009714, -0.004080, 0.009645, 0.020860, 0.018548, 0.035568, 0.077146, 0.129101
#*# 0.045089, 0.032269, 0.029342, 0.026806, 0.023255, 0.004869, 0.002054, -0.004575, -0.001047, 0.006189, 0.013188, 0.015785, 0.034102, 0.065046, 0.106484
#*# 0.043803, 0.034054, 0.027139, 0.025356, 0.022508, 0.005760, 0.005561, -0.002645, -0.007363, -0.006254, -0.001231, 0.007753, 0.027930, 0.057436, 0.094006
#*# 0.038323, 0.025964, 0.016869, 0.012364, 0.010585, -0.002319, 0.000548, -0.005662, -0.008605, -0.011596, -0.006666, 0.002699, 0.020975, 0.048235, 0.088678
#*# 0.028627, 0.019488, 0.011867, 0.005203, 0.000914, -0.008206, -0.006329, -0.011199, -0.009155, -0.016248, -0.015243, -0.008230, 0.012568, 0.042588, 0.078750
#*# 0.025886, 0.013600, 0.007558, 0.009071, 0.007889, -0.016863, -0.016695, -0.022373, -0.022488, -0.026938, -0.021443, -0.013664, 0.007483, 0.036360, 0.073076
#*# 0.022195, 0.012042, 0.004181, 0.004871, 0.000710, -0.022123, -0.019479, -0.029018, -0.028271, -0.029071, -0.023382, -0.017516, 0.004864, 0.032058, 0.070766
#*# 0.035333, 0.022989, 0.012154, 0.000403, -0.004664, -0.017670, -0.015224, -0.024744, -0.022740, -0.024207, -0.016165, -0.012039, 0.008203, 0.031331, 0.072152
#*# 0.052609, 0.043191, 0.034096, 0.018531, 0.007009, -0.002911, 0.003724, -0.008206, -0.009198, -0.010102, -0.001655, 0.004212, 0.019307, 0.039115, 0.078097
#*# x_count = 15
#*# y_count = 15
#*# mesh_x_pps = 2
#*# mesh_y_pps = 2
#*# algo = bicubic
#*# tension = 0.2
#*# min_x = 10.0
#*# max_x = 290.0
#*# min_y = 20.0
#*# max_y = 275.0