-
Notifications
You must be signed in to change notification settings - Fork 2
/
printer_VzBOT.cfg
629 lines (554 loc) · 42.4 KB
/
printer_VzBOT.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
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
# ██╗ ██╗███████╗██████╗ ██████╗ ████████╗
# ██║ ██║╚══███╔╝██╔══██╗██╔═══██╗╚══██╔══╝
# ██║ ██║ ███╔╝ ██████╔╝██║ ██║ ██║
# ╚██╗ ██╔╝ ███╔╝ ██╔══██╗██║ ██║ ██║
# ╚████╔╝ ███████╗██████╔╝╚██████╔╝ ██║
# ╚═══╝ ╚══════╝╚═════╝ ╚═════╝ ╚═╝
#
# [include timelapse.cfg] # Timelapse for Webcam
# [include Start_Stop.cfg]
[include adv_macro.cfg]
################################################################
# ██████╗ ██████╗ ██╗███╗ ██╗████████╗███████╗██████╗
# ██╔══██╗██╔══██╗██║████╗ ██║╚══██╔══╝██╔════╝██╔══██╗
# ██████╔╝██████╔╝██║██╔██╗ ██║ ██║ █████╗ ██████╔╝
# ██╔═══╝ ██╔══██╗██║██║╚██╗██║ ██║ ██╔══╝ ██╔══██╗
# ██║ ██║ ██║██║██║ ╚████║ ██║ ███████╗██║ ██║
# ╚═╝ ╚═╝ ╚═╝╚═╝╚═╝ ╚═══╝ ╚═╝ ╚══════╝╚═╝ ╚═╝
#
################################################################
[printer]
kinematics: corexy
max_velocity: 800
max_accel: 20000
#max_accel_to_decel: 5000
max_z_velocity: 50
max_z_accel: 100
square_corner_velocity: 15
[display_status]
# [exclude_object]
[pause_resume]
recover_velocity: 350
[idle_timeout]
timeout: 1800
gcode =
{% if printer.pause_resume.is_paused %}
M104 S0
{% else %}
TURN_OFF_HEATERS
#M84
{% endif %}
[force_move]
enable_force_move: True
[gcode_arcs]
resolution: 0.05
# An arc will be split into segments. Each segment's length will
# equal the resolution in mm set above. Lower values will produce a
# finer arc, but also more work for your machine. Arcs smaller than
# the configured value will become straight lines. The default is
# 1mm.
########################
#
# ███╗ ███╗ ██████╗██╗ ██╗
# ████╗ ████║██╔════╝██║ ██║
# ██╔████╔██║██║ ██║ ██║
# ██║╚██╔╝██║██║ ██║ ██║
# ██║ ╚═╝ ██║╚██████╗╚██████╔╝
# ╚═╝ ╚═╝ ╚═════╝ ╚═════╝
#
# mcu
# ######################################
### For Fly Super 8 V1.3 ####
### And Mellow Kit ####
### For Fly Super pro 8, the SPI bus is spi1A
### For Fly Super 8 V1.3, the SPI bus is spi3
[mcu]
serial: /dev/serial/by-id/usb-Klipper_stm32h723xx_43002E001651313338343730-if00
restart_method: command
[temperature_sensor FLY-Super8]
sensor_type: temperature_mcu
min_temp: 0
max_temp: 110
[mcu rpi]
serial: /tmp/klipper_host_mcu
[temperature_sensor Raspberry]
sensor_type: temperature_host
min_temp: 0
max_temp: 100
# ######################################
# STEPPERS
# ######################################
# ██╗ ██╗
# ╚██╗██╔╝
# ╚███╔╝
# ██╔██╗
# ██╔╝ ██╗
# ╚═╝
[stepper_x]
## in M6 position
step_pin: PE0
dir_pin: !PG3
enable_pin: !PG4
rotation_distance: 40
microsteps: 16
full_steps_per_rotation: 200
endstop_pin: PG11
position_endstop: 0
position_min: 0
position_max: 330
homing_speed: 50
homing_retract_dist: 10.0 # retract as optical probe is long from the complete collision
homing_retract_speed: 100 #
second_homing_speed: 5 # useful for optical
[tmc5160 stepper_x]
#spi_bus: spi3
cs_pin: PG2
#diag_pin: PA8
interpolate: false
run_current: 1.9
sense_resistor: 0.033
spi_software_mosi_pin: PB5
spi_software_miso_pin: PB4
spi_software_sclk_pin: PB3
#driver_SGT: -64 # -64 is most sensitive value, 63 is least sensitive
driver_TBL: 1
driver_TOFF: 3
driver_DISS2G: 1
driver_DISS2VS: 1
stealthchop_threshold: 0
# ██╗ ██╗ ██╗
# ╚██╗██╔╝███║
# ╚███╔╝ ╚██║
# ██╔██╗ ██║
# ██╔╝ ██╗ ██║
# ╚═╝ ╚═╝ ╚═╝
#
[stepper_x1]
## in M5 position
step_pin: PE1
dir_pin: !PF0
enable_pin: !PC15
rotation_distance: 40
microsteps: 16
full_steps_per_rotation: 200
#endstop_pin: tmc5160_stepper_x:virtual_endstop
[tmc5160 stepper_x1]
#spi_bus: spi3
cs_pin: PF1
#diag_pin: PD6
interpolate: false
run_current: 1.9
sense_resistor: 0.033
spi_software_mosi_pin: PB5
spi_software_miso_pin: PB4
spi_software_sclk_pin: PB3
#driver_SGT: -64 # -64 is most sensitive value, 63 is least sensitive
driver_TBL: 1
driver_TOFF: 3
driver_DISS2G: 1
driver_DISS2VS: 1
stealthchop_threshold: 0
# ██╗ ██╗
# ╚██╗ ██╔╝
# ╚████╔╝
# ╚██╔╝
# ██║
# ╚═╝
[stepper_y]
## in M4 position
step_pin: PE15
dir_pin: !PE11
enable_pin: !PF2
rotation_distance: 40
microsteps: 16
full_steps_per_rotation: 200
endstop_pin: PG12 #make sure to set the correct pin here.
position_endstop: -0
position_min: 0
position_max: 283
homing_speed: 50
homing_retract_dist: 10.0 # retract as optical probe is long from the complete collision
homing_retract_speed: 100 #
second_homing_speed: 5 # useful for optical
[tmc5160 stepper_y]
#spi_bus: spi3
cs_pin: PE10
#diag_pin: PD7
interpolate: false
run_current: 1.9
sense_resistor: 0.033
spi_software_mosi_pin: PB5
spi_software_miso_pin: PB4
spi_software_sclk_pin: PB3
#driver_SGT: -64 # -64 is most sensitive value, 63 is least sensitive
driver_TBL: 1
driver_TOFF: 3
driver_DISS2G: 1
driver_DISS2VS: 1
stealthchop_threshold: 0
# ██╗ ██╗ ██╗
# ╚██╗ ██╔╝███║
# ╚████╔╝ ╚██║
# ╚██╔╝ ██║
# ██║ ██║
# ╚═╝ ╚═╝
#
[stepper_y1]
## in M3 position
step_pin: PE14
dir_pin: !PE8
enable_pin: !PE9
rotation_distance: 40
microsteps: 16
full_steps_per_rotation: 200
#endstop_pin: tmc5160_stepper_y:virtual_endstop
[tmc5160 stepper_y1]
#spi_bus: spi3
cs_pin: PE7
#diag_pin: PG9
interpolate: false
run_current: 1.9
sense_resistor: 0.033
spi_software_mosi_pin: PB5
spi_software_miso_pin: PB4
spi_software_sclk_pin: PB3
#driver_SGT: -64 # -64 is most sensitive value, 63 is least sensitive
driver_TBL: 1
driver_TOFF: 3
driver_DISS2G: 1
driver_DISS2VS: 1
stealthchop_threshold: 0
#########################
# ███████╗
# ╚══███╔╝
# ███╔╝
# ███╔╝
# ███████╗
# ╚══════╝
[stepper_z]
## In M1 position
step_pin: PE3
dir_pin: !PF13
enable_pin: !PF14
microsteps: 32
rotation_distance: 4
endstop_pin: probe:z_virtual_endstop # use beacon as virtual endstop
homing_retract_dist: 0 # beacon needs this to be set to 0
#position_endstop: 0.0
position_min: -1
position_max: 400
full_steps_per_rotation: 200
homing_retract_dist: 5.0
homing_retract_dist: 3
homing_positive_dir: false
homing_speed: 10.0
second_homing_speed: 2
[tmc2209 stepper_z]
interpolate: false
uart_pin: PF12
run_current: 1.2
sense_resistor: 0.110
stealthchop_threshold: 0
[safe_z_home]
home_xy_position: 165, 140 # update for your machine
z_hop: 3
z_hop_speed: 2
############################################################
#
# ███████╗██╗ ██╗████████╗██████╗ ██╗ ██╗██████╗ ███████╗██████╗
# ██╔════╝╚██╗██╔╝╚══██╔══╝██╔══██╗██║ ██║██╔══██╗██╔════╝██╔══██╗
# █████╗ ╚███╔╝ ██║ ██████╔╝██║ ██║██║ ██║█████╗ ██████╔╝
# ██╔══╝ ██╔██╗ ██║ ██╔══██╗██║ ██║██║ ██║██╔══╝ ██╔══██╗
# ███████╗██╔╝ ██╗ ██║ ██║ ██║╚██████╔╝██████╔╝███████╗██║ ██║
# ╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚══════╝╚═╝ ╚═╝
#
# EXTRUDER
############################################################
[extruder]
## In M0 position
### Vz-HextrudORT
step_pin: PE2
dir_pin: !PC5
enable_pin: !PF11
microsteps: 16
#Alu VZhextrudort Moons 8T
full_steps_per_rotation: 200
rotation_distance: 22.2
Gear_ratio: 50:8
#Alu VZhextrudort Moons 10T
#rotation_distance: 22
#gear_ratio: 50:10
#VZHextrudort LDO 20mm
#rotation_distance: 4.71
nozzle_diameter: 0.4
filament_diameter: 1.750
heater_pin: PB0
sensor_type: PT1000
pullup_resistor: 4700
sensor_pin: PF4
#control: pid
#pid_Kp=28.737
#pid_Ki=1.935
#pid_Kd=106.684
min_temp: 0
max_temp: 400
max_extrude_only_distance: 1000.0
max_extrude_cross_section: 500
max_extrude_only_velocity: 200
max_extrude_only_accel: 10000
min_extrude_temp: 170
pressure_advance: 0.02
pressure_advance_smooth_time: 0.03
[tmc2209 extruder]
uart_pin: PC4
interpolate: false
run_current: 0.8
sense_resistor: 0.110
stealthchop_threshold: 0
# diag_pin:
############################
# ██████╗ ███████╗██████╗
# ██╔══██╗██╔════╝██╔══██╗
# ██████╔╝█████╗ ██║ ██║
# ██╔══██╗██╔══╝ ██║ ██║
# ██████╔╝███████╗██████╔╝
# ╚═════╝ ╚══════╝╚═════╝
#
# BED
############################
[heater_bed]
heater_pin: PE5
sensor_type: Generic 3950
sensor_pin: PC1
#control: pid
#pid_Kp: 66.746
#pid_Ki: 3.504
#pid_Kd: 317.878
min_temp: 0
max_temp: 150
######################################
# ███████╗ █████╗ ███╗ ██╗███████╗
# ██╔════╝██╔══██╗████╗ ██║██╔════╝
# █████╗ ███████║██╔██╗ ██║███████╗
# ██╔══╝ ██╔══██║██║╚██╗██║╚════██║
# ██║ ██║ ██║██║ ╚████║███████║
# ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═══╝╚══════╝
#
# FANS
######################################
[fan]
## CPAP Print Cooling Fan - PF8
pin: PF8
max_power: 1
cycle_time: 0.002
kick_start_time: 0.5
hardware_pwm: false
shutdown_speed: 0
[heater_fan hotend_fan]
## Hotend Fan - FAN0 Connector
## in case of a watercooler that is 24V use a Heater Pin like PF7 Heat3 for a larger mosfet that can handle more amps.
pin: PA0
max_power: 1.0
kick_start_time: 0.5
heater: extruder
heater_temp: 50.0
[fan_generic Exhaust_fan]
## exhaust fan - In FAN4
pin: PA15
max_power: 1
shutdown_speed: 0
kick_start_time: 0.5
off_below: 0.10
[fan_generic chamber_fan]
### chamber fan - In FAN9 Positon
pin: PA3
max_power: 1
shutdown_speed: 0
kick_start_time: 0.1
#off_below: 0.10
[fan_generic RSCS]
## RSCS Fans - In FAN1 Positon
pin: PA1
max_power: 1.0
#shutdown_speed: 0
kick_start_time: 0.1
off_below: 0.10
cycle_time: 0.001
#[controller_fan driver_fan]
# This is if you connect your driver fan to Super8
#or if you want to add fan to the Super8. Other wise connect them in the driver fan ports
#stepper: stepper_x
#pin: PD14
#max_power: 1
#shutdown_speed: 0
#kick_start_time: 0.1
#off_below: 0.10
########################
########################
#[temperature_sensor chamber] optional for chamber temp
#sensor_type: NTC 100K MGB18-104F39050L32
#pullup_resistor: 4700
#sensor_pin: PF5
#min_temp: 0
#max_temp: 60
#gcode_id: C: C
#[temperature_sensor Bed_Edge]
#Sensor_type: Generic 3950
#sensor_pin:PF4
###########################################
#########Custom PINs Definition ############
###########################################
#[output_pin LED]
#In FAN8 position if 12 or 5V
#When 24V use a heater pin like Heat4 PF6
#pin: PF6
#pwm: false
#value: 1
#shutdown_value:1
### gcode command: SET_PIN PIN=LED value=0 to 1
##################################################################################
# ██████╗ ███████╗████████╗██████╗ █████╗ ██████╗████████╗██╗ ██████╗ ███╗ ██╗
# ██╔══██╗██╔════╝╚══██╔══╝██╔══██╗██╔══██╗██╔════╝╚══██╔══╝██║██╔═══██╗████╗ ██║
# ██████╔╝█████╗ ██║ ██████╔╝███████║██║ ██║ ██║██║ ██║██╔██╗ ██║
# ██╔══██╗██╔══╝ ██║ ██╔══██╗██╔══██║██║ ██║ ██║██║ ██║██║╚██╗██║
# ██║ ██║███████╗ ██║ ██║ ██║██║ ██║╚██████╗ ██║ ██║╚██████╔╝██║ ╚████║
# ╚═╝ ╚═╝╚══════╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══╝
#
# RETRACTION
##################################################################################
[firmware_retraction]
retract_length: 0.5
# The length of filament (in mm) to retract when G10 is activated,
# and to unretract when G11 is activated (but see
# unretract_extra_length below). The default is 0 mm.
retract_speed: 35
# The speed of retraction, in mm/s. The default is 20 mm/s.
unretract_extra_length: 0.5
# The length (in mm) of *additional* filament to add when
# unretracting.
unretract_speed: 35
# The speed of unretraction, in mm/s. The default is 10 mm/s.
###############################################
# ███╗ ███╗███████╗███████╗██╗ ██╗
# ████╗ ████║██╔════╝██╔════╝██║ ██║
# ██╔████╔██║█████╗ ███████╗███████║
# ██║╚██╔╝██║██╔══╝ ╚════██║██╔══██║
# ██║ ╚═╝ ██║███████╗███████║██║ ██║
# ╚═╝ ╚═╝╚══════╝╚══════╝╚═╝ ╚═╝
#
# MESH
###############################################
#[bed_screws]
#screw1: 20,20
#screw2: 20,290
#screw3: 290,290
#screw4: 290,20
# https://docs.beacon3d.com/config/
[beacon]
serial: /dev/serial/by-id/usb-Beacon_Beacon_RevD_149637FA4E4B333448202020FF0A2114-if00
x_offset: 0 # update with offset from nozzle on your machine
y_offset: 27 # update with offset from nozzle on your machine
mesh_main_direction: y
mesh_runs: 1
speed: 500
[bed_mesh]
algorithm: bicubic
speed: 500
horizontal_move_z: 5
mesh_min: 30, 30
mesh_max: 280, 280
probe_count: 50, 50
#*# <---------------------- SAVE_CONFIG ---------------------->
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
#*#
#*# [beacon model default]
#*# model_coef = 1.5784812951126586,
#*# 1.9051936679852832,
#*# 0.7435087162929455,
#*# 0.3190862018830927,
#*# 0.3331788195942175,
#*# 0.35589652258930615,
#*# -0.26130286779552536,
#*# -0.4081952805896694,
#*# 0.20642710997917432,
#*# 0.23144646359757148
#*# model_domain = 3.2593718913834154e-07,3.346009733085462e-07
#*# model_range = 0.200000,5.000000
#*# model_temp = 33.136265
#*# model_offset = 0.13000
#*#
#*# [extruder]
#*# control = pid
#*# pid_kp = 22.047
#*# pid_ki = 1.909
#*# pid_kd = 63.661
#*#
#*# [heater_bed]
#*# control = pid
#*# pid_kp = 36.648
#*# pid_ki = 0.646
#*# pid_kd = 519.483
#*#
#*# [bed_mesh default]
#*# version = 1
#*# points =
#*# 0.027531, 0.034356, 0.041109, 0.044826, 0.051572, 0.057415, 0.060171, 0.057785, 0.065782, 0.069245, 0.073531, 0.080062, 0.088338, 0.095212, 0.101883, 0.110114, 0.115540, 0.122806, 0.127927, 0.131416, 0.134818, 0.137863, 0.137666, 0.137906, 0.137252, 0.133709, 0.131514, 0.128449, 0.127085, 0.126208, 0.122470, 0.120242, 0.119287, 0.119498, 0.117869, 0.116204, 0.118016, 0.116000, 0.114132, 0.111401, 0.110402, 0.109838, 0.108213, 0.103595, 0.100184, 0.099084, 0.095386, 0.091425, 0.087989, 0.082773
#*# 0.026764, 0.034799, 0.041175, 0.044210, 0.046811, 0.052096, 0.054184, 0.054424, 0.060230, 0.065729, 0.071346, 0.077651, 0.087020, 0.093768, 0.099935, 0.105556, 0.112183, 0.118953, 0.124157, 0.128642, 0.131769, 0.135103, 0.136769, 0.135758, 0.133791, 0.132069, 0.130138, 0.127312, 0.126737, 0.123226, 0.121604, 0.117665, 0.116389, 0.116827, 0.114278, 0.115514, 0.114740, 0.113929, 0.112442, 0.110651, 0.110934, 0.109469, 0.107897, 0.103635, 0.098560, 0.095865, 0.094995, 0.088059, 0.087265, 0.075599
#*# 0.024555, 0.031323, 0.034655, 0.041105, 0.043674, 0.046439, 0.049483, 0.053557, 0.054780, 0.057900, 0.065852, 0.073354, 0.080500, 0.087451, 0.095811, 0.101359, 0.107850, 0.114967, 0.119515, 0.125232, 0.127537, 0.129624, 0.131429, 0.132973, 0.129717, 0.129423, 0.127452, 0.125142, 0.124714, 0.121534, 0.122458, 0.118573, 0.118793, 0.119279, 0.112665, 0.114605, 0.107462, 0.109771, 0.108077, 0.105435, 0.107054, 0.106785, 0.102356, 0.098516, 0.095431, 0.092602, 0.087910, 0.080716, 0.082224, 0.074655
#*# 0.018202, 0.025148, 0.026095, 0.030287, 0.040571, 0.047524, 0.048203, 0.048473, 0.050043, 0.057772, 0.061778, 0.067187, 0.076028, 0.083555, 0.091412, 0.097024, 0.103521, 0.110670, 0.116470, 0.121019, 0.123810, 0.128947, 0.129045, 0.131059, 0.127607, 0.129983, 0.126081, 0.124957, 0.126431, 0.124560, 0.120750, 0.116939, 0.114810, 0.112597, 0.112026, 0.113885, 0.109101, 0.109639, 0.105794, 0.106185, 0.105722, 0.104944, 0.104115, 0.100516, 0.094725, 0.090609, 0.088088, 0.084825, 0.079040, 0.076880
#*# 0.012594, 0.022525, 0.023799, 0.029086, 0.039131, 0.042585, 0.045079, 0.047764, 0.048594, 0.058338, 0.061179, 0.067043, 0.074127, 0.081713, 0.090573, 0.095013, 0.102087, 0.109114, 0.116038, 0.121102, 0.125533, 0.130923, 0.130016, 0.131755, 0.133652, 0.133674, 0.128969, 0.126836, 0.123867, 0.120465, 0.118445, 0.117176, 0.115521, 0.112082, 0.112168, 0.111796, 0.117599, 0.110643, 0.106422, 0.110020, 0.108828, 0.106639, 0.103247, 0.100339, 0.097206, 0.093469, 0.088759, 0.085765, 0.081530, 0.077464
#*# 0.017669, 0.027099, 0.028363, 0.036187, 0.038851, 0.045950, 0.051594, 0.057189, 0.058672, 0.064747, 0.070627, 0.074474, 0.080204, 0.087068, 0.095738, 0.099987, 0.107083, 0.115699, 0.122541, 0.127818, 0.130693, 0.135314, 0.138503, 0.135955, 0.138323, 0.134311, 0.131680, 0.129869, 0.126395, 0.125752, 0.122316, 0.120630, 0.118036, 0.115851, 0.115059, 0.112034, 0.113974, 0.112103, 0.112595, 0.110600, 0.110409, 0.106467, 0.105027, 0.102811, 0.096967, 0.094818, 0.090940, 0.084916, 0.082552, 0.076161
#*# 0.018591, 0.024282, 0.030843, 0.042767, 0.037260, 0.046857, 0.051561, 0.060895, 0.065677, 0.067075, 0.072073, 0.076767, 0.081200, 0.088427, 0.096634, 0.101270, 0.108360, 0.116647, 0.123800, 0.130574, 0.133762, 0.136877, 0.141524, 0.135787, 0.138283, 0.132225, 0.131680, 0.128643, 0.127618, 0.126778, 0.123958, 0.123096, 0.118997, 0.117839, 0.116851, 0.112921, 0.115743, 0.114946, 0.111753, 0.110279, 0.109954, 0.106976, 0.105102, 0.100523, 0.099155, 0.095129, 0.090366, 0.082377, 0.082897, 0.075850
#*# 0.025887, 0.033056, 0.033549, 0.043506, 0.044681, 0.053831, 0.058205, 0.062006, 0.066198, 0.066047, 0.071102, 0.078727, 0.085970, 0.093475, 0.099211, 0.105827, 0.110937, 0.117184, 0.124939, 0.130762, 0.134949, 0.135881, 0.137404, 0.136440, 0.135134, 0.135035, 0.133460, 0.132238, 0.131782, 0.130064, 0.127730, 0.124708, 0.121541, 0.120409, 0.118677, 0.115613, 0.116241, 0.115295, 0.111708, 0.108730, 0.108001, 0.105340, 0.102783, 0.100902, 0.097671, 0.093839, 0.088367, 0.085065, 0.079528, 0.075190
#*# 0.020156, 0.028191, 0.033833, 0.044089, 0.048524, 0.051473, 0.057043, 0.064053, 0.062363, 0.067902, 0.073451, 0.078465, 0.084808, 0.092996, 0.098625, 0.103674, 0.111339, 0.116255, 0.121362, 0.125502, 0.131464, 0.135281, 0.135617, 0.134888, 0.134891, 0.134553, 0.133802, 0.132288, 0.130681, 0.128953, 0.124791, 0.123168, 0.120232, 0.117300, 0.116799, 0.114995, 0.113945, 0.114483, 0.108984, 0.105994, 0.104387, 0.102859, 0.100417, 0.097182, 0.096256, 0.092090, 0.086841, 0.082261, 0.077952, 0.073285
#*# 0.028502, 0.036726, 0.038499, 0.041905, 0.047237, 0.054986, 0.058891, 0.061057, 0.066600, 0.069145, 0.075773, 0.080582, 0.085144, 0.093128, 0.098003, 0.103114, 0.107361, 0.114089, 0.118797, 0.123375, 0.128273, 0.129491, 0.133141, 0.132460, 0.131530, 0.129457, 0.129134, 0.126958, 0.125940, 0.124411, 0.122217, 0.121739, 0.114897, 0.114742, 0.113328, 0.110086, 0.107350, 0.105036, 0.102011, 0.098535, 0.098003, 0.096867, 0.094568, 0.090668, 0.089166, 0.086087, 0.081680, 0.075979, 0.071249, 0.066851
#*# 0.023584, 0.028045, 0.033195, 0.043609, 0.045406, 0.048857, 0.054055, 0.060522, 0.062780, 0.069166, 0.074193, 0.079285, 0.083014, 0.090269, 0.095504, 0.098903, 0.106061, 0.110899, 0.115550, 0.120696, 0.124283, 0.126697, 0.128921, 0.129600, 0.132720, 0.127771, 0.128846, 0.123924, 0.124276, 0.118330, 0.118760, 0.112126, 0.111589, 0.108919, 0.107175, 0.107348, 0.103708, 0.097874, 0.095528, 0.093378, 0.092672, 0.089764, 0.087061, 0.084995, 0.083475, 0.079569, 0.074880, 0.067811, 0.065439, 0.060320
#*# 0.028038, 0.036564, 0.036462, 0.044088, 0.045018, 0.048948, 0.055561, 0.056851, 0.059334, 0.069726, 0.072336, 0.077050, 0.082016, 0.087543, 0.091061, 0.095602, 0.100049, 0.105069, 0.109871, 0.114987, 0.117276, 0.118068, 0.119707, 0.122126, 0.127064, 0.122389, 0.121198, 0.117401, 0.115417, 0.110472, 0.112664, 0.104997, 0.104771, 0.103778, 0.101389, 0.098310, 0.093837, 0.087887, 0.088084, 0.084085, 0.082658, 0.080803, 0.077903, 0.076352, 0.073367, 0.069868, 0.064616, 0.060054, 0.054170, 0.049197
#*# 0.013483, 0.019797, 0.025725, 0.035640, 0.037786, 0.042885, 0.046907, 0.052274, 0.054400, 0.059525, 0.064850, 0.066792, 0.072675, 0.080738, 0.083061, 0.087387, 0.095639, 0.097000, 0.102010, 0.106559, 0.109051, 0.110143, 0.113753, 0.114640, 0.118475, 0.115869, 0.112776, 0.108011, 0.105191, 0.103690, 0.098618, 0.097102, 0.095628, 0.093306, 0.090278, 0.088197, 0.084487, 0.080786, 0.074907, 0.074306, 0.071451, 0.068646, 0.065380, 0.062740, 0.061592, 0.057453, 0.052852, 0.045800, 0.043129, 0.035486
#*# 0.013455, 0.023238, 0.021046, 0.023227, 0.027875, 0.035614, 0.039316, 0.040735, 0.044534, 0.050019, 0.053003, 0.057845, 0.060669, 0.066056, 0.071973, 0.076432, 0.079035, 0.084495, 0.087928, 0.092351, 0.093334, 0.095739, 0.099698, 0.100435, 0.104679, 0.102393, 0.093246, 0.094906, 0.089503, 0.090335, 0.086035, 0.082985, 0.082075, 0.081486, 0.077846, 0.073491, 0.068321, 0.064377, 0.061652, 0.057562, 0.055348, 0.051273, 0.047675, 0.046951, 0.044430, 0.038583, 0.031932, 0.023461, 0.021519, 0.016609
#*# -0.008496, -0.003601, 0.001648, 0.006349, 0.011724, 0.019464, 0.018709, 0.025894, 0.034150, 0.033470, 0.036290, 0.041729, 0.045473, 0.050671, 0.055607, 0.060141, 0.066113, 0.068131, 0.073787, 0.075097, 0.076969, 0.077335, 0.082056, 0.084857, 0.086567, 0.087297, 0.079293, 0.079795, 0.076561, 0.072240, 0.069521, 0.068340, 0.066125, 0.063945, 0.060907, 0.057530, 0.054410, 0.046856, 0.044541, 0.042700, 0.039635, 0.037236, 0.033634, 0.028186, 0.025998, 0.022609, 0.016713, 0.009677, 0.006481, -0.000648
#*# -0.016876, -0.008831, -0.012747, -0.000419, -0.001677, 0.003869, 0.008180, 0.010338, 0.012483, 0.018143, 0.022854, 0.027256, 0.029156, 0.036054, 0.041564, 0.045470, 0.048834, 0.052424, 0.056556, 0.060492, 0.061509, 0.062865, 0.064654, 0.067497, 0.066083, 0.068961, 0.065556, 0.065225, 0.064265, 0.059711, 0.056477, 0.054968, 0.052866, 0.051030, 0.048439, 0.043785, 0.039386, 0.032775, 0.031441, 0.028898, 0.026001, 0.021585, 0.016152, 0.013735, 0.011359, 0.006420, -0.001311, -0.007190, -0.012701, -0.018473
#*# -0.038536, -0.032390, -0.027633, -0.017276, -0.014435, -0.010270, -0.006634, -0.001056, 0.001750, 0.005320, 0.010012, 0.015442, 0.018984, 0.024660, 0.030531, 0.034908, 0.040177, 0.041499, 0.047108, 0.050344, 0.050442, 0.055552, 0.056456, 0.057416, 0.054295, 0.055888, 0.058109, 0.059531, 0.061321, 0.051932, 0.049172, 0.048209, 0.042252, 0.041564, 0.037698, 0.033730, 0.030897, 0.024490, 0.020359, 0.019017, 0.016080, 0.012403, 0.007776, 0.002998, 0.001691, -0.003576, -0.009911, -0.014758, -0.019972, -0.026645
#*# -0.037569, -0.028096, -0.027164, -0.025743, -0.022143, -0.011269, -0.010102, -0.009720, -0.001754, -0.000424, 0.003919, 0.008792, 0.011423, 0.017358, 0.022056, 0.028774, 0.031416, 0.032457, 0.039308, 0.044929, 0.042748, 0.047636, 0.047145, 0.049334, 0.049424, 0.049780, 0.059040, 0.065436, 0.065858, 0.061134, 0.047170, 0.041790, 0.037548, 0.034208, 0.031734, 0.026589, 0.022316, 0.018076, 0.014607, 0.010665, 0.007696, 0.003206, -0.002520, -0.005094, -0.006432, -0.013172, -0.020323, -0.027750, -0.033678, -0.037301
#*# -0.048072, -0.042240, -0.040808, -0.027895, -0.026535, -0.022216, -0.017429, -0.012697, -0.005197, -0.010188, -0.002177, 0.006841, 0.004816, 0.010623, 0.015424, 0.021922, 0.028347, 0.030496, 0.033900, 0.041399, 0.041397, 0.043834, 0.045252, 0.045360, 0.050356, 0.056092, 0.064114, 0.068658, 0.076795, 0.074665, 0.056787, 0.041339, 0.035096, 0.031652, 0.027658, 0.023838, 0.018694, 0.012235, 0.011223, 0.007738, 0.004034, 0.001261, -0.004857, -0.007725, -0.011430, -0.015655, -0.021299, -0.029679, -0.032421, -0.040444
#*# -0.039597, -0.032071, -0.031365, -0.030700, -0.024905, -0.019251, -0.014915, -0.012822, -0.011677, -0.006795, -0.004262, -0.000595, 0.000707, 0.007883, 0.011859, 0.018674, 0.023324, 0.027021, 0.030507, 0.038197, 0.040177, 0.041387, 0.048311, 0.047717, 0.055953, 0.062659, 0.071065, 0.077021, 0.081442, 0.080153, 0.070357, 0.049989, 0.033935, 0.028280, 0.022777, 0.017637, 0.013581, 0.008478, 0.005594, 0.002950, 0.000083, -0.006128, -0.010057, -0.012654, -0.016423, -0.022664, -0.028746, -0.037247, -0.041871, -0.047377
#*# -0.052956, -0.043699, -0.040027, -0.025801, -0.033936, -0.024242, -0.017592, -0.017860, -0.014684, -0.012322, -0.009590, -0.006128, -0.003739, -0.000963, 0.006010, 0.013644, 0.018131, 0.021203, 0.023436, 0.032465, 0.036691, 0.040379, 0.051508, 0.056920, 0.067808, 0.072907, 0.075817, 0.077759, 0.077173, 0.074205, 0.071065, 0.058247, 0.037665, 0.024362, 0.020087, 0.011251, 0.007978, 0.005270, -0.002688, -0.004329, -0.007302, -0.011975, -0.015888, -0.020878, -0.022523, -0.028042, -0.034675, -0.043075, -0.049111, -0.051697
#*# -0.055525, -0.044945, -0.043101, -0.043098, -0.042650, -0.032664, -0.028964, -0.025306, -0.027243, -0.022960, -0.019719, -0.016817, -0.014667, -0.011819, -0.004812, 0.002583, 0.006330, 0.008781, 0.013667, 0.019460, 0.027415, 0.034233, 0.043972, 0.066376, 0.079193, 0.079975, 0.074380, 0.067190, 0.062936, 0.060138, 0.055354, 0.051739, 0.044651, 0.023604, 0.008315, 0.000147, -0.007384, -0.011804, -0.013860, -0.017163, -0.021217, -0.024466, -0.030369, -0.032057, -0.035094, -0.039838, -0.049288, -0.056941, -0.061544, -0.065971
#*# -0.071955, -0.064601, -0.061505, -0.053539, -0.046523, -0.045694, -0.042295, -0.039012, -0.035893, -0.033501, -0.029847, -0.025666, -0.023184, -0.019746, -0.014003, -0.006673, -0.003275, -0.000380, 0.007404, 0.014485, 0.024549, 0.041521, 0.051382, 0.072708, 0.080477, 0.083424, 0.074300, 0.059099, 0.055457, 0.052170, 0.046185, 0.042052, 0.036844, 0.031078, 0.013696, -0.004184, -0.015148, -0.021408, -0.022521, -0.025060, -0.027892, -0.030968, -0.037402, -0.038195, -0.042220, -0.047133, -0.055240, -0.061711, -0.066124, -0.071114
#*# -0.075886, -0.064729, -0.063992, -0.064687, -0.060229, -0.054347, -0.050001, -0.047120, -0.046967, -0.044088, -0.038558, -0.035377, -0.033743, -0.029318, -0.024840, -0.018186, -0.013523, -0.012987, -0.003088, 0.005805, 0.028766, 0.046334, 0.058095, 0.066953, 0.067560, 0.067992, 0.059715, 0.055202, 0.049069, 0.040633, 0.034693, 0.030289, 0.029132, 0.025827, 0.019258, 0.001683, -0.017616, -0.028984, -0.031762, -0.035269, -0.036683, -0.040195, -0.045751, -0.045231, -0.048330, -0.052623, -0.060028, -0.068112, -0.073843, -0.077618
#*# -0.083680, -0.080932, -0.077084, -0.068038, -0.070650, -0.065356, -0.059696, -0.059738, -0.054363, -0.048885, -0.048167, -0.041989, -0.039762, -0.034341, -0.029198, -0.025457, -0.017436, -0.015689, -0.005950, 0.013223, 0.037475, 0.049935, 0.062772, 0.064704, 0.058690, 0.050842, 0.050454, 0.044678, 0.044143, 0.032516, 0.030581, 0.021712, 0.021803, 0.019499, 0.016727, 0.005650, -0.010474, -0.030241, -0.033224, -0.036132, -0.038170, -0.041801, -0.045058, -0.046823, -0.049056, -0.055562, -0.061418, -0.068123, -0.074359, -0.077529
#*# -0.082973, -0.073851, -0.071219, -0.070420, -0.069215, -0.065391, -0.060531, -0.058769, -0.059055, -0.052641, -0.049067, -0.043934, -0.041668, -0.037611, -0.033793, -0.026994, -0.021674, -0.017051, -0.004873, 0.014492, 0.031940, 0.037273, 0.047780, 0.049313, 0.035208, 0.027916, 0.036308, 0.027234, 0.033627, 0.032140, 0.017460, 0.006848, 0.007039, 0.011213, 0.007301, -0.002918, -0.012725, -0.029467, -0.033523, -0.037295, -0.038793, -0.040499, -0.046649, -0.045215, -0.047615, -0.052351, -0.058585, -0.064420, -0.069519, -0.073167
#*# -0.080350, -0.075306, -0.074206, -0.068785, -0.065190, -0.063102, -0.059644, -0.057051, -0.053748, -0.051303, -0.046650, -0.042035, -0.038131, -0.034071, -0.029178, -0.024845, -0.019906, -0.009453, -0.001659, 0.011069, 0.027832, 0.033057, 0.028804, 0.021819, 0.025574, 0.023607, 0.015938, 0.012927, 0.016723, 0.017645, 0.010070, -0.004776, -0.011712, -0.007709, -0.003371, -0.009716, -0.019427, -0.030655, -0.035388, -0.037349, -0.041279, -0.045832, -0.048288, -0.049319, -0.050829, -0.054153, -0.060513, -0.067353, -0.073187, -0.076949
#*# -0.075829, -0.067010, -0.065628, -0.066218, -0.062004, -0.059045, -0.055677, -0.054123, -0.053589, -0.051105, -0.047111, -0.042571, -0.040162, -0.035723, -0.031154, -0.026219, -0.021897, -0.014932, -0.010066, -0.000256, 0.007492, 0.010123, 0.005401, 0.004576, 0.002017, 0.001081, -0.002887, 0.000256, -0.003661, -0.004032, -0.011107, -0.017855, -0.022142, -0.023154, -0.020532, -0.028323, -0.032246, -0.031974, -0.039899, -0.040776, -0.042016, -0.048565, -0.051860, -0.051501, -0.052982, -0.056216, -0.061310, -0.067529, -0.073917, -0.075782
#*# -0.076835, -0.072332, -0.070447, -0.064072, -0.064678, -0.061020, -0.058887, -0.055147, -0.051999, -0.050219, -0.046430, -0.042992, -0.039139, -0.034230, -0.031309, -0.024907, -0.020440, -0.015637, -0.013214, -0.009269, -0.002861, -0.001286, -0.003321, -0.003870, -0.004474, -0.007965, -0.015237, -0.012869, -0.019446, -0.018373, -0.023830, -0.029581, -0.032918, -0.033400, -0.033495, -0.036343, -0.039106, -0.043258, -0.045037, -0.047532, -0.051407, -0.055456, -0.059147, -0.061639, -0.062946, -0.065681, -0.072354, -0.076066, -0.079490, -0.083611
#*# -0.076951, -0.069102, -0.068117, -0.065136, -0.066985, -0.060076, -0.056375, -0.055933, -0.055734, -0.052287, -0.050044, -0.045028, -0.042293, -0.038117, -0.036238, -0.031031, -0.025237, -0.020179, -0.018052, -0.014623, -0.010225, -0.015832, -0.011070, -0.008192, -0.013498, -0.017048, -0.021078, -0.022698, -0.027857, -0.029548, -0.030844, -0.035965, -0.038261, -0.039278, -0.040341, -0.043327, -0.046130, -0.046041, -0.047990, -0.051521, -0.054498, -0.058178, -0.066505, -0.062259, -0.064672, -0.068366, -0.072927, -0.076833, -0.081401, -0.085449
#*# -0.083336, -0.077151, -0.076333, -0.070229, -0.064716, -0.064618, -0.062137, -0.058230, -0.056288, -0.054938, -0.051492, -0.047171, -0.044337, -0.038986, -0.036244, -0.030958, -0.026609, -0.023326, -0.016396, -0.012982, -0.014876, -0.014474, -0.013486, -0.014538, -0.014930, -0.017481, -0.023150, -0.024814, -0.025956, -0.029542, -0.034519, -0.038515, -0.040605, -0.042036, -0.043863, -0.046297, -0.048385, -0.050223, -0.051374, -0.054653, -0.059153, -0.063973, -0.066394, -0.068204, -0.069723, -0.073554, -0.076964, -0.082197, -0.085243, -0.089313
#*# -0.080933, -0.071140, -0.071275, -0.067010, -0.069771, -0.061767, -0.058653, -0.055785, -0.054406, -0.052887, -0.050382, -0.046340, -0.041771, -0.037462, -0.033580, -0.027284, -0.022076, -0.017817, -0.011824, -0.008483, -0.011771, -0.011449, -0.010543, -0.012643, -0.013366, -0.015926, -0.024591, -0.020522, -0.017218, -0.029687, -0.027851, -0.029477, -0.037918, -0.035589, -0.033509, -0.043258, -0.040743, -0.039919, -0.043772, -0.046652, -0.050396, -0.056625, -0.056127, -0.056475, -0.057483, -0.061876, -0.066185, -0.075073, -0.075414, -0.078631
#*# -0.069708, -0.069431, -0.067123, -0.059162, -0.058934, -0.055720, -0.052167, -0.047409, -0.045038, -0.043294, -0.039142, -0.035748, -0.032197, -0.026025, -0.021955, -0.017250, -0.010375, -0.005248, 0.000092, 0.002267, 0.000628, 0.000330, 0.002002, 0.000543, -0.001786, -0.003732, -0.006778, -0.008943, -0.011084, -0.013325, -0.018524, -0.022453, -0.024648, -0.025553, -0.026290, -0.029617, -0.033019, -0.033742, -0.035981, -0.039058, -0.040922, -0.046506, -0.049005, -0.051812, -0.053420, -0.056848, -0.060041, -0.065273, -0.066714, -0.070407
#*# -0.058338, -0.050563, -0.048838, -0.046009, -0.046669, -0.041728, -0.035701, -0.034182, -0.032639, -0.031709, -0.027701, -0.022912, -0.019401, -0.014313, -0.010426, -0.002904, 0.002946, 0.007711, 0.012064, 0.014375, 0.013767, 0.013407, 0.014784, 0.010247, 0.008587, 0.005545, 0.003952, 0.003177, 0.000313, -0.003149, -0.006343, -0.009601, -0.011666, -0.012301, -0.013463, -0.015642, -0.018518, -0.021218, -0.020576, -0.020450, -0.027271, -0.028204, -0.030499, -0.032889, -0.034334, -0.037424, -0.040655, -0.044491, -0.047875, -0.052273
#*# -0.041733, -0.037696, -0.035931, -0.029387, -0.028984, -0.027506, -0.022727, -0.019110, -0.015918, -0.013175, -0.010088, -0.006219, -0.002812, 0.003124, 0.009300, 0.014077, 0.021870, 0.025075, 0.029857, 0.030914, 0.032447, 0.031516, 0.030795, 0.028132, 0.026381, 0.023587, 0.022042, 0.019142, 0.016237, 0.013072, 0.009305, 0.005870, 0.003732, 0.003026, 0.001204, -0.000500, -0.003323, -0.005312, -0.006482, -0.009454, -0.012233, -0.015550, -0.018989, -0.021872, -0.023431, -0.027128, -0.031559, -0.035268, -0.039113, -0.043238
#*# -0.025502, -0.018035, -0.016137, -0.014444, -0.015747, -0.009654, -0.004814, -0.002800, -0.001385, 0.002011, 0.005533, 0.010450, 0.014145, 0.019089, 0.022213, 0.027998, 0.031565, 0.033943, 0.040145, 0.045137, 0.037768, 0.041617, 0.045148, 0.032925, 0.037158, 0.038021, 0.032023, 0.031118, 0.028516, 0.025439, 0.022729, 0.017954, 0.017480, 0.016035, 0.015036, 0.011230, 0.008763, 0.008925, 0.006758, 0.004394, 0.002097, -0.004282, -0.005836, -0.005553, -0.009010, -0.011421, -0.014590, -0.023016, -0.023330, -0.028146
#*# -0.009508, -0.008815, -0.005912, -0.003067, -0.002169, 0.000108, 0.002742, 0.006695, 0.010329, 0.014218, 0.019178, 0.020906, 0.024890, 0.031213, 0.035005, 0.038949, 0.044197, 0.046985, 0.051840, 0.053033, 0.053609, 0.052619, 0.051626, 0.049204, 0.047969, 0.045538, 0.042805, 0.040721, 0.036967, 0.034599, 0.030062, 0.026925, 0.024996, 0.023810, 0.022052, 0.017720, 0.013966, 0.014748, 0.010959, 0.009526, 0.007248, 0.002717, -0.000115, -0.002137, -0.006485, -0.009133, -0.014845, -0.019733, -0.022957, -0.028628
#*# -0.003733, 0.004565, 0.005103, 0.005747, 0.005100, 0.008931, 0.013810, 0.015709, 0.017741, 0.019509, 0.023799, 0.028021, 0.033145, 0.035973, 0.040397, 0.043304, 0.047593, 0.051184, 0.054636, 0.055836, 0.055382, 0.054638, 0.054347, 0.052694, 0.051183, 0.044361, 0.047853, 0.049729, 0.037715, 0.038107, 0.039640, 0.029812, 0.030632, 0.032280, 0.022286, 0.021565, 0.023216, 0.016206, 0.016488, 0.015492, 0.010043, 0.006685, 0.003375, 0.004498, 0.002159, -0.000517, -0.004889, -0.011213, -0.018065, -0.019917
#*# 0.007113, 0.007404, 0.009257, 0.013721, 0.013076, 0.013878, 0.016690, 0.019036, 0.023038, 0.025210, 0.028903, 0.030602, 0.034997, 0.041098, 0.044228, 0.047969, 0.051967, 0.054695, 0.057494, 0.059515, 0.059434, 0.058757, 0.057972, 0.054417, 0.053711, 0.051461, 0.049078, 0.047953, 0.046156, 0.041358, 0.038735, 0.037366, 0.032152, 0.028081, 0.025158, 0.020070, 0.015749, 0.014615, 0.011499, 0.009287, 0.007319, 0.003544, 0.002194, -0.000542, -0.000365, -0.007011, -0.010923, -0.016624, -0.020226, -0.023978
#*# 0.003891, 0.010394, 0.010860, 0.011713, 0.011717, 0.013434, 0.016122, 0.019025, 0.019856, 0.021691, 0.023757, 0.028196, 0.032961, 0.038003, 0.040413, 0.044391, 0.047727, 0.051441, 0.055171, 0.056202, 0.055750, 0.055806, 0.054095, 0.051136, 0.050676, 0.048988, 0.049140, 0.048102, 0.045521, 0.042594, 0.039722, 0.036095, 0.032981, 0.028813, 0.024531, 0.020397, 0.017196, 0.015740, 0.013260, 0.010156, 0.008695, 0.007399, 0.004404, 0.004821, 0.002732, -0.003644, -0.008096, -0.012738, -0.016833, -0.021668
#*# 0.004577, 0.003870, 0.004551, 0.009027, 0.009009, 0.010037, 0.012411, 0.014690, 0.017928, 0.020081, 0.021731, 0.025093, 0.029820, 0.035265, 0.039405, 0.043057, 0.045935, 0.050530, 0.052328, 0.054064, 0.055551, 0.052980, 0.051525, 0.051812, 0.050379, 0.048016, 0.046300, 0.045737, 0.043360, 0.041671, 0.037661, 0.033311, 0.029382, 0.026580, 0.020985, 0.016579, 0.012978, 0.012618, 0.009643, 0.007409, 0.005170, 0.002795, 0.000717, 0.000166, -0.002383, -0.008304, -0.012773, -0.017075, -0.018671, -0.023691
#*# -0.004954, 0.003746, 0.003072, 0.003246, 0.002392, 0.004706, 0.007984, 0.008337, 0.010030, 0.012965, 0.016900, 0.020235, 0.025486, 0.030540, 0.034612, 0.037922, 0.040391, 0.044226, 0.049659, 0.046117, 0.049247, 0.052307, 0.042827, 0.046132, 0.049038, 0.040975, 0.043035, 0.045556, 0.036578, 0.038512, 0.035467, 0.031001, 0.027586, 0.023116, 0.020890, 0.016529, 0.013520, 0.014017, 0.010615, 0.009236, 0.005536, 0.001560, 0.001689, -0.000222, 0.000038, -0.004488, -0.008952, -0.014500, -0.021343, -0.023214
#*# -0.006562, -0.004761, -0.003910, 0.000396, -0.000765, -0.000184, 0.003092, 0.004486, 0.007080, 0.011264, 0.015143, 0.018778, 0.022205, 0.026947, 0.031158, 0.035778, 0.038941, 0.041529, 0.044369, 0.044838, 0.045519, 0.044513, 0.044530, 0.042720, 0.042717, 0.039995, 0.038539, 0.037533, 0.035587, 0.030622, 0.028395, 0.022867, 0.019953, 0.016734, 0.014324, 0.010210, 0.008169, 0.009744, 0.009025, 0.005472, 0.002833, -0.000472, -0.002767, -0.003896, -0.002624, -0.009749, -0.014493, -0.020074, -0.022880, -0.028790
#*# -0.012519, -0.006502, -0.006011, -0.004745, -0.004899, -0.003343, 0.000446, 0.002518, 0.004219, 0.007890, 0.011073, 0.016495, 0.020507, 0.024435, 0.028694, 0.032464, 0.034464, 0.037402, 0.039836, 0.039835, 0.039260, 0.039326, 0.038059, 0.037371, 0.037517, 0.035538, 0.033743, 0.032408, 0.029524, 0.026400, 0.021511, 0.019942, 0.018306, 0.010451, 0.010069, 0.010605, 0.005380, 0.006329, 0.008661, 0.004517, 0.004012, 0.002788, -0.003672, -0.004549, -0.003456, -0.008002, -0.013372, -0.019197, -0.020742, -0.022469
#*# -0.009001, -0.009947, -0.008223, -0.003664, -0.005471, -0.004998, -0.001640, -0.000407, 0.003525, 0.007770, 0.011903, 0.014180, 0.017667, 0.022124, 0.025996, 0.029024, 0.031790, 0.034443, 0.036346, 0.036797, 0.040015, 0.033633, 0.034888, 0.037365, 0.029968, 0.031445, 0.030534, 0.023987, 0.023628, 0.022861, 0.014861, 0.013175, 0.010275, 0.010744, 0.005909, 0.002512, 0.000627, 0.003552, 0.001975, -0.000485, -0.003022, -0.003809, -0.007062, -0.008157, -0.008323, -0.012216, -0.016443, -0.020598, -0.021936, -0.025083
#*# -0.017091, -0.007587, -0.008496, -0.005725, -0.006308, -0.005292, -0.001968, 0.002573, 0.003453, 0.007422, 0.010748, 0.013278, 0.018163, 0.019433, 0.024484, 0.028214, 0.026470, 0.031597, 0.036397, 0.033478, 0.033067, 0.032146, 0.030233, 0.028673, 0.027684, 0.024870, 0.022853, 0.022485, 0.018830, 0.014976, 0.012808, 0.010482, 0.006488, 0.006462, 0.002644, -0.002366, -0.000276, 0.000721, -0.001535, -0.004099, -0.007858, -0.007433, -0.001696, -0.005043, -0.007027, -0.010489, -0.015283, -0.019135, -0.026574, -0.026636
#*# -0.012081, -0.011799, -0.011364, -0.008143, -0.007689, -0.007156, -0.003102, -0.001243, 0.002870, 0.005584, 0.008275, 0.010499, 0.012863, 0.015256, 0.020109, 0.024299, 0.022525, 0.027495, 0.030649, 0.029967, 0.030302, 0.028231, 0.028457, 0.027686, 0.024544, 0.023433, 0.022341, 0.020375, 0.018757, 0.016287, 0.014059, 0.011567, 0.008278, 0.006500, 0.003015, 0.000591, 0.001691, 0.000693, -0.001380, -0.001255, -0.005263, -0.006300, -0.000752, -0.003394, -0.006510, -0.009866, -0.013624, -0.020703, -0.020977, -0.023878
#*# -0.016921, -0.011042, -0.010827, -0.009272, -0.009166, -0.007814, -0.004072, -0.001146, 0.000173, 0.003984, 0.006204, 0.009442, 0.013039, 0.017247, 0.020683, 0.021711, 0.024784, 0.028538, 0.029959, 0.031172, 0.037106, 0.027844, 0.030443, 0.033247, 0.023357, 0.025791, 0.027797, 0.019180, 0.019931, 0.020951, 0.012358, 0.014065, 0.015638, 0.009904, 0.009933, 0.006784, 0.006775, 0.004625, 0.004456, 0.003424, 0.001749, 0.000432, -0.000742, 0.000062, 0.001379, -0.002779, -0.006140, -0.009384, -0.013226, -0.012965
#*# -0.008766, -0.008838, -0.006416, -0.001432, -0.000827, -0.001098, 0.002352, 0.003710, 0.008565, 0.010967, 0.014157, 0.016604, 0.019303, 0.023811, 0.026992, 0.029483, 0.031552, 0.033979, 0.037002, 0.039934, 0.040366, 0.039681, 0.038354, 0.036894, 0.035408, 0.035152, 0.034215, 0.032139, 0.031252, 0.030296, 0.026405, 0.026804, 0.027881, 0.020957, 0.021363, 0.021292, 0.017112, 0.020074, 0.020371, 0.016725, 0.015104, 0.017174, 0.011954, 0.010265, 0.011566, 0.007984, 0.003799, 0.001264, -0.001602, -0.002479
#*# 0.002328, 0.002800, 0.003921, 0.003561, 0.008212, 0.007618, 0.011099, 0.012407, 0.014675, 0.017047, 0.020340, 0.024609, 0.026767, 0.030325, 0.032835, 0.036853, 0.039612, 0.042463, 0.044740, 0.046954, 0.049299, 0.048913, 0.047898, 0.045615, 0.044871, 0.044123, 0.042587, 0.043707, 0.041450, 0.040192, 0.037788, 0.036240, 0.033258, 0.033471, 0.037079, 0.026565, 0.028550, 0.031104, 0.026844, 0.028164, 0.029236, 0.022613, 0.026591, 0.025935, 0.024254, 0.021702, 0.017799, 0.015135, 0.010064, 0.011716
#*# x_count = 50
#*# y_count = 50
#*# mesh_x_pps = 2
#*# mesh_y_pps = 2
#*# algo = bicubic
#*# tension = 0.2
#*# min_x = 30.0
#*# max_x = 280.0
#*# min_y = 30.0
#*# max_y = 280.0