-
Notifications
You must be signed in to change notification settings - Fork 0
/
printer-20240324_151130.cfg
829 lines (747 loc) · 44.5 KB
/
printer-20240324_151130.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
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
[include mainsail_local.cfg]
#[include toolhead_btt_ebbcan_G0B1_v1.2.cfg]
#[include Voron2_Octopus_Config.cfg]
#[include sb_leds.cfg]
[include leds.cfg]
[include KAMP/*cfg]
[include macros.cfg]
#[include flexplate.cfg]
[include config_backup.cfg]
#[include reshelper.cfg]
#[include IS_shaper_calibrate.cfg]
#[include IS_vibrations_measurement.cfg]
[include K-ShakeTune/*.cfg]
[include nozzle_scrub.cfg]
[include homing.cfg]
[include midi.conf]
[save_variables]
filename: /home/patrez/printer_data/.variables.stb
[exclude_object]
[gcode_arcs]
[respond]
default_type: echo
# Sets the default prefix of the "M118" and "RESPOND" output to one
# of the following:
# echo: "echo: " (This is the default)
# command: "// "
# error: "!! "
#default_prefix: echo:
# Directly sets the default prefix. If present, this value will
# override the "default_type".
[force_move]
enable_force_move: True
[mcu rpi]
serial: /tmp/klipper_host_mcu
[mpu9250]
i2c_mcu: rpi
i2c_bus: i2c.1
#[resonance_tester]
#accel_chip: mpu9250
#probe_points:
# 175, 175, 100 # an example
[mcu]
## Obtain definition by "ls -l /dev/serial/by-id/" then unplug to verify
##--------------------------------------------------------------------
#serial: /dev/serial/by-id/usb-Klipper_stm32f446xx_250030001750344D30353320-if00
canbus_uuid: 1fc2bb30fb5b
#restart_method: command
##--------------------------------------------------------------------
#[temperature_fan MCU_fan]
#sensor_type: temperature_mcu
#sensor_mcu: mcu
#pin: PA8
#max_temp: 50.0
#target_temp: 40.0
#min_temp: 0
#shutdown_speed: 0.0
#kick_start_time: 0.5
#off_below: 0.19
#max_speed: 1.0
#min_speed: 0.0
#control: pid
#pid_Kp: 2.0
#pid_Ki: 5.0
#pid_Kd: 0.5
#pid_deriv_time: 2.0
[temperature_fan MCU_FAN]
sensor_type: temperature_mcu
sensor_mcu: mcu
pin: PA8
max_temp: 50.0
target_temp: 45.0
min_temp: 20.0
shutdown_speed: 0.0
kick_start_time: 0.5
cycle_time: 0.12
off_below: 0.55
max_speed: 1.0
min_speed: 0.5
control: pid
pid_Kp: 100
pid_Ki: 5
pid_Kd: 0.2
#[fan_generic MCU_FAN]
#pin: PA8
#hardware_pwm: True
#cycle_time: 0.12
#kick_start_time: 0.02
[temperature_sensor CHAMBER]
sensor_pin: PF7
sensor_type: ATC Semitec 104GT-2
max_temp: 85
[printer]
#kinematics: limited_corexy
kinematics: corexy
max_velocity: 720
max_accel: 9000
#max_x_accel: 6700
#max_y_accel: 4000
#scale_xy_accel: True
max_z_velocity: 15 #Max 15 for 12V TMC Drivers, can increase for 24V
max_z_accel: 350
square_corner_velocity: 10.0
#####################################################################
# Toolhead section
#####################################################################
## BOARD PINS
[board_pins EBB36_G0B1_v1.2]
mcu: can0
aliases:
aliases_step:
EXT_EN=PD2,EXT_STEP=PD0,EXT_DIR=PD1,EXT_UART=PA15
aliases_limitsw: # these are preferred for endstops (including klicky)
LIMIT_1=PB7,LIMIT_2=PB5,LIMIT_3=PB6
aliases_bltouch: # these are the dupont connectors for bltouch
PROBE_1=PB9,PROBE_2=PB8
aliases_fans:
FAN0=PA1,FAN1=PA0
aliases_thermistors:
TH0=PA3,PT100_CS=PA4,PT100_SCLK=PA5,PT100_MISO=PA6,PT100_MOSI=PA7
aliases_heaters:
HE0=PB13
aliases_rgb:
RGBLED=PD3
aliases_adxl:
ADXL_CS=PB12,ADXL_SCLK=PB10,ADXL_MISO=PB2,ADXL_MOSI=PB11
aliases_i2c:
AUX0=PB3,AUX1=PB4
## can0
[mcu can0]
canbus_uuid: 1052fcf48790 # run the following command to locate the uuid > ~/klippy-env/bin/python ~/klipper/scripts/canbus_query.py can0
#serial: /dev/serial/by-id/usb-Klipper_stm32g0b1xx_19001A001750425539393020-if00
## can0
[temperature_sensor CANBOARD]
sensor_type: temperature_mcu
sensor_mcu: can0
## HOT END FAN
[heater_fan hotend_fan]
## Hotend Fan - FAN1
pin: can0:FAN1
max_power: 1
off_below: 0.1
shutdown_speed: 0.0
#kick_start_time: 0.5
heater: extruder
heater_temp: 50.0
## PART COOLING
[fan]
pin: can0:FAN0
kick_start_time: 0.25
cycle_time: 0.010
off_below: 0.10
## EXTRUDER
[extruder]
step_pin: can0:EXT_STEP
dir_pin: can0:EXT_DIR
enable_pin: !can0:EXT_EN
rotation_distance: 46.55131524
gear_ratio: 9:1
microsteps: 16
full_steps_per_rotation: 200 #1.8deg Motor
max_extrude_only_distance: 1400.0
max_extrude_only_velocity: 75.0
max_extrude_only_accel: 1500
max_extrude_cross_section: 5
pressure_advance: 0.045
pressure_advance_smooth_time: 0.040
nozzle_diameter: 0.4
filament_diameter: 1.750
heater_pin: can0:HE0
sensor_type:MAX31865
sensor_pin: can0: PA4
spi_bus: spi1
rtd_nominal_r: 100
rtd_reference_r: 430
rtd_num_of_wires: 2
min_extrude_temp: 0
min_temp: -50
max_temp: 350
[temperature_sensor Heatsink]
sensor_type: Generic 3950
sensor_pin: can0:TH0
sensor_type: NTC 100K MGB18-104F39050L32
max_temp: 85
[verify_heater extruder]
#check_gain_time: 55
#max_error: 200
## EXTRUDER MOTOR
[tmc2209 extruder]
uart_pin: can0:EXT_UART
stealthchop_threshold: 0
run_current: 0.65
#sense_resistor: 0.110
interpolate: False
uart_address: 00
[autotune_tmc extruder]
#motor: moons-cse14hra1l410a
motor: ldo-36sth20-1004ahg
tuning_goal: performance
## ADXL345
[adxl345]
cs_pin: can0:ADXL_CS
spi_software_sclk_pin: can0:ADXL_SCLK
spi_software_mosi_pin: can0:ADXL_MOSI
spi_software_miso_pin: can0:ADXL_MISO
axes_map: x,y,z
[resonance_tester]
accel_chip: adxl345
probe_points:
175,175,20 # an example for a 350mm printer
[input_shaper]
shaper_freq_y: 35.8
shaper_type_y: mzv
damping_ratio_y: 0.059
shaper_freq_x: 77.0
shaper_type_x: 2hump_ei
damping_ratio_x: 0.229
#####################################################################
# Probe and mesh
#####################################################################
[cartographer]
canbus_uuid: fde5f370497b
# 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
#
speed: 40.
# Z probing dive speed.
lift_speed: 5.
# Z probing lift speed.
backlash_comp: 0.5
# Backlash compensation distance for removing Z backlash before measuring
# the sensor response.
x_offset: 0.
# X offset of cartographer from the nozzle.
y_offset: 21.1
# Y offset of cartographer from the nozzle.
trigger_distance: 2.
# 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.
# Maximum z bound on sensor response measurement.
cal_speed: 1.0
# Speed while measuring response curve.
cal_move_speed: 10.
# 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.
[lis2dw]
cs_pin: cartographer:PA3
spi_bus: spi1
#[resonance_tester]
#accel_chip: lis2dw
#probe_points:
# 175, 175, 20
[filament_switch_sensor SFS_T0]
switch_pin: ^PG12
pause_on_runout: False
runout_gcode:
PAUSE # [pause_resume] is required in printer.cfg
M117 Filament switch runout
insert_gcode:
M117 Filament switch inserted
[filament_motion_sensor encoder_sensor]
switch_pin: ^PG13
detection_length: 10 # accuracy of motion sensor 2.88mm
extruder: extruder
pause_on_runout: False
runout_gcode:
PAUSE # [pause_resume] is required in printer.cfg
M117 Filament encoder runout
insert_gcode:
M117 Filament encoder inserted
[delayed_gcode DISABLEFILAMENTSENSOR] ; This will disable the SFS 1 second after klipper starts
initial_duration: 1
gcode:
SET_FILAMENT_SENSOR SENSOR=SFS_T0 ENABLE=0 ; Put your filament sensor's name after SENSOR=
[bed_mesh]
speed: 400
horizontal_move_z: 3
mesh_min: 40, 40
mesh_max: 310,310
fade_start: 0.6
fade_end: 10.0
probe_count: 99,99 # Values should be odd, so one point is directly at bed center
algorithm: bicubic
#relative_reference_index: 40 # Update when changing probe_count, to ((x points * y points) - 1) / 2. (the center point)
zero_reference_position: 175, 175
#####################################################################
# 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: tmc2209_stepper_x:virtual_endstop #can0:LIMIT_3
position_min: 0
position_endstop: 350
position_max: 350
homing_speed: 40 #Max 100
homing_retract_dist: 0 #5
homing_positive_dir: true
[tmc2209 stepper_x]
uart_pin: PC4
interpolate: false
run_current: 0.8
sense_resistor: 0.110
stealthchop_threshold: 0
diag_pin: ^PG6
#driver_SGTHRS: 255
[autotune_tmc stepper_x]
motor: moons-ms17hd6p420I-05
sg4_thrs: 107
## 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: tmc2209_stepper_y:virtual_endstop #PG6
position_min: 0
position_endstop: 355
position_max: 355
homing_speed: 40 #Max 100
homing_retract_dist: 0 #5
homing_positive_dir: true
[tmc2209 stepper_y]
uart_pin: PD11
interpolate: false
run_current: 0.8
sense_resistor: 0.110
stealthchop_threshold: 0
diag_pin: ^PG9
#driver_SGTHRS: 255
[autotune_tmc stepper_y]
motor: moons-ms17hd6p420I-05
sg4_thrs: 107
#####################################################################
# 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: -5
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: 0
[autotune_tmc stepper_z]
motor: moons-ms17hd6p420I-05
## 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: 0
[autotune_tmc stepper_z1]
motor: moons-ms17hd6p420I-05
## 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: 0
[autotune_tmc stepper_z2]
motor: moons-ms17hd6p420I-05
## 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: 0
[autotune_tmc stepper_z3]
motor: moons-ms17hd6p420I-05
#####################################################################
# Bed Heater
#####################################################################
## SSR Pin - HE1
## Thermistor - TB
[heater_bed]
heater_pin: PA3
sensor_type: Generic 3950
sensor_pin: PF3
max_power: 0.8
min_temp: 0
max_temp: 120
#control: pid
#pid_kp: 39.535
#pid_ki: 1.757
#pid_kd: 222.387
[fan_generic bed_fans]
pin: PE5
kick_start_time: 0.5
[fan_generic filter]
pin: PA2
kick_start_time: 0.5
#####################################################################
# Homing and Gantry Adjustment Routines
#####################################################################
[idle_timeout]
timeout: 1800
#[safe_z_home]
#home_xy_position: 310,310
#speed: 350
#z_hop: 10
#[homing_override]
#set_position_z: 5
#set_position_y: 10
#set_position_x: 10
#gcode:
# G0 Z10
# G0 Y5
# G0 X5
# G28 X
# G28 Y
# G1 X175 Y175 F18000
# G28 Z
# G1 Z10
[quad_gantry_level]
gantry_corners:
-60,-10
410,420
points:
50,25
50,275
300,275
300,25
speed: 500
horizontal_move_z: 5
retries: 5
retry_tolerance: 0.0055
max_adjust: 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>
#####################################################################
# Displays
#####################################################################
## mini12864 LCD Display
[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
## To control Neopixel RGB in mini12864 display
[neopixel btt_mini12864]
pin: EXP1_6
chain_count: 3
initial_RED: 0.1
initial_GREEN: 0.5
initial_BLUE: 0.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=1 GREEN=1 BLUE=1 INDEX=1 TRANSMIT=0
SET_LED LED=btt_mini12864 RED=1 GREEN=0 BLUE=0 INDEX=2 TRANSMIT=0
SET_LED LED=btt_mini12864 RED=1 GREEN=0 BLUE=0 INDEX=3
[gcode_shell_command plot_graph]
command: ~/printer_data/config/scripts/is_workflow.py
timeout: 500.0
verbose: True
[gcode_shell_command system_info]
command: ~/printer_data/config/scripts/system_info.py
timeout: 5.0
verbose: True
#*# <---------------------- SAVE_CONFIG ---------------------->
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
#*#
#*# [bed_mesh cold_pei_rough]
#*# version = 1
#*# points =
#*# -0.040000, -0.011250, -0.005000, -0.011250, -0.055000
#*# -0.023750, 0.020000, 0.006250, 0.016250, -0.035000
#*# -0.020000, -0.005000, 0.000000, -0.012500, -0.062500
#*# -0.040000, -0.032500, -0.025000, -0.038750, -0.060000
#*# -0.016250, 0.005000, 0.007500, -0.010000, -0.033750
#*# x_count = 5
#*# y_count = 5
#*# mesh_x_pps = 2
#*# mesh_y_pps = 2
#*# algo = bicubic
#*# tension = 0.2
#*# min_x = 40.0
#*# max_x = 310.0
#*# min_y = 40.0
#*# max_y = 310.0
#*#
#*# [bed_mesh pei_rough_cold_tight]
#*# version = 1
#*# points =
#*# -0.036250, 0.008750, -0.001250, -0.003750, -0.003750, -0.005000, -0.032500
#*# -0.033750, -0.001250, 0.003750, 0.016250, -0.017500, -0.022500, -0.038750
#*# -0.000000, 0.016250, 0.020000, -0.011250, 0.006250, -0.001250, -0.031250
#*# -0.037500, -0.032500, -0.010000, 0.000000, -0.032500, -0.048750, -0.063750
#*# -0.053750, -0.052500, -0.031250, -0.015000, -0.023750, -0.042500, -0.063750
#*# -0.032500, -0.008750, 0.011250, 0.025000, 0.027500, -0.012500, -0.036250
#*# 0.043750, 0.070000, 0.091250, 0.087500, 0.082500, 0.071250, 0.058750
#*# x_count = 7
#*# y_count = 7
#*# mesh_x_pps = 2
#*# mesh_y_pps = 2
#*# algo = bicubic
#*# tension = 0.2
#*# min_x = 40.0
#*# max_x = 310.0
#*# min_y = 40.0
#*# max_y = 310.0
#*#
#*# [probe]
#*# z_offset = -0.435
#*#
#*# [input_shaper]
#*#
#*# [bed_mesh pei_rough_80]
#*# version = 1
#*# points =
#*# 0.064375, 0.075625, 0.096250, 0.097500, 0.092500, 0.087500, 0.078125, 0.083125, 0.056875
#*# 0.053750, 0.045625, 0.059375, 0.065625, 0.057500, 0.049375, 0.068125, 0.032500, 0.015625
#*# 0.042500, 0.056250, 0.058750, 0.047500, 0.037500, 0.038750, 0.045625, 0.018750, -0.012500
#*# 0.028750, 0.037500, 0.058750, 0.043750, 0.031250, 0.021250, 0.025000, 0.017500, -0.016250
#*# 0.003750, 0.006875, 0.030000, 0.031250, 0.000000, 0.013750, -0.001250, -0.030000, -0.026875
#*# -0.041250, -0.027500, -0.014375, -0.018750, -0.016875, -0.034375, -0.013750, -0.048125, -0.042500
#*# -0.032500, -0.028125, -0.025000, -0.031875, -0.015000, -0.037500, -0.033750, -0.045000, -0.052500
#*# -0.016250, -0.008750, 0.015000, 0.015000, 0.031250, 0.015625, -0.000000, 0.011875, -0.008750
#*# 0.035000, 0.065625, 0.070000, 0.073125, 0.067500, 0.066250, 0.066875, 0.051875, 0.031250
#*# x_count = 9
#*# y_count = 9
#*# mesh_x_pps = 2
#*# mesh_y_pps = 2
#*# algo = bicubic
#*# tension = 0.2
#*# min_x = 41.16
#*# max_x = 307.48
#*# min_y = 40.26
#*# max_y = 306.82
#*#
#*# [extruder]
#*# control = pid
#*# pid_kp = 18.338
#*# pid_ki = 1.002
#*# pid_kd = 83.896
#*#
#*# [bed_mesh pei_rough_PLA]
#*# version = 1
#*# points =
#*# -0.035000, -0.026875, -0.006250, 0.021875, -0.008125, -0.006250, 0.018125, -0.001250, -0.004375
#*# -0.020625, -0.018125, -0.010000, -0.000000, 0.003125, -0.008125, 0.008750, -0.025625, -0.041250
#*# -0.003125, 0.008125, 0.021250, 0.038125, 0.028125, 0.013125, 0.011250, -0.005000, -0.001875
#*# 0.015625, 0.030625, 0.028125, 0.034375, 0.033125, 0.020625, 0.046875, 0.003125, -0.014375
#*# -0.005625, -0.003125, 0.011875, 0.013125, 0.000000, -0.003750, -0.001875, -0.011875, -0.025625
#*# -0.036250, -0.040625, -0.010625, 0.003125, -0.001250, -0.031250, -0.020625, -0.028750, -0.040625
#*# -0.028750, -0.010625, -0.034375, -0.031875, -0.003125, -0.016875, -0.029375, -0.036875, -0.045625
#*# -0.024375, -0.013750, -0.014375, -0.001250, -0.008125, -0.010000, -0.018125, -0.010625, -0.023750
#*# 0.010000, 0.033125, 0.051250, 0.046250, 0.051875, 0.030625, 0.043125, 0.041875, 0.000000
#*# x_count = 9
#*# y_count = 9
#*# mesh_x_pps = 2
#*# mesh_y_pps = 2
#*# algo = bicubic
#*# tension = 0.2
#*# min_x = 40.11
#*# max_x = 309.47
#*# min_y = 42.3
#*# max_y = 306.38
#*#
#*# [bed_mesh default]
#*# version = 1
#*# points =
#*# 0.018572, 0.021976, 0.013552, 0.013003, 0.010467, 0.011887, -0.001614, 0.023878, -0.003292, 0.026450, 0.011782, 0.011962, 0.011515, -0.000654, 0.026446, 0.002318, 0.029258, 0.014534, 0.013321, 0.027024, -0.001098, 0.029238, -0.000858, 0.011004, 0.010405, 0.010278, 0.023791, -0.002887, 0.023804, -0.002242, 0.010848, 0.008473, 0.005231, 0.017364, -0.010611, 0.017151, 0.003320, 0.003802, 0.001350, -0.013103, 0.013514, -0.008543, 0.016654, 0.007983, 0.009230, 0.012764, 0.000259, 0.022608, 0.000655, 0.021565, 0.014454, 0.015567, 0.013615, 0.003537, 0.026793, 0.005254, 0.026598, 0.015227, 0.015800, 0.024455, 0.002607, 0.024758, 0.005347, 0.014607, 0.015919, 0.014713, 0.001454
#*# 0.014092, 0.010650, 0.015314, 0.016984, 0.016922, 0.022422, 0.010457, 0.021755, 0.010639, 0.017260, 0.015900, 0.016978, 0.021466, 0.014161, 0.024005, 0.013338, 0.019905, 0.019373, 0.017450, 0.022504, 0.013110, 0.022566, 0.013345, 0.017193, 0.015223, 0.013477, 0.018539, 0.006562, 0.021172, 0.016586, 0.014556, 0.013125, 0.006146, 0.010889, 0.001145, 0.012643, 0.005307, 0.004795, 0.005229, -0.000786, 0.014190, -0.000053, 0.016008, 0.012292, 0.015062, 0.014902, 0.009710, 0.022127, 0.010101, 0.022274, 0.016269, 0.018705, 0.028980, 0.012004, 0.029104, 0.013283, 0.018651, 0.018641, 0.019613, 0.026607, 0.008163, 0.027102, 0.008293, 0.018543, 0.017526, 0.009849, 0.003911
#*# 0.002620, 0.029135, 0.005573, 0.032975, 0.007664, 0.034285, 0.020845, 0.020538, 0.021185, 0.007664, 0.034344, 0.006075, 0.033331, 0.022009, 0.022508, 0.022192, 0.009317, 0.036857, 0.007998, 0.035697, 0.023156, 0.025002, 0.036927, 0.007828, 0.031784, 0.004965, 0.016071, 0.017484, 0.018194, 0.034210, 0.007883, 0.033083, 0.000065, 0.013460, 0.015638, 0.002537, 0.021810, -0.002997, 0.021429, 0.006757, 0.008212, 0.009222, -0.002445, 0.022461, 0.003011, 0.023998, 0.017150, 0.016252, 0.017795, 0.005326, 0.026836, 0.010715, 0.028107, 0.024997, 0.023236, 0.025723, 0.011027, 0.032324, 0.015322, 0.032323, 0.017553, 0.018406, 0.026870, 0.008034, 0.024296, 0.010000, 0.023997
#*# 0.023790, 0.013151, 0.026601, 0.016488, 0.029751, 0.019615, 0.021634, 0.023712, 0.022839, 0.026639, 0.017847, 0.027882, 0.020863, 0.024350, 0.022601, 0.024855, 0.029096, 0.019859, 0.029116, 0.021089, 0.025957, 0.026419, 0.025173, 0.029074, 0.016488, 0.026508, 0.019976, 0.018599, 0.020938, 0.015921, 0.028266, 0.018631, 0.025937, 0.018746, 0.022246, 0.019637, 0.011382, 0.021219, 0.008124, 0.018504, 0.012261, 0.011179, 0.012020, 0.005325, 0.019137, 0.007754, 0.023987, 0.017351, 0.018492, 0.026610, 0.011023, 0.028333, 0.017246, 0.026938, 0.024965, 0.026000, 0.029187, 0.013348, 0.033353, 0.013337, 0.020536, 0.019123, 0.018510, 0.027777, 0.011610, 0.029752, 0.021160
#*# 0.021089, 0.034367, 0.023973, 0.022920, 0.025628, 0.012575, 0.038585, 0.012550, 0.036999, 0.024467, 0.023212, 0.026013, 0.015419, 0.039651, 0.013150, 0.026331, 0.024346, 0.024405, 0.038340, 0.012032, 0.038288, 0.012992, 0.026439, 0.026437, 0.024744, 0.038233, 0.011321, 0.034685, 0.010654, 0.023792, 0.023738, 0.010675, 0.035625, 0.014401, 0.039395, 0.023664, 0.019054, 0.019616, 0.007881, 0.031127, 0.007371, 0.029097, 0.015935, 0.017512, 0.015658, 0.005653, 0.029166, 0.007921, 0.029218, 0.021167, 0.018689, 0.023419, 0.015955, 0.037011, 0.015490, 0.034299, 0.021509, 0.019927, 0.021785, 0.010630, 0.026779, 0.010672, 0.028015, 0.019489, 0.023687, 0.031895, 0.024610
#*# 0.021161, 0.023372, 0.024370, 0.019858, 0.023718, 0.024570, 0.030760, 0.023175, 0.024971, 0.023808, 0.018789, 0.024913, 0.026481, 0.029249, 0.027155, 0.028996, 0.025046, 0.018900, 0.024601, 0.021131, 0.029749, 0.025210, 0.029270, 0.025744, 0.021273, 0.027316, 0.021425, 0.029094, 0.024943, 0.028377, 0.022719, 0.022569, 0.024487, 0.022968, 0.029560, 0.018437, 0.028099, 0.024406, 0.023771, 0.023503, 0.015888, 0.028101, 0.015401, 0.026539, 0.019289, 0.018614, 0.026772, 0.013179, 0.023860, 0.013250, 0.018270, 0.019981, 0.023532, 0.029032, 0.014604, 0.028763, 0.011847, 0.018984, 0.021129, 0.019990, 0.029260, 0.013328, 0.031696, 0.013605, 0.025066, 0.018448, 0.034955
#*# 0.017211, 0.009282, 0.034208, 0.021698, 0.022070, 0.022456, 0.010014, 0.022476, 0.009914, 0.034528, 0.021118, 0.031736, 0.022574, 0.014809, 0.038584, 0.013140, 0.037055, 0.022535, 0.022370, 0.021276, 0.010669, 0.034552, 0.010368, 0.034542, 0.023756, 0.025151, 0.023926, 0.010886, 0.036922, 0.009992, 0.029951, 0.010656, 0.021507, 0.022478, 0.018116, 0.029117, 0.010641, 0.034124, 0.010274, 0.019852, 0.020595, 0.020368, 0.029280, 0.010482, 0.028396, 0.003986, 0.015741, 0.014396, 0.013238, 0.023823, 0.014760, 0.023835, 0.010164, 0.017679, 0.008585, 0.017476, 0.027063, 0.017462, 0.026304, 0.013320, 0.020456, 0.015994, 0.024224, 0.031614, 0.023751, 0.032363, 0.023993
#*# 0.011779, 0.021299, 0.015973, 0.023830, 0.015689, 0.021940, 0.019773, 0.020593, 0.017808, 0.019192, 0.020857, 0.015358, 0.021642, 0.017322, 0.022475, 0.023748, 0.023820, 0.022441, 0.015987, 0.021610, 0.015522, 0.020408, 0.018236, 0.018484, 0.023813, 0.018413, 0.021473, 0.017328, 0.022945, 0.021130, 0.018651, 0.021146, 0.018160, 0.020663, 0.010030, 0.014017, 0.011880, 0.020753, 0.021942, 0.018054, 0.022476, 0.012662, 0.014968, 0.009412, 0.012305, 0.016453, 0.010356, 0.009637, 0.004663, 0.010449, 0.010098, 0.010912, 0.021357, 0.013845, 0.015755, 0.009338, 0.017535, 0.018065, 0.021391, 0.020207, 0.020095, 0.020382, 0.022167, 0.021255, 0.020987, 0.021950, 0.021634
#*# 0.013125, 0.002776, 0.014756, 0.003670, 0.015935, 0.016788, 0.017208, 0.027770, 0.015704, 0.016547, 0.003872, 0.014089, 0.015190, 0.014980, 0.030603, 0.019871, 0.021194, 0.005300, 0.016431, 0.014692, 0.014413, 0.026448, 0.014583, 0.013104, 0.005956, 0.017400, 0.019188, 0.018618, 0.031633, 0.017375, 0.017799, 0.014711, 0.016490, 0.013979, 0.012668, 0.013893, 0.015896, 0.018344, 0.014633, 0.014647, 0.016533, 0.012985, 0.011973, 0.010745, 0.010544, 0.006821, 0.008557, 0.007156, 0.009349, 0.009155, 0.009450, 0.010810, 0.010886, 0.014080, 0.016194, 0.018144, 0.007959, 0.017165, 0.018487, 0.024171, 0.016551, 0.026426, 0.018556, 0.010509, 0.017946, 0.012695, 0.018495
#*# 0.007327, 0.010443, 0.007980, 0.017625, 0.010457, 0.019663, 0.012071, 0.014383, 0.011845, 0.010371, 0.014655, 0.008001, 0.010847, 0.009570, 0.011433, 0.013107, 0.015178, 0.018716, 0.010841, 0.014953, 0.012167, 0.011918, 0.009662, 0.005430, 0.018804, 0.012258, 0.020807, 0.010830, 0.014679, 0.014562, 0.014493, 0.016154, 0.009336, 0.013431, 0.007859, 0.012576, 0.013230, 0.013564, 0.019833, 0.010571, 0.018032, 0.007963, 0.012844, 0.010918, 0.010767, 0.013061, 0.000783, 0.014009, 0.002356, 0.011242, 0.009830, 0.013151, 0.020036, 0.013398, 0.022569, 0.009177, 0.014906, 0.007962, 0.014742, 0.023729, 0.014565, 0.023832, 0.008107, 0.015898, 0.007998, 0.015943, 0.009321
#*# 0.018561, -0.005132, 0.008280, -0.002789, 0.009018, 0.008361, 0.009315, 0.021513, 0.009211, 0.008309, -0.002755, 0.007438, 0.005521, 0.005333, 0.016235, 0.008626, 0.011223, -0.002569, 0.009784, 0.011803, 0.009287, 0.019886, 0.007015, 0.007248, 0.001989, 0.013869, 0.011897, 0.011837, 0.018887, 0.009245, 0.010526, -0.001207, 0.009879, 0.008221, 0.009322, 0.021435, 0.008734, 0.010038, 0.009343, 0.011167, 0.010084, 0.011964, 0.009384, 0.009958, 0.009305, 0.008858, 0.007326, 0.008395, 0.008153, 0.008657, 0.009704, 0.008063, 0.011197, 0.009925, 0.011945, 0.011903, 0.010919, 0.011953, 0.011069, 0.010767, 0.012233, 0.010153, 0.012324, 0.011902, 0.011898, 0.012026, 0.012321
#*# 0.004703, 0.004676, 0.005740, 0.006653, 0.006737, 0.007143, 0.006600, 0.005777, 0.005421, 0.006723, 0.007325, 0.004049, 0.003897, -0.000416, 0.002833, 0.007862, 0.007807, 0.010819, 0.009351, 0.010159, 0.006393, 0.005364, 0.002905, 0.003236, 0.008065, 0.010069, 0.010663, 0.009709, 0.005177, 0.005750, 0.007276, 0.006646, 0.005789, 0.005156, 0.006449, 0.007513, 0.006824, 0.007664, 0.007259, 0.008693, 0.008124, 0.009338, 0.007158, 0.009074, 0.006276, 0.008390, 0.006161, 0.006020, 0.006581, 0.006186, 0.005638, 0.006535, 0.007243, 0.007807, 0.008836, 0.005693, 0.010208, 0.007182, 0.008080, 0.008111, 0.008326, 0.008065, 0.009964, 0.009902, 0.008893, 0.008823, 0.009055
#*# 0.003604, 0.003734, 0.004668, 0.003080, 0.004659, 0.004448, 0.004955, 0.005327, 0.005121, 0.005401, 0.005385, 0.003267, 0.002756, 0.004890, 0.004190, 0.005814, 0.006209, 0.006665, 0.008245, 0.011056, 0.006331, 0.003986, 0.001772, 0.002081, 0.007304, 0.007550, 0.008255, 0.007642, 0.004178, 0.004760, 0.002698, 0.002660, 0.002037, 0.003900, 0.003571, 0.005875, 0.004832, 0.006549, 0.006081, 0.008950, 0.006310, 0.008531, 0.005033, 0.006444, 0.005469, 0.006291, 0.004138, 0.005236, 0.004082, 0.005101, 0.003556, 0.003216, 0.004145, 0.006034, 0.006002, 0.007154, 0.006667, 0.006006, 0.006695, 0.006583, 0.004719, 0.007251, 0.006615, 0.007417, 0.006589, 0.006000, 0.006737
#*# 0.001980, 0.002734, 0.002714, 0.003779, 0.004276, 0.004364, 0.003323, 0.003695, 0.004049, 0.005110, 0.004070, 0.003143, 0.004694, 0.004839, 0.003988, 0.005225, 0.004641, 0.005451, 0.007855, 0.009399, 0.006328, 0.002095, 0.001276, 0.001165, 0.004566, 0.005144, 0.006434, 0.004978, 0.003923, 0.004793, 0.002372, 0.001942, -0.001037, 0.001041, 0.001433, 0.003931, 0.002175, 0.004486, 0.005557, 0.007336, 0.007823, 0.005521, 0.007267, 0.004975, 0.004918, 0.004105, 0.003978, 0.003726, 0.003226, 0.002199, 0.003558, 0.002657, 0.004147, 0.003355, 0.005488, 0.006388, 0.005984, 0.005390, 0.005030, 0.005251, 0.002670, 0.005371, 0.004236, 0.005542, 0.005369, 0.004152, 0.004620
#*# 0.002966, 0.002623, 0.003595, 0.001315, 0.002000, 0.013349, 0.004500, 0.003368, -0.005639, 0.002908, 0.003899, 0.004328, 0.013296, 0.004805, 0.003877, -0.009108, 0.003851, 0.005528, 0.007865, 0.019365, 0.005287, 0.004350, -0.005346, 0.004200, 0.004510, 0.004591, 0.011325, 0.005153, 0.004916, -0.005467, 0.001220, -0.002804, -0.000435, 0.007869, 0.000804, 0.001967, -0.006529, 0.004215, 0.003304, 0.005314, 0.013258, 0.004638, 0.013182, -0.005224, 0.003721, -0.004707, 0.003748, 0.012865, 0.001682, 0.010018, -0.004964, 0.002544, -0.005223, 0.004141, 0.010693, 0.004020, 0.010611, -0.003546, 0.002748, -0.003040, 0.000258, 0.007435, 0.002723, 0.008001, 0.002610, 0.006758, -0.005210
#*# 0.004418, 0.001906, 0.002506, 0.000532, 0.004071, 0.001311, 0.003721, 0.002639, 0.003214, 0.002991, 0.001854, 0.004095, 0.002032, 0.005259, 0.002650, 0.001948, 0.001691, 0.004355, 0.013626, 0.007412, 0.007962, 0.004075, 0.009122, 0.008047, 0.007232, 0.005334, 0.001315, 0.006073, 0.004161, 0.002910, 0.000958, -0.002604, -0.000477, -0.002669, 0.003336, -0.002842, 0.004491, 0.002524, 0.004491, 0.004689, 0.000368, 0.009293, 0.000241, 0.007977, 0.002805, 0.002657, 0.001932, -0.002698, 0.005356, -0.003827, 0.003360, 0.001467, 0.003088, 0.002279, -0.002762, 0.007956, -0.004246, 0.006578, 0.000360, 0.001036, 0.000054, -0.003968, 0.005650, -0.003200, 0.007846, -0.003018, 0.005834
#*# 0.003508, 0.002022, 0.000549, 0.000205, 0.001952, -0.008059, 0.002744, 0.004553, 0.003270, 0.002547, 0.002646, 0.004367, 0.002899, 0.005121, 0.002890, 0.000038, -0.000797, 0.002582, 0.007254, 0.008878, 0.005514, 0.006306, 0.008635, 0.009724, 0.004837, 0.005188, 0.004273, 0.007904, 0.007290, 0.002603, -0.000780, -0.000263, -0.002866, 0.001263, 0.001235, 0.000410, 0.003559, 0.002674, 0.004852, 0.003411, 0.003598, 0.003392, 0.009865, 0.003605, 0.001881, -0.003054, 0.001868, 0.002544, 0.001305, 0.008160, 0.000993, 0.001860, -0.005220, 0.001338, 0.001239, 0.001294, 0.005813, 0.001368, -0.000771, -0.005259, -0.000027, -0.000142, -0.000392, 0.007329, -0.000568, 0.005255, 0.000833
#*# 0.001489, 0.000945, 0.001400, 0.000138, 0.001071, 0.002564, 0.002623, 0.002952, 0.001508, 0.003921, 0.003844, 0.002866, 0.004031, 0.004064, 0.003368, 0.000933, 0.002821, 0.002010, 0.007962, 0.005401, 0.006068, 0.005259, 0.008120, 0.006669, 0.004599, 0.003036, 0.002627, 0.008386, 0.006488, 0.002176, 0.001227, -0.000262, 0.001661, -0.002458, 0.004321, -0.000519, 0.002760, 0.003887, 0.003035, 0.005000, -0.001143, 0.008077, 0.000133, 0.002708, 0.002659, -0.001176, 0.005401, -0.002304, 0.002976, 0.001544, -0.000586, 0.001924, -0.002032, 0.005401, -0.003220, 0.005035, -0.000266, 0.004677, 0.000080, -0.005215, -0.001768, -0.003875, 0.002676, -0.002283, 0.002888, -0.000315, 0.005162
#*# 0.010164, -0.005411, 0.002452, -0.005538, 0.004028, -0.005295, 0.002958, 0.011504, 0.002258, 0.013181, -0.003487, 0.005435, -0.004549, 0.004161, 0.013579, 0.002345, 0.010712, -0.004694, 0.005196, 0.004658, 0.004147, 0.015668, 0.007794, 0.004390, -0.006050, 0.002693, 0.004654, 0.007680, 0.014688, 0.003428, 0.002176, -0.003029, 0.003492, 0.002044, 0.001005, 0.010065, 0.002954, 0.002981, -0.003206, 0.003905, 0.001807, 0.003911, 0.009481, -0.002672, 0.003776, -0.002736, 0.003742, 0.010953, 0.001369, 0.008583, -0.002872, 0.001346, -0.003318, 0.001602, 0.007881, 0.002049, 0.006789, -0.002802, 0.000200, -0.002903, 0.000845, 0.005484, 0.000725, 0.007343, -0.005357, -0.001381, -0.005220
#*# 0.002716, 0.004259, 0.005302, 0.005788, 0.005346, 0.005909, 0.005269, 0.005718, 0.005250, 0.005409, 0.007024, 0.005951, 0.006659, 0.005427, 0.006575, 0.004115, 0.005461, 0.006501, 0.005449, 0.006115, 0.007275, 0.010993, 0.010517, 0.008038, 0.005328, 0.002091, 0.011322, 0.009209, 0.007507, 0.005445, 0.003202, 0.008021, 0.007283, 0.007850, 0.004811, 0.004136, 0.004640, 0.005052, 0.007315, 0.004653, 0.007853, 0.005383, 0.002518, 0.002941, -0.000033, 0.007998, 0.004865, 0.008019, 0.003994, 0.002119, 0.004318, 0.001164, 0.010133, 0.005488, 0.009976, 0.005113, 0.002523, 0.003881, 0.000097, 0.008165, 0.003982, 0.008019, 0.004860, -0.003281, 0.002974, -0.002387, 0.002228
#*# -0.003881, 0.004053, 0.006507, 0.013484, 0.006979, 0.015522, -0.000547, 0.005478, -0.002650, 0.005651, 0.017590, 0.005126, 0.013359, -0.004048, 0.003900, -0.003055, 0.005522, 0.013613, 0.005666, 0.006393, 0.002068, 0.011349, 0.012205, 0.008255, 0.016463, 0.007338, 0.008336, 0.000093, 0.005989, 0.006709, 0.006494, 0.015933, 0.009110, 0.004733, -0.003202, 0.002271, 0.003756, 0.006342, 0.008829, 0.005324, 0.004153, -0.002552, 0.003573, 0.003087, 0.002526, 0.009248, -0.000279, 0.003511, 0.000078, 0.004749, 0.010667, 0.005963, 0.008391, 0.002045, 0.006631, 0.002000, 0.007247, 0.009668, 0.006058, 0.010670, 0.002064, 0.005411, 0.001393, 0.005491, 0.008009, 0.005109, 0.004660
#*# 0.005080, 0.006150, 0.008146, 0.008038, 0.010045, 0.007998, 0.007937, 0.007997, 0.007732, 0.008561, 0.007809, 0.007832, 0.006138, 0.005217, 0.007738, 0.005835, 0.008672, 0.004949, 0.008020, 0.008032, 0.013064, 0.014437, 0.013294, 0.010937, 0.008075, 0.012485, 0.010444, 0.009036, 0.006330, 0.007334, 0.010737, 0.011704, 0.007625, 0.006173, 0.004556, 0.006161, 0.005376, 0.005486, 0.005298, 0.005270, 0.006727, 0.002329, 0.006488, 0.003279, 0.006710, 0.004684, 0.002647, 0.005888, 0.005298, 0.010671, 0.007944, 0.010575, 0.008042, 0.005425, 0.010479, 0.005480, 0.013043, 0.007998, 0.013431, 0.009133, 0.005453, 0.009246, 0.007654, 0.012159, 0.010338, 0.008218, 0.005302
#*# 0.009531, 0.016599, 0.003168, 0.010234, 0.005144, 0.011279, 0.018664, 0.011659, 0.018662, 0.003820, 0.011953, 0.004670, 0.011710, 0.016392, 0.011141, 0.016993, 0.004530, 0.009511, 0.001567, 0.013283, 0.020824, 0.016612, 0.022483, 0.005336, 0.012068, 0.013854, 0.012878, 0.016561, 0.011041, 0.012763, 0.008990, 0.013482, 0.009414, 0.006773, 0.013372, 0.006658, 0.007891, -0.000000, 0.004818, 0.004710, 0.004906, 0.008707, 0.006729, 0.006905, 0.002752, 0.007419, 0.014530, 0.008242, 0.013362, 0.005250, 0.009366, 0.005247, 0.012074, 0.015856, 0.012680, 0.017823, 0.009406, 0.013336, 0.009989, 0.013386, 0.019111, 0.013270, 0.015823, 0.009246, 0.013193, 0.013319, 0.012812
#*# 0.014594, 0.013488, 0.016015, 0.015898, 0.014964, 0.013584, 0.014482, 0.013551, 0.015342, 0.016738, 0.017327, 0.016924, 0.015938, 0.017201, 0.016872, 0.017657, 0.018449, 0.016354, 0.014552, 0.015062, 0.020422, 0.018109, 0.017273, 0.017873, 0.015910, 0.016887, 0.016296, 0.013526, 0.015922, 0.018390, 0.020528, 0.015218, 0.012267, 0.010693, 0.011318, 0.011283, 0.011522, 0.010432, 0.008179, 0.008040, 0.007390, 0.010548, 0.010155, 0.011171, 0.010690, 0.012339, 0.015866, 0.014483, 0.014662, 0.015360, 0.015390, 0.015894, 0.013246, 0.018726, 0.017382, 0.018638, 0.017897, 0.015905, 0.018362, 0.015970, 0.021152, 0.020056, 0.022453, 0.019316, 0.017161, 0.020789, 0.019481
#*# 0.018297, 0.019952, 0.026755, 0.019947, 0.027688, 0.010707, 0.019720, 0.010990, 0.019594, 0.027854, 0.022439, 0.029248, 0.015964, 0.021930, 0.015900, 0.021849, 0.031338, 0.023792, 0.029756, 0.013317, 0.020356, 0.015951, 0.021257, 0.029248, 0.024160, 0.028011, 0.011620, 0.020067, 0.020930, 0.024095, 0.030580, 0.016841, 0.014677, 0.010024, 0.014156, 0.014508, 0.014094, 0.019204, 0.011331, 0.013146, 0.005490, 0.011621, 0.017321, 0.014078, 0.018743, 0.012003, 0.018028, 0.013339, 0.017574, 0.023976, 0.020754, 0.026110, 0.016923, 0.021831, 0.017191, 0.021731, 0.026546, 0.023497, 0.028838, 0.020471, 0.023589, 0.020675, 0.023254, 0.026424, 0.023943, 0.027852, 0.021303
#*# 0.023498, 0.024827, 0.026404, 0.026411, 0.026222, 0.024942, 0.024892, 0.025040, 0.026235, 0.026453, 0.026653, 0.027276, 0.026439, 0.027037, 0.026484, 0.026506, 0.028434, 0.028364, 0.026468, 0.026350, 0.023851, 0.026292, 0.026654, 0.030365, 0.029112, 0.027685, 0.023746, 0.023906, 0.026528, 0.027311, 0.024202, 0.021226, 0.020168, 0.016673, 0.021067, 0.015979, 0.015954, 0.015352, 0.016032, 0.016286, 0.016384, 0.016296, 0.015989, 0.021171, 0.019922, 0.021494, 0.022746, 0.021323, 0.023404, 0.023181, 0.027951, 0.024324, 0.029400, 0.026186, 0.025870, 0.027649, 0.025458, 0.029095, 0.025891, 0.029209, 0.026624, 0.023205, 0.028425, 0.025126, 0.031595, 0.025986, 0.029094
#*# 0.029239, 0.026366, 0.030507, 0.026247, 0.030345, 0.035693, 0.029250, 0.035605, 0.023872, 0.030987, 0.023915, 0.029868, 0.036816, 0.030062, 0.036710, 0.023958, 0.030252, 0.026114, 0.032896, 0.037315, 0.030394, 0.036941, 0.022587, 0.031053, 0.031614, 0.031527, 0.035072, 0.031606, 0.031332, 0.023146, 0.027252, 0.021253, 0.023994, 0.029242, 0.013337, 0.020124, 0.014573, 0.019958, 0.023858, 0.020974, 0.023403, 0.020329, 0.020569, 0.021290, 0.024977, 0.029100, 0.027072, 0.031757, 0.022095, 0.029070, 0.023169, 0.029463, 0.031867, 0.027892, 0.030684, 0.025358, 0.029875, 0.025173, 0.029127, 0.031716, 0.029165, 0.032382, 0.029090, 0.031401, 0.027770, 0.030658, 0.030340
#*# 0.032321, 0.032592, 0.031736, 0.033240, 0.034219, 0.032252, 0.034277, 0.031455, 0.031712, 0.031579, 0.031726, 0.034219, 0.033030, 0.032246, 0.029824, 0.034130, 0.031862, 0.034512, 0.037521, 0.035776, 0.036889, 0.032887, 0.032006, 0.031828, 0.032635, 0.035587, 0.033759, 0.036837, 0.033527, 0.030716, 0.027750, 0.025324, 0.028742, 0.026386, 0.024170, 0.024860, 0.021446, 0.023876, 0.023857, 0.026276, 0.025117, 0.025474, 0.026464, 0.026460, 0.027031, 0.028924, 0.026112, 0.029104, 0.029152, 0.029187, 0.029455, 0.029011, 0.030512, 0.029076, 0.029766, 0.030856, 0.031593, 0.030929, 0.031696, 0.030292, 0.030410, 0.034238, 0.033032, 0.034254, 0.032340, 0.031976, 0.029092
#*# 0.031577, 0.034389, 0.034418, 0.040234, 0.031140, 0.036845, 0.030410, 0.034735, 0.040255, 0.033193, 0.039674, 0.029088, 0.034236, 0.029247, 0.035071, 0.040782, 0.036715, 0.042280, 0.032973, 0.038145, 0.031739, 0.037158, 0.040227, 0.031658, 0.039473, 0.034302, 0.038496, 0.036637, 0.038106, 0.037350, 0.025050, 0.034500, 0.024218, 0.030594, 0.027611, 0.027651, 0.030727, 0.024129, 0.031764, 0.023772, 0.027436, 0.027765, 0.027646, 0.030418, 0.026366, 0.031957, 0.026382, 0.030598, 0.030071, 0.032799, 0.032721, 0.029692, 0.034305, 0.029649, 0.032856, 0.033145, 0.033708, 0.034235, 0.032845, 0.035019, 0.033021, 0.035489, 0.034915, 0.035609, 0.037007, 0.032219, 0.035693
#*# 0.039614, 0.039490, 0.037624, 0.038255, 0.039151, 0.037309, 0.039575, 0.037008, 0.039481, 0.036503, 0.037503, 0.038405, 0.036916, 0.038474, 0.038203, 0.039983, 0.040160, 0.040296, 0.039383, 0.039365, 0.039475, 0.037007, 0.038014, 0.037004, 0.039026, 0.040856, 0.037133, 0.039532, 0.034057, 0.033664, 0.031574, 0.029420, 0.030722, 0.028514, 0.029748, 0.029260, 0.028837, 0.030258, 0.029732, 0.028971, 0.029237, 0.030638, 0.030465, 0.031333, 0.031746, 0.031637, 0.034087, 0.032406, 0.035608, 0.034536, 0.034384, 0.037520, 0.037005, 0.037517, 0.039324, 0.036949, 0.037627, 0.037231, 0.037188, 0.039335, 0.039547, 0.042115, 0.041599, 0.042109, 0.036155, 0.042202, 0.038572
#*# 0.038835, 0.042160, 0.039251, 0.039670, 0.039476, 0.045075, 0.040855, 0.040575, 0.040175, 0.038593, 0.038592, 0.040153, 0.040145, 0.040295, 0.040275, 0.040716, 0.040466, 0.040493, 0.040180, 0.039155, 0.040364, 0.039884, 0.039394, 0.037280, 0.040002, 0.038034, 0.038377, 0.039356, 0.038501, 0.035760, 0.034911, 0.030905, 0.029483, 0.029587, 0.031752, 0.033387, 0.033736, 0.034159, 0.033099, 0.034021, 0.031970, 0.032835, 0.032747, 0.034485, 0.034643, 0.038039, 0.035549, 0.038772, 0.036658, 0.041566, 0.037979, 0.041193, 0.037020, 0.040704, 0.040414, 0.041931, 0.042339, 0.040724, 0.040824, 0.040856, 0.042157, 0.042153, 0.042900, 0.045231, 0.043499, 0.046107, 0.040804
#*# 0.040775, 0.037744, 0.042603, 0.039349, 0.040681, 0.039687, 0.040879, 0.039804, 0.039333, 0.040298, 0.038210, 0.038561, 0.040299, 0.038709, 0.042092, 0.034566, 0.042115, 0.036923, 0.039323, 0.037871, 0.038256, 0.039482, 0.036797, 0.039977, 0.039442, 0.040513, 0.040297, 0.039885, 0.044524, 0.038692, 0.039494, 0.031737, 0.031686, 0.029499, 0.033608, 0.034493, 0.034584, 0.035942, 0.034962, 0.036617, 0.037015, 0.037026, 0.037188, 0.038333, 0.039526, 0.039475, 0.039598, 0.039504, 0.039651, 0.041637, 0.042297, 0.040975, 0.042186, 0.042020, 0.039555, 0.039690, 0.041825, 0.041980, 0.039981, 0.042328, 0.041317, 0.042229, 0.044102, 0.043038, 0.043304, 0.041963, 0.044395
#*# 0.042284, 0.038233, 0.042694, 0.037354, 0.042072, 0.034345, 0.039432, 0.033064, 0.036852, 0.037665, 0.036880, 0.042513, 0.038038, 0.041004, 0.034969, 0.039473, 0.038110, 0.038175, 0.042234, 0.038738, 0.036894, 0.036227, 0.037999, 0.037038, 0.037765, 0.039655, 0.041512, 0.040999, 0.040875, 0.042260, 0.038731, 0.033899, 0.032892, 0.031075, 0.034384, 0.034668, 0.036209, 0.034730, 0.036035, 0.037265, 0.036597, 0.039322, 0.037028, 0.039273, 0.041738, 0.039846, 0.041686, 0.041005, 0.040434, 0.042183, 0.043315, 0.042468, 0.043043, 0.041005, 0.040367, 0.039655, 0.040581, 0.039817, 0.042543, 0.039167, 0.041535, 0.041512, 0.042169, 0.042174, 0.042036, 0.043762, 0.041751
#*# 0.035543, 0.037187, 0.031665, 0.035656, 0.031454, 0.034401, 0.035443, 0.035021, 0.033853, 0.034358, 0.037008, 0.035686, 0.042114, 0.039501, 0.035788, 0.038421, 0.034351, 0.037695, 0.034353, 0.037321, 0.036785, 0.037027, 0.038631, 0.032010, 0.038345, 0.039486, 0.043421, 0.038733, 0.040565, 0.040187, 0.034293, 0.032667, 0.027775, 0.031907, 0.031667, 0.033609, 0.033355, 0.031448, 0.032018, 0.034278, 0.035650, 0.036758, 0.035021, 0.037025, 0.039487, 0.037893, 0.040233, 0.039646, 0.040445, 0.040441, 0.040759, 0.043404, 0.039321, 0.041933, 0.037997, 0.037401, 0.039642, 0.039096, 0.039641, 0.039655, 0.039493, 0.039074, 0.041958, 0.042087, 0.040142, 0.042313, 0.040786
#*# 0.029093, 0.036857, 0.027220, 0.036031, 0.025826, 0.034393, 0.027989, 0.032579, 0.031058, 0.033715, 0.036983, 0.031742, 0.039693, 0.032024, 0.037528, 0.034491, 0.034578, 0.037188, 0.031455, 0.037060, 0.030487, 0.036603, 0.034950, 0.032077, 0.034274, 0.034421, 0.044495, 0.031738, 0.036137, 0.034818, 0.031652, 0.031118, 0.028483, 0.031724, 0.024450, 0.029088, 0.026492, 0.029204, 0.029766, 0.028517, 0.029585, 0.029093, 0.033060, 0.031715, 0.032968, 0.034688, 0.036904, 0.037107, 0.036930, 0.037258, 0.034344, 0.038288, 0.036896, 0.035689, 0.034483, 0.034055, 0.035218, 0.036600, 0.035859, 0.037444, 0.034684, 0.038785, 0.037583, 0.037677, 0.037226, 0.037936, 0.038171
#*# 0.026725, 0.029227, 0.023459, 0.029109, 0.027546, 0.026696, 0.027990, 0.027377, 0.026618, 0.026366, 0.030450, 0.029044, 0.032012, 0.032819, 0.031984, 0.030544, 0.027568, 0.026930, 0.024130, 0.028181, 0.027106, 0.031149, 0.031718, 0.032901, 0.029527, 0.031577, 0.031879, 0.030437, 0.027893, 0.027938, 0.025201, 0.024480, 0.021630, 0.024809, 0.018590, 0.021349, 0.023740, 0.023786, 0.023847, 0.024965, 0.023898, 0.023975, 0.025839, 0.023492, 0.027269, 0.026743, 0.027604, 0.030393, 0.031577, 0.029300, 0.033354, 0.029928, 0.031619, 0.031100, 0.030275, 0.029104, 0.031363, 0.030424, 0.030170, 0.031735, 0.031494, 0.031091, 0.032008, 0.031334, 0.031901, 0.033412, 0.033611
#*# 0.019329, 0.023800, 0.021144, 0.023830, 0.018450, 0.022560, 0.019512, 0.021868, 0.018583, 0.020480, 0.021444, 0.021304, 0.030636, 0.018644, 0.029097, 0.019947, 0.018288, 0.018205, 0.016119, 0.021173, 0.019152, 0.024038, 0.025934, 0.028006, 0.023589, 0.021161, 0.027084, 0.019451, 0.024099, 0.019640, 0.018564, 0.018475, 0.017057, 0.018714, 0.013332, 0.015907, 0.014644, 0.015982, 0.016384, 0.016565, 0.016556, 0.016386, 0.020105, 0.016744, 0.019403, 0.020119, 0.021330, 0.019890, 0.023556, 0.024016, 0.022552, 0.025112, 0.023282, 0.021684, 0.023926, 0.023122, 0.023791, 0.023791, 0.023881, 0.023590, 0.023828, 0.025125, 0.026115, 0.024301, 0.023872, 0.026763, 0.025057
#*# 0.011246, 0.011888, 0.011957, 0.012664, 0.013074, 0.013419, 0.013510, 0.016358, 0.015760, 0.012862, 0.015472, 0.017192, 0.022435, 0.015526, 0.019867, 0.013240, 0.006670, 0.012830, 0.007853, 0.014619, 0.010213, 0.015526, 0.016485, 0.018489, 0.018074, 0.012581, 0.019259, 0.015671, 0.015289, 0.010188, 0.010128, 0.010899, 0.009342, 0.010678, 0.006140, 0.008521, 0.005498, 0.005253, 0.008083, 0.007824, 0.011120, 0.009713, 0.012856, 0.010527, 0.010201, 0.011848, 0.010694, 0.013339, 0.014588, 0.013262, 0.015250, 0.013556, 0.014343, 0.015593, 0.013493, 0.013360, 0.014617, 0.013320, 0.015451, 0.016909, 0.015928, 0.017322, 0.018618, 0.018466, 0.018517, 0.018652, 0.018394
#*# x_count = 67
#*# y_count = 38
#*# mesh_x_pps = 2
#*# mesh_y_pps = 2
#*# algo = bicubic
#*# tension = 0.2
#*# min_x = 85.002
#*# max_x = 264.998
#*# min_y = 125.0
#*# max_y = 225.0
#*#
#*# [heater_bed]
#*# control = pid
#*# pid_kp = 45.813
#*# pid_ki = 1.407
#*# pid_kd = 372.799
#*#
#*# [cartographer model rough_cold]
#*# model_coef = 1.4747229737876804,
#*# 1.9238191143893841,
#*# 0.7313410237965864,
#*# 0.23356613525871794,
#*# 0.46816557873011133,
#*# 0.6169436596201243,
#*# -0.4162074833344692,
#*# -0.6335439701676414,
#*# 0.29317313518698856,
#*# 0.3117203718282188
#*# model_domain = 3.249751350090416e-07,3.33309522978666e-07
#*# model_range = 0.100000,5.000000
#*# model_temp = 25.814671
#*# model_offset = 0.10400
#*#
#*# [cartographer model default]
#*# model_coef = 1.4657999000203794,
#*# 1.8992695948875684,
#*# 0.7425977049743159,
#*# 0.32165594995376096,
#*# 0.3748760474974121,
#*# 0.36367514036643245,
#*# -0.24083819525790834,
#*# -0.30220772332351953,
#*# 0.209889028515521,
#*# 0.17124353941823772
#*# model_domain = 3.2485756820359605e-07,3.334470881220109e-07
#*# model_range = 0.100000,5.000000
#*# model_temp = 47.647521
#*# model_offset = 0.03000