-
Notifications
You must be signed in to change notification settings - Fork 1
/
printer.cfg
543 lines (490 loc) · 20.7 KB
/
printer.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
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
541
542
543
# This file contains common pin mappings for the BigTreeTech Octopus V1.
# To use this config, the firmware should be compiled for the STM32F446 with a "32KiB bootloader"
# Enable "extra low-level configuration options" and select the "12MHz crystal" as clock reference
[include configs/sensors/*.cfg]
[include configs/lighting/*.cfg]
[include configs/hardware/*.cfg]
[include configs/general/*.cfg]
[include configs/fans/*.cfg]
[include configs/calibration/*.cfg]
[include audio/*.cfg]
[include configs/*.cfg]
[exclude_object]
[auto_speed]
[gcode_arcs]
resolution: 0.3 ; up from Klipper stock 0.1
[shaketune]
# result_folder: ~/printer_data/config/ShakeTune_results
# # The folder where the results will be stored. It will be created if it doesn't exist.
# number_of_results_to_keep: 3
# # The number of results to keep in the result_folder. The oldest results will
# # be automatically deleted after each runs.
# keep_raw_csv: False
# # If True, the raw CSV files will be kept in the result_folder alongside the
# # PNG graphs. If False, they will be deleted and only the graphs will be kept.
# show_macros_in_webui: True
# # Mainsail and Fluidd doesn't create buttons for "system" macros that are not in the
# # printer.cfg file. If you want to see the macros in the webui, set this to True.
timeout: 500
# # The maximum time in seconds to let Shake&Tune process the CSV files and generate the graphs.
[extruder]
[mcu]
serial: /dev/serial/by-id/usb-Klipper_stm32f446xx_1E0043000951313133353932-if00
restart_method: command
[scanner]
# Path to the serial port for the Cartographer device. Typically has the form
# /dev/serial/by-id/usb-cartographer_cartographer_...
#
# If you are using the CAN Bus version, replace serial: with canbus_uuid: and add the UUID.
# Example: canbus_uuid: 1283as878a9sd
#
serial: /dev/serial/by-id/usb-Cartographer_614e_1E0018000543303459323220-if00
speed: 40.
# Z probing dive speed.
lift_speed: 5.0
# Z probing lift speed.
backlash_comp: 0.5
# Backlash compensation distance for removing Z backlash before measuring
# the sensor response.
#
# Offsets are measured from the centre of your coil, to the tip of your nozzle
# on a level axis. It is vital that this is accurate.
#
x_offset: 0.0
# X offset of cartographer from the nozzle.
y_offset: 38.0
# Y offset of cartographer from the nozzle.
trigger_distance: 2.0
# cartographer trigger distance for homing.
trigger_dive_threshold: 1.5
# Threshold for range vs dive mode probing. Beyond `trigger_distance +
# trigger_dive_threshold` a dive will be used.
trigger_hysteresis: 0.006
# Hysteresis on trigger threshold for untriggering, as a percentage of the
# trigger threshold.
cal_nozzle_z: 0.1
# Expected nozzle offset after completing manual Z offset calibration.
cal_floor: 0.1
# Minimum z bound on sensor response measurement.
cal_ceil: 5.0
# Maximum z bound on sensor response measurement.
cal_speed: 1.0
# Speed while measuring response curve.
cal_move_speed: 10.0
# Speed while moving to position for response curve measurement.
default_model_name: default
# Name of default cartographer model to load.
mesh_main_direction: x
# Primary travel direction during mesh measurement.
#mesh_overscan: -1
# Distance to use for direction changes at mesh line ends. Omit this setting
# and a default will be calculated from line spacing and available travel.
mesh_cluster_size: 1
# Radius of mesh grid point clusters.
mesh_runs: 2
# Number of passes to make during mesh scan.
sensor: cartographer
sensor_alt: carto
[adxl345]
cs_pin: scanner:PA3
spi_bus: spi1
[resonance_tester]
accel_chip:adxl345
probe_points:
175,175,20
accel_per_hz: 75
[force_move]
enable_force_move: true
[printer]
kinematics: corexy
max_velocity: 800
max_accel: 32000
max_z_velocity: 15 #Max 15 for 12V TMC Drivers, can increase for 24V
max_z_accel: 300
square_corner_velocity: 5.0
minimum_cruise_ratio: 0.5
[static_digital_output my_output_pins]
pins:!PB12
#####################################################################
# 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: 200 #set to 400 for 0.9 degree stepper
# endstop_pin: tmc5160_stepper_x:virtual_endstop
endstop_pin: ^can0:PB6
position_min: 0
position_endstop: 350
position_max: 350
# use_sensorless_homing: True
# second_homing_speed: 120
# min_home_dist: 40
homing_speed: 200
homing_retract_dist: 2
homing_positive_dir: true
## Make sure to update below for your relevant driver (2208 or 2209)
[tmc5160 stepper_x]
cs_pin: PC4
# spi_bus: spi1
# spi_speed: 4000000
interpolate: True
run_current: 2.5
# home_current: 0.5
sense_resistor: 0.033
spi_software_miso_pin: EXP2_1
spi_software_mosi_pin: EXP2_6
spi_software_sclk_pin: EXP2_2
# sensorless
# current_change_dwell_time: 2
# diag0_pin: ^!PG6
# driver_SGT: -1
# driver_TBL: 2
# driver_TOFF: 3
# driver_HSTRT: 5
# driver_HEND: 2
# driver_TPFD: 1
## 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: 200 #set to 400 for 0.9 degree stepper
# endstop_pin: tmc5160_stepper_y:virtual_endstop
endstop_pin: PF6
position_min: 0
position_endstop: 356
position_max: 356
# use_sensorless_homing: true
# second_homing_speed: 115
# min_home_dist: 40
homing_speed: 200
homing_retract_dist: 0
homing_positive_dir: true
## Make sure to update below for your relevant driver (2208 or 2209)
[tmc5160 stepper_y]
cs_pin: PD11
# spi_bus: spi1
# spi_speed: 4000000
interpolate: True
run_current: 2.5
# home_current: 0.50
sense_resistor: 0.033
spi_software_miso_pin: EXP2_1
spi_software_mosi_pin: EXP2_6
spi_software_sclk_pin: EXP2_2
# sensorless
# diag0_pin: ^!PG9
# driver_SGT: -1
# driver_TBL: 2
# driver_TOFF: 3
# driver_HSTRT: 5
# driver_HEND: 2
# driver_TPFD: 1
#####################################################################
# 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 for TR8x8 = 8, TR8x4 = 4, TR8x2 = 2
rotation_distance: 4
microsteps: 32
endstop_pin: probe:z_virtual_endstop
## Z-position of nozzle (in mm) to z-endstop trigger point relative to print surface (Z0)
## (+) value = endstop above Z0, (-) value = endstop below
## Increasing position_endstop brings nozzle closer to the bed
## After you run Z_ENDSTOP_CALIBRATE, position_endstop will be stored at the very end of your config
#position_endstop: -0.5 ## Not used for Tap
## All builds use same Max Z
position_max: 245
position_min: -5
homing_speed: 8.0 # Leadscrews are slower than 2.4, 10 is a recommended max.
second_homing_speed: 3
# homing_retract_dist: 3 # old tap config
homing_retract_dist: 0 # beacon needs this to be set to 0
## Make sure to update below for your relevant driver (2208 or 2209)
[tmc2209 stepper_z]
uart_pin: PC6
interpolate: True
run_current: 0.9
sense_resistor: 0.110
stealthchop_threshold: 0
## Z1 Stepper - Rear Center
## Connected to MOTOR_3
[stepper_z1]
step_pin: PG4
dir_pin: PC1
enable_pin: !PA0
# Rotation Distance for TR8x8 = 8, TR8x4 = 4, TR8x2 = 2
rotation_distance: 4
microsteps: 32
## Make sure to update below for your relevant driver (2208 or 2209)
[tmc2209 stepper_z1]
uart_pin: PC7
interpolate: True
run_current: 0.9
sense_resistor: 0.110
stealthchop_threshold: 0
## Z2 Stepper - Front Right
## Connected to MOTOR_4
[stepper_z2]
step_pin: PF9
dir_pin: PF10
enable_pin: !PG2
# Rotation Distance for TR8x8 = 8, TR8x4 = 4, TR8x2 = 2
rotation_distance: 4
microsteps: 32
## Make sure to update below for your relevant driver (2208 or 2209)
[tmc2209 stepper_z2]
uart_pin: PF2
interpolate: True
run_current: 0.9
sense_resistor: 0.110
stealthchop_threshold: 0
[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: 175, 175
speed: 250
z_hop: 10
#####################################################################
# Bed Heater
#####################################################################
[heater_bed]
## SSR Pin - HE1
## Thermistor - TB
heater_pin: PA2
## Check what thermistor type you have. See https://www.klipper3d.org/Config_Reference.html#common-thermistors for common thermistor types.
## Use "Generic 3950" for Keenovo heaters
sensor_type: Generic 3950
sensor_pin: PF4
## Adjust Max Power so your heater doesn't warp your bed. Rule of thumb is 0.4 watts / cm^2 .
max_power: 1.0
min_temp: 0
max_temp: 120
pwm_cycle_time: 0.02
#####################################################################
# Probe
#####################################################################
# [probe]
# pin: ^can0:PROBE_1 # TAP setup
# x_offset: 0
# y_offset: 0
# z_offset: 0
# speed: 5
# samples: 3
# sample_retract_dist: 2
# lift_speed: 5.0
# samples_result: median
# samples_tolerance: 0.005
# samples_tolerance_retries: 5
# activate_gcode:
# {% set PROBE_TEMP = 150 %}
# {% set MAX_TEMP = PROBE_TEMP + 5 %}
# {% set ACTUAL_TEMP = printer.extruder.temperature %}
# {% set TARGET_TEMP = printer.extruder.target %}
# {% if TARGET_TEMP > PROBE_TEMP %}
# { action_respond_info('Extruder temperature target of %.1fC is too high, lowering to %.1fC' % (TARGET_TEMP, PROBE_TEMP)) }
# M109 S{ PROBE_TEMP }
# {% else %}
# # Temperature target is already low enough, but nozzle may still be too hot.
# {% if ACTUAL_TEMP > MAX_TEMP %}
# { action_respond_info('Extruder temperature %.1fC is still too high, waiting until below %.1fC' % (ACTUAL_TEMP, MAX_TEMP)) }
# TEMPERATURE_WAIT SENSOR=extruder MAXIMUM={ MAX_TEMP }
# {% endif %}
# {% endif %}
#####################################################################
# Homing and Gantry Adjustment Routines
#####################################################################
[idle_timeout]
timeout: 3600
[z_tilt]
## Use Z_TILT_ADJUST to level the bed .
## z_positions: Location of toolhead
z_positions:
-50, 18
183, 398
400, 18
points:
50, 10
175, 300
320, 10
speed: 200
horizontal_move_z: 10
retries: 10
retry_tolerance: 0.0075
########################################
# 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>
# #####################################################################
# # Displays
# #####################################################################
[display]
# mini12864 LCD Display
lcd_type: uc1701
cs_pin: EXP1_3
a0_pin: EXP1_4
rst_pin: EXP1_5
encoder_pins: ^EXP2_5, ^EXP2_3
click_pin: ^!EXP1_2
contrast: 63
spi_software_miso_pin: EXP2_1
spi_software_mosi_pin: EXP2_6
spi_software_sclk_pin: EXP2_2
[neopixel btt_mini12864]
# To control Neopixel RGB in mini12864 display
pin: EXP1_6
chain_count: 3
initial_RED: 0.86
initial_GREEN: 0.15
initial_BLUE: 1.0
color_order: RGB
# Set RGB values on boot up for each Neopixel.
# Index 1 = display, Index 2 and 3 = Knob
[delayed_gcode setdisplayneopixel]
initial_duration: 1
gcode:
SET_LED LED=btt_mini12864 RED=0.3 GREEN=1 BLUE=1 INDEX=1 TRANSMIT=0
SET_LED LED=btt_mini12864 RED=0.3 GREEN=1 BLUE=1 INDEX=2 TRANSMIT=0
SET_LED LED=btt_mini12864 RED=0.3 GREEN=1 BLUE=1 INDEX=3
[delayed_gcode startup]
initial_duration: 2
gcode:
SET_FILAMENT_SENSOR SENSOR=encoder_sensor ENABLE=0 ; disable filament runout encoder sensor
_cpufreq_set GOVERNOR=performance
PRINTER_STARTUP_SOUND
#####################################################################
# Misc
#####################################################################
[virtual_sdcard]
path: ~/printer_data/gcodes
on_error_gcode: CANCEL_PRINT
[pause_resume]
[display_status]
[bed_mesh]
speed: 500
horizontal_move_z: 10
mesh_min: 40, 40
mesh_max: 315, 315
fade_start: 0.6
fade_end: 8.0
probe_count: 25,25
algorithm: bicubic
zero_reference_position: 175, 175
scan_overshoot: 5
adaptive_margin: 5
[input_shaper]
shaper_freq_x: 95.2 # center frequency for the X axis filter
shaper_type_x: 2hump_ei # filter type for the X axis
damping_ratio_x: 0.124 # damping ratio for the X axis
shaper_freq_y: 69.2 # center frequency for the Y axis filter
shaper_type_y: 3hump_ei # filter type for the Y axis
damping_ratio_y: 0.176 # damping ratio for the Y axis
#*# <---------------------- SAVE_CONFIG ---------------------->
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
#*#
#*# [heater_bed]
#*# control = pid
#*# pid_kp = 55.041
#*# pid_ki = 2.659
#*# pid_kd = 284.839
#*# pid_version = 1
#*# pid_target = 105.00
#*# pid_tolerance = 0.0200
#*#
#*# [extruder]
#*# control = pid
#*# pid_kp = 26.759
#*# pid_ki = 2.379
#*# pid_kd = 75.262
#*#
#*# [scanner model default]
#*# model_coef = 1.3117337637363649,
#*# 1.7342101628344075,
#*# 0.7621805840771434,
#*# 0.36882072783117165,
#*# 0.41104661624571087,
#*# 0.4262745309194041,
#*# -0.24375266261150888,
#*# -0.34792025334505006,
#*# 0.3089559847677627,
#*# 0.2704206077213014
#*# model_domain = 3.1318730862562975e-07,3.325966720163549e-07
#*# model_range = 0.100000,5.000000
#*# model_temp = 58.619478
#*# model_offset = 0.00000
#*# model_mode = scan
#*# model_fw_version = CARTOGRAPHER 5.1.0
#*#
#*# [bed_mesh default]
#*# version = 1
#*# points =
#*# -0.004616, -0.011338, -0.017222, -0.025202, -0.035304, -0.038815, -0.045389, -0.048505, -0.048788, -0.048132, -0.039706, -0.034742, -0.027151, -0.014750, -0.006386, -0.001929, 0.006632, 0.012849, 0.017386, 0.019421, 0.018898, 0.013890, 0.010440, 0.008097, 0.006704
#*# 0.007054, 0.000367, -0.004503, -0.013806, -0.026917, -0.031143, -0.036672, -0.041108, -0.043601, -0.040113, -0.038093, -0.032213, -0.023590, -0.010843, 0.002650, 0.007010, 0.015925, 0.018572, 0.025697, 0.027270, 0.028341, 0.024522, 0.021282, 0.019605, 0.013722
#*# 0.019135, 0.016286, 0.008959, -0.000246, -0.010296, -0.018427, -0.026343, -0.028203, -0.031912, -0.028820, -0.032447, -0.023563, -0.015171, -0.001977, 0.017540, 0.025184, 0.031044, 0.033804, 0.039041, 0.041440, 0.045405, 0.041867, 0.038243, 0.033892, 0.029631
#*# 0.025239, 0.020217, 0.013548, 0.000797, -0.006992, -0.011752, -0.019491, -0.023364, -0.023821, -0.031811, -0.025259, -0.023124, -0.011704, 0.002831, 0.022220, 0.029590, 0.036403, 0.037924, 0.037849, 0.043372, 0.043565, 0.040358, 0.037955, 0.037174, 0.034302
#*# 0.006301, 0.006423, 0.001408, -0.005038, -0.014510, -0.017595, -0.025481, -0.028727, -0.027282, -0.033694, -0.030382, -0.028153, -0.019446, -0.004845, 0.008435, 0.015997, 0.021864, 0.025659, 0.030289, 0.032784, 0.037710, 0.034430, 0.031555, 0.029512, 0.027808
#*# 0.006789, 0.006618, 0.003643, -0.004505, -0.008485, -0.017893, -0.022982, -0.029161, -0.029878, -0.031070, -0.025494, -0.026265, -0.013182, -0.001581, 0.008341, 0.012990, 0.016844, 0.021432, 0.025340, 0.026277, 0.027023, 0.025123, 0.025826, 0.022193, 0.020126
#*# 0.008750, 0.010107, 0.006174, 0.003906, -0.005900, -0.012691, -0.020560, -0.020660, -0.028614, -0.021260, -0.022591, -0.024007, -0.012468, -0.005281, 0.006419, 0.009926, 0.016835, 0.021548, 0.024346, 0.024688, 0.025524, 0.025657, 0.025769, 0.027668, 0.020185
#*# 0.004723, 0.002619, 0.002100, -0.004042, -0.013026, -0.018259, -0.023092, -0.027223, -0.038160, -0.039796, -0.031392, -0.027527, -0.020817, -0.013803, -0.006134, 0.000456, 0.007581, 0.010005, 0.014458, 0.014237, 0.013366, 0.014205, 0.015864, 0.012540, 0.007789
#*# 0.004899, -0.000343, -0.004356, -0.008619, -0.015837, -0.017424, -0.024744, -0.029207, -0.034733, -0.035474, -0.030563, -0.029889, -0.023529, -0.012952, -0.009198, -0.002914, 0.002244, 0.004598, 0.007702, 0.008915, 0.008386, 0.010016, 0.007782, 0.002844, -0.005378
#*# 0.017865, 0.016707, 0.010235, 0.004010, -0.000940, -0.001578, -0.008400, -0.013444, -0.021202, -0.022988, -0.020369, -0.015982, -0.008870, -0.000901, 0.005961, 0.011538, 0.012702, 0.017746, 0.021139, 0.018423, 0.017129, 0.016913, 0.011612, 0.007996, 0.001840
#*# 0.027552, 0.024872, 0.021435, 0.017632, 0.011093, 0.006060, 0.001054, -0.004434, -0.007728, -0.009192, -0.007266, -0.003562, 0.004653, 0.008659, 0.020096, 0.025090, 0.028613, 0.030430, 0.036571, 0.030859, 0.025032, 0.024424, 0.021703, 0.014933, 0.011242
#*# 0.026281, 0.023192, 0.016769, 0.012799, 0.003866, -0.002786, -0.009325, -0.010498, -0.014187, -0.015153, -0.008936, -0.002971, 0.000619, 0.006929, 0.013350, 0.019448, 0.025997, 0.029998, 0.029575, 0.030653, 0.025001, 0.022849, 0.017962, 0.014303, -0.001107
#*# 0.029684, 0.026907, 0.020966, 0.016374, 0.002949, -0.006252, -0.013824, -0.020051, -0.021361, -0.020337, -0.013526, -0.006832, -0.005864, 0.003796, 0.009592, 0.017280, 0.021657, 0.023094, 0.024774, 0.021745, 0.024028, 0.020813, 0.016456, 0.014445, 0.005532
#*# 0.029674, 0.031194, 0.020646, 0.015333, -0.000303, -0.016258, -0.018309, -0.025849, -0.024414, -0.023853, -0.019973, -0.016330, -0.009872, -0.005077, 0.006996, 0.010484, 0.016532, 0.019377, 0.022602, 0.019254, 0.022055, 0.017144, 0.015671, 0.007638, 0.003461
#*# 0.024640, 0.025234, 0.018285, 0.012432, -0.001938, -0.016204, -0.019412, -0.027312, -0.027472, -0.023529, -0.021845, -0.019515, -0.011828, -0.001475, 0.007263, 0.013029, 0.017519, 0.020668, 0.018846, 0.018824, 0.016759, 0.014771, 0.011893, 0.008288, -0.001314
#*# 0.025740, 0.024697, 0.015058, 0.007916, -0.001855, -0.012271, -0.016614, -0.020125, -0.018470, -0.017623, -0.014046, -0.014469, -0.008495, 0.002043, 0.010655, 0.018597, 0.023824, 0.024967, 0.024245, 0.020971, 0.015970, 0.012418, 0.007837, 0.006239, -0.001913
#*# 0.024966, 0.021414, 0.016119, 0.006421, -0.001429, -0.010296, -0.017510, -0.022965, -0.019550, -0.019769, -0.016309, -0.015155, -0.008401, -0.000216, 0.009017, 0.017410, 0.022765, 0.026543, 0.024446, 0.016680, 0.013385, 0.009949, 0.007259, 0.004447, -0.000908
#*# 0.017203, 0.011919, 0.004310, -0.005121, -0.011817, -0.018739, -0.025662, -0.028324, -0.031709, -0.032772, -0.026708, -0.022115, -0.013562, -0.008943, -0.001072, 0.006874, 0.012839, 0.016646, 0.014675, 0.011944, 0.002038, 0.001470, -0.001946, -0.005613, -0.012777
#*# 0.009112, 0.004686, -0.003580, -0.012332, -0.019293, -0.027764, -0.033037, -0.038482, -0.041823, -0.041482, -0.035498, -0.030256, -0.022859, -0.017523, -0.009849, -0.002559, 0.001916, 0.003413, 0.000448, -0.000335, -0.003176, -0.007594, -0.011085, -0.016602, -0.027575
#*# 0.004624, 0.001054, -0.006095, -0.011470, -0.019058, -0.024800, -0.029936, -0.034291, -0.039292, -0.041609, -0.039564, -0.032749, -0.024750, -0.017459, -0.009137, -0.002226, 0.001661, 0.000828, 0.001791, -0.005248, -0.008039, -0.011659, -0.016724, -0.021524, -0.026671
#*# 0.002289, -0.001684, -0.009658, -0.016271, -0.020211, -0.027044, -0.031894, -0.037168, -0.040400, -0.043201, -0.037820, -0.034570, -0.026559, -0.021260, -0.017208, -0.011765, -0.003928, -0.001787, -0.001507, -0.002750, -0.004673, -0.010432, -0.014881, -0.023189, -0.031021
#*# -0.005448, -0.009421, -0.015944, -0.020761, -0.028379, -0.035753, -0.038783, -0.042379, -0.048247, -0.048743, -0.048078, -0.041889, -0.034030, -0.031966, -0.026227, -0.022121, -0.016342, -0.016025, -0.013429, -0.016602, -0.020480, -0.023730, -0.033047, -0.034957, -0.042372
#*# -0.011229, -0.015113, -0.017529, -0.023453, -0.030979, -0.038716, -0.042634, -0.046552, -0.048290, -0.049561, -0.048851, -0.046272, -0.042526, -0.037665, -0.034474, -0.030480, -0.027878, -0.027947, -0.027573, -0.028413, -0.028683, -0.033821, -0.037746, -0.043839, -0.050162
#*# -0.022396, -0.019671, -0.017566, -0.022993, -0.026180, -0.035744, -0.037714, -0.042939, -0.047252, -0.048065, -0.045744, -0.042795, -0.040970, -0.038953, -0.035315, -0.033974, -0.033253, -0.029299, -0.024701, -0.022416, -0.025922, -0.031716, -0.037305, -0.044791, -0.054399
#*# -0.020467, -0.016411, -0.006925, -0.003151, -0.007927, -0.009938, -0.016874, -0.021791, -0.024203, -0.025570, -0.025937, -0.025261, -0.024232, -0.019055, -0.018638, -0.018794, -0.017462, -0.010733, -0.003131, -0.004133, -0.005350, -0.009387, -0.021808, -0.031959, -0.042112
#*# x_count = 25
#*# y_count = 25
#*# mesh_x_pps = 2
#*# mesh_y_pps = 2
#*# algo = bicubic
#*# tension = 0.2
#*# min_x = 40.0
#*# max_x = 315.0
#*# min_y = 40.0
#*# max_y = 315.0
#*#
#*# [scanner]
#*# mode = scan