-
Notifications
You must be signed in to change notification settings - Fork 0
/
printer-20240613_085941.cfg
779 lines (644 loc) · 19.2 KB
/
printer-20240613_085941.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
# 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
# after running "make", copy the generated "klipper/out/klipper.bin" file to a
# file named "firmware.bin" on an SD card and then restart the OctoPus with that SD card.
# See docs/Config_Reference.md for a description of parameters.
## Voron Design VORON2 250/300/350mm BigTreeTech OctoPus V1 TMC2209 UART config
## *** THINGS TO CHANGE/CHECK: ***
## MCU paths [mcu] section
## Thermistor types [extruder] and [heater_bed] sections - See 'sensor types' list at end of file
## Z Endstop Switch location [safe_z_home] section
## Homing end position [gcode_macro G32] section
## Z Endstop Switch offset for Z0 [stepper_z] section
## Probe points [quad_gantry_level] section
## Min & Max gantry corner postions [quad_gantry_level] section
## PID tune [extruder] and [heater_bed] sections
## Thermistor types [extruder] and [heater_bed] sections
## Probe pin [probe] section
## Fine tune E steps [extruder] section
# [mcu rpi]
# serial: /tmp/klipper_host_mcu
[mcu]
## Obtain definition by "ls -l /dev/serial/by-id/" then unplug to verify
##--------------------------------------------------------------------
#serial: /dev/serial/by-id/usb-Klipper_stm32f446xx_3A002C000350534E4E313120-if00
#Octopus
#serial: /dev/serial/by-id/usb-Klipper_stm32f446xx_040021000A50534841313020-if00 #../../ttyACM0
# Octopus-Pro-v1.1-h723
serial: /dev/serial/by-id/usb-Klipper_stm32h723xx_18001F001151313236343430-if00
restart_method: command
##--------------------------------------------------------------------
[include mainsail.cfg]
[include stealthburner_led_effects_barf.cfg]
[include macros.cfg]
[include nozzle_scrub.cfg]
[include timelapse.cfg]
[include sensorless.cfg]
[include scripts/shell_commands.cfg]
[include bedfans.cfg]
[include KAMP_Settings.cfg]
#[include ./KAMP/Adaptive_Meshing.cfg]
[include K-ShakeTune/*.cfg]
[include TEST_SPEED_E.cfg]
[include K-SnT_directional_vibrations.cfg]
# This file enables the use of adaptive line purging.
#[include ./KAMP/Line_Purge.cfg]
[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
[virtual_sdcard]
path: /home/pi/printer_data/gcodes
[temperature_sensor RPI]
sensor_type: temperature_host
min_temp: 10
max_temp: 100
[temperature_sensor Octopus]
sensor_type: temperature_mcu
min_temp: 0
max_temp: 100
[gcode_arcs]
resolution: 0.1
[printer]
kinematics: corexy
max_velocity: 400
max_accel: 6000 #Max 4000
#max_accel_to_decel: 3000
minimum_cruise_ratio: 0.5
max_z_velocity: 30 #Max 15 for 12V TMC Drivers, can increase for 24V
max_z_accel: 350 #350 default
square_corner_velocity: 5.0
#####################################################################
# Autotune
#####################################################################
[autotune_tmc stepper_x]
motor: moons-ms17hd6p420I-05
voltage: 36
sgt: 1
[autotune_tmc stepper_y]
motor: moons-ms17hd6p420I-05
voltage: 36
sgt: 1
[autotune_tmc stepper_z]
motor: moons-ms17hd6p420I-05
tuning_goal: silent
[autotune_tmc stepper_z1]
motor: moons-ms17hd6p420I-05
tuning_goal: silent
[autotune_tmc stepper_z2]
motor: moons-ms17hd6p420I-05
tuning_goal: silent
[autotune_tmc stepper_z3]
motor: moons-ms17hd6p420I-05
tuning_goal: silent
# [autotune_tmc extruder]
# motor: moons-cse14hra1l410a
#####################################################################
# ERFC
#####################################################################
# [include ercf_hardware.cfg]
# [include ercf_parameters.cfg]
# [include ercf_software.cfg]
# [include client_macros.cfg]
#####################################################################
# Exclude object
#####################################################################
[exclude_object]
#####################################################################
# SHT-36v2
#####################################################################
[mcu sht]
canbus_uuid:f1ca6676cc33
[board_pins sht]
mcu: sht
aliases:
aliases_2209:
EXT_EN=PA15,EXT_STEP=PB4,EXT_DIR=PB3,EXT_UART=PB5,EXT_DIAG=PB6
aliases_endstop:
LIMIT_0=PA1,LIMIT_1=PA2
aliases_probe:
PROBE_1=PC15,PROBE_2=PB1
aliases_cnc_fans:
FAN0=PB11,FAN1=PB10
aliases_thermistors:
TH0=PA3,PT100=PB12,TC0=PA4
aliases_heaters:
HE0=PA8
aliases_rgb:
RGBLED=PB0
aliases_adxl:
ADXL=PA9
[temperature_sensor sht]
sensor_type: temperature_mcu
sensor_mcu: sht
[heater_fan hotend_fan]
## Hotend Fan - FAN1
# hardware_pwm: False
# cycle_time: 0.0050
pin: sht:FAN1
max_power: 1.0
kick_start_time: 0.5
heater: extruder
heater_temp: 50.0
fan_speed: 1.0
[fan]
## Print Cooling Fan - FAN0
pin: sht:FAN0
kick_start_time: 0.5
max_power: 1
shutdown_speed: 0.0
off_below: 0.10
[extruder]
step_pin: sht:EXT_STEP
dir_pin: sht:EXT_DIR
enable_pin: !sht:EXT_EN
#rotation_distance: 22.67895 # VZHextrudort, Mini SHerpa and other BMG based extruders
#gear_ratio: 50:10
rotation_distance: 47.088
gear_ratio: 9:1
microsteps: 16
full_steps_per_rotation: 200
max_extrude_only_distance: 1000.0
max_extrude_only_velocity: 50.0
max_extrude_only_accel: 1500
nozzle_diameter: 0.400
filament_diameter: 1.750
pressure_advance: 0.04
pressure_advance_smooth_time: 0.04
heater_pin: sht:HE0
sensor_pin: sht:TH0
# sensor_type: ATC Semitec 104NT-4-R025H42G
# pullup_resistor: 4700 # No jumper=4700 ohms for NTC thermistor. Add jumper to set to 1100 ohms for PT1000 thermistor.
##pt1000
sensor_type: PT1000
pullup_resistor: 1100
#control = pid # Sample PID - perform your own PID tuning for accurate results.
#pid_kp = 26.213
#pid_ki = 1.304
#pid_kd = 131.721
min_temp: 0
max_temp: 450
min_extrude_temp: 170
[tmc2209 extruder]
uart_pin: sht:EXT_UART
diag_pin: sht:EXT_DIAG
stealthchop_threshold: 0
run_current: 0.6
interpolate: true
[adxl345]
cs_pin: sht:ADXL
spi_bus: spi2
axes_map: x,z,y
# [adxl345]
# cs_pin: rpi:None
[resonance_tester]
accel_chip: adxl345
accel_per_hz: 110 # default is 75
probe_points:
175, 175, 50 # an example
#####################################################################
# SHAPER
#####################################################################
[input_shaper]
shaper_freq_x: 62.4
shaper_type_x: mzv
shaper_freq_y: 44.4
shaper_type_y: mzv
damping_ratio_x: 0.052
damping_ratio_y: 0.047
#####################################################################
# 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: 128 #64 #32
full_steps_per_rotation:200 #set to 400 for 0.9 degree stepper
endstop_pin: tmc2240_stepper_x:virtual_endstop #!PG6
position_min: 0
##--------------------------------------------------------------------
## Uncomment for 350mm build
position_endstop: 353
position_max: 353
##--------------------------------------------------------------------
homing_speed: 75 #Max 100
homing_retract_dist: 0
homing_positive_dir: true
[tmc2240 stepper_x]
cs_pin: PC4
spi_software_miso_pin: PA6
spi_software_mosi_pin: PA7
spi_software_sclk_pin: PA5
interpolate: true
stealthchop_threshold: 0
rref: 12000
run_current: 1.0 #0.976 #0.7 0.976
#sense_resistor: 0.110
diag0_pin: !PG6 # use the same pin that was previously the endstop_pin!
driver_SGT: 1 #sensorless homing
##TMC Tuning 36V/1.5A (2504S)
# driver_TBL: 0
# driver_TOFF: 3
# driver_HSTRT: 7
# driver_HEND: 4
# driver_TPFD: 2
[stepper_y]
step_pin: PG0
dir_pin: PG1
enable_pin: !PF15
rotation_distance: 40
microsteps: 128 #64 # 32
full_steps_per_rotation:200 #set to 400 for 0.9 degree stepper
endstop_pin: tmc2240_stepper_y:virtual_endstop #!PG9
position_min: 0
##--------------------------------------------------------------------
## Uncomment for 350mm build
position_endstop: 359
position_max: 359
##--------------------------------------------------------------------
homing_speed: 75 #Max 100
homing_retract_dist: 0
homing_positive_dir: true
## Make sure to update below for your relevant driver (2208 or 2209)
#[tmc2209 stepper_y]
#uart_pin: PD11
[tmc2240 stepper_y]
cs_pin: PD11
spi_software_miso_pin: PA6
spi_software_mosi_pin: PA7
spi_software_sclk_pin: PA5
interpolate: true
run_current: 1.0 #0.976 #0.7 0.976
#sense_resistor: 0.110
stealthchop_threshold: 0
rref: 12000
diag0_pin: !PG9 # use the same pin that was previously the endstop_pin!
driver_SGT: 1 #sensorless homing
##TMC Tuning 36V/1.5A (2504S)
# driver_TBL: 0
# driver_TOFF: 3
# driver_HSTRT: 7
# driver_HEND: 4
# driver_TPFD: 2
#####################################################################
# 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 Z
endstop_pin: probe:z_virtual_endstop
## Uncomment below for 350mm build
position_max: 330
##--------------------------------------------------------------------
position_min: -5
homing_speed: 8
second_homing_speed: 3
homing_retract_dist: 3
[tmc2209 stepper_z]
uart_pin: PC6
interpolate: true
run_current: 0.8
sense_resistor: 0.110
stealthchop_threshold: 0
## Z1 Stepper - Rear Left
## Connected to MOTOR_3
[stepper_z1]
step_pin: PG4 #PE2 #
dir_pin: !PC1 #!PE3 #
enable_pin: !PA2 #!PD4 #
rotation_distance: 40
gear_ratio: 80:16
microsteps: 32
## Make sure to update below for your relevant driver (2208 or 2209)
[tmc2209 stepper_z1]
uart_pin: PC7 #PE1
interpolate: true
run_current: 0.8
sense_resistor: 0.110
stealthchop_threshold: 0
## 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
## Make sure to update below for your relevant driver (2208 or 2209)
[tmc2209 stepper_z2]
uart_pin: PF2
interpolate: true
run_current: 0.8
sense_resistor: 0.110
stealthchop_threshold: 0
## 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
## Make sure to update below for your relevant driver (2208 or 2209)
[tmc2209 stepper_z3]
uart_pin: PE4
interpolate: false
run_current: 0.8
sense_resistor: 0.110
stealthchop_threshold: 0
#####################################################################
# Extruder
#####################################################################
# [extruder]
# #Motor
# # step_pin: sb2040:gpio9
# # dir_pin: sb2040:gpio10
# # enable_pin: !sb2040:gpio7
# # heater_pin: sb2040:gpio6
# # sensor_pin: sb2040:gpio27
# sensor_type: ATC Semitec 104NT-4-R025H42G
# rotation_distance: 22.6789511 #Bondtech 5mm Drive Gears
# gear_ratio: 50:10 #BMG Gear Ratio
# microsteps: 128 #32
# full_steps_per_rotation: 200 #200 for 1.8 degree, 400 for 0.9 degree
# nozzle_diameter: 0.400
# filament_diameter: 1.75
# min_temp: 10
# max_temp: 310
# max_power: 1.0
# min_extrude_temp: 170
# max_extrude_cross_section: 50.0
# max_extrude_only_distance: 200
# pressure_advance: 0.04
# pressure_advance_smooth_time: 0.040
# [tmc2209 extruder]
# # uart_pin: sb2040:gpio8
# interpolate: false
# run_current: 0.6 # 0.65
# sense_resistor: 0.110
# stealthchop_threshold: 0
########################################
# Filament runout switch sensor
########################################
# [filament_switch_sensor runout_sensor]
# pause_on_runout: True
# runout_gcode:
# #SET_LED LED=toolhead RED=1 GREEN=0 BLUE=0 INDEX=1 TRANSMIT=1
# G91 ; relative positioning
# G1 E-2 F2700
# G1 Z10
# G90 ; absolute positioning
# G1 X250 Y50 F10000
# G91
# G1 E-100 F1000
# insert_gcode:
# #SET_LED LED=toolhead RED=0.5 GREEN=0.5 BLUE=0.0 WHITE=0.1 INDEX=1 TRANSMIT=1
# G92 E0 ; Reset Extruder
# G1 E50 F600 ; move filament down 50mm quickly
# G1 E60 F300 ; extrude 60mm of filament slowly to get it through nozzle
# event_delay: 3.0
# pause_delay: 0.5
# switch_pin: !sb2040:gpio29
#####################################################################
# Bed Heater
#####################################################################
[heater_bed]
## SSR Pin - HE1
## Thermistor - TB
## Uncomment the following line if using the default SSR wiring from the docs site
#heater_pin: PA3
## Other wiring guides may use BED_OUT to control the SSR. Uncomment the following line for those cases
heater_pin: PA1
## Validate the following thermistor type to make sure it is correct
## See https://www.klipper3d.org/Config_Reference.html#common-thermistors for additional options
sensor_type: Generic 3950
sensor_pin: PF3
## 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
control: pid
pid_kp: 58.437
pid_ki: 2.347
pid_kd: 363.769
#####################################################################
# Box temp
#####################################################################
[temperature_sensor chamber]
sensor_pin: PF7
sensor_type: Generic 3950
min_temp: 0
max_temp: 85
#####################################################################
# Motor temp
#####################################################################
#[temperature_sensor box-cerny]
#sensor_pin: PF5
#sensor_type: Generic 3950
#min_temp: 0
#max_temp: 120
#[temperature_sensor box-modry]
#sensor_pin: PF6
#sensor_type: Generic 3950
#min_temp: 0
#max_temp: 120
#####################################################################
# Probe
#####################################################################
[probe]
# pin: sb2040:gpio28
pin: ^sht:LIMIT_0
x_offset: 0
y_offset: 0
#z_offset: 0
speed: 3.0
lift_speed: 5.0 # 7
samples: 3
samples_result: median
sample_retract_dist: 2.0
samples_tolerance: 0.006
samples_tolerance_retries: 3
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 %}
{% 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)) }
M106 S255 ; 100% the part cooling fan to help the extruder cooling
M109 S{ PROBE_TEMP }
M106 S0 ; Stop the part cooling fan
{% 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)) }
M106 S255 ; 100% the part cooling fan to help the extruder cooling
TEMPERATURE_WAIT SENSOR=extruder MAXIMUM={ MAX_TEMP }
M106 S0 ; Stop the part cooling fan
{% endif %}
{% endif %}
[controller_fan controller_fan] #octopus
## Controller fan - FAN2
kick_start_time: 0.5
off_below: 0.1
pin: !PA8
max_power: 1
shutdown_speed: 0.0
kick_start_time: 1.5
heater: extruder
fan_speed: 0.7
tachometer_pin: ^PG12
tachometer_ppr: 2
tachometer_poll_interval: 0.0015
[heater_fan skirt_fan]
## Skirt fans - FAN3
pin: PD13
max_power: 1.0
kick_start_time: 1.5
off_below: 0.0
heater: extruder
#fan_speed: 0.85
heater_temp: 60
[controller_fan rpi_fan]
## Skirt fans - FAN3
pin: PD15
max_power: 1.0
kick_start_time: 1.5
off_below: 0.0
heater: extruder
# heater_temp: 90
fan_speed: 0.5
#[heater_fan exhaust_fan]
## Exhaust fan - FAN3
#pin: PD13
#max_power: 1.0
#shutdown_speed: 0.0
#kick_start_time: 5.0
#heater: heater_bed
#heater_temp: 60
#fan_speed: 1.0
#####################################################################
# LED Control
#####################################################################
## Chamber Lighting - HE2 Connector (Optional)
[output_pin caselight]
#pin: PB10 #octopus v1 f446
pin: PB0 #octopus pro v1.1 h723
pwm:true
shutdown_value: 0
value:1
cycle_time: 0.00004
#####################################################################
# Homing and Gantry Adjustment Routines
#####################################################################
[idle_timeout]
timeout: 14400
#[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:100
# z_hop:10
[quad_gantry_level]
## Use QUAD_GANTRY_LEVEL to level a gantry.
## Min & Max gantry corners - measure from nozzle at MIN (0,0) and
## MAX (250, 250), (300,300), or (350,350) depending on your printer size
## to respective belt positions
#--------------------------------------------------------------------
## Gantry Corners for 350mm Build
## Uncomment for 350mm build
gantry_corners:
-60,-10
410,420
## Probe points
points:
50,50
50,300
300,300
300,50
#--------------------------------------------------------------------
speed: 300
horizontal_move_z: 10
retries: 8
#retry_tolerance: 0.0075
retry_tolerance: 0.006
max_adjust: 10
#--------------------------------------------------------------------
#*# <---------------------- SAVE_CONFIG ---------------------->
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
#*#
#*# [probe]
#*# z_offset = -1.610
#*#
#*# [extruder]
#*# control = pid
#*# pid_kp = 23.250
#*# pid_ki = 2.541
#*# pid_kd = 53.189
#*# 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
#*#
#*# [bed_mesh default]
#*# version = 1
#*# points =
#*# 0.053750, 0.057500, 0.055000, 0.053750
#*# 0.043750, 0.027500, 0.030000, 0.031250
#*# 0.020000, 0.016250, 0.020000, 0.026250
#*# x_count = 4
#*# y_count = 3
#*# mesh_x_pps = 2
#*# mesh_y_pps = 2
#*# algo = lagrange
#*# tension = 0.2
#*# min_x = 40.0
#*# max_x = 132.25
#*# min_y = 40.0
#*# max_y = 96.2