-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprinter.cfg
683 lines (639 loc) · 23.1 KB
/
printer.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
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
# VORON2 300mm config
# This is a base printer.cfg file for the VORON2 printer and matches the manual/build guide exactly
# for controllers used (dual RAMPS) and pin layout for all connected components for a 300mm^2 build.
# Created by "Boff" with help from the VORON community.
# For other build sizes, controllers, or non-standard pin connections, please see
# https://github.com/VoronDesign/Voron-2/tree/master/firmware/klipper/configurations
# for other example Klipper configs created by the VORON community.
# This file is only an example - be sure to review and update it
# according to the specifics of your printer. See the example.cfg and
# example-extras.cfg files for a description of available Klipper parameters.
# AND PLEASE READ THROUGH THE KLIPPER DOCUMENTATION FIRST!
# https://github.com/KevinOConnor/klipper/tree/master/docs
#Pinouts for RAMPS 1.4
# X_STEP_PIN ar54
# X_DIR_PIN ar55
# X_ENABLE_PIN ar38
# X_MIN_PIN ar3
# X_MAX_PIN ar2
# Y_STEP_PIN ar60
# Y_DIR_PIN ar61
# Y_ENABLE_PIN ar56
# Y_MIN_PIN ar14
# Y_MAX_PIN ar15
# Z_STEP_PIN ar46
# Z_DIR_PIN ar48
# Z_ENABLE_PIN ar62
# Z_MIN_PIN ar18
# Z_MAX_PIN ar19
# E0_STEP_PIN ar26
# E0_DIR_PIN ar28
# E0_ENABLE_PIN ar24
# E1_STEP_PIN ar36
# E1_DIR_PIN ar34
# E1_ENABLE_PIN ar30
# D10 ar10
# D9 ar9
# D8 ar8
# TEMP_0_PIN analog13
# TEMP_1_PIN analog14
# TEMP_2_PIN analog15
# SERVO 1 (TOP) D11
# SERVO 2 D6
# SERVO 3 D5
# SERVO 4 D4
# use the following modifiers before the pin definition (ex: ^!ar99)
# ! invert the logic
# ^ activate 5v pullup (does not apply to all pins)
# mcu_name: use pins on additional MCU (ex: z:ar10)
# *** THINGS TO CHANGE/CHECK: ***
# Arduino paths [mcu] section
# Thermistor types [extruder] and [heater_bed] sections - See 'sensor types' list at end of file
# Microswitch (z endstop) location [homing_override] section
# Microswitch (z endstop) offset for Z0 [stepper_z] section
# Inductive Probe Type (NC/NO) [probe] section
# Probe points [quad_gantry_level] section
# Min & Max gantry corner positions [quad_gantry_level] section
# PID tune [extruder] and [heater_bed] sections
# Fine tune E steps [extruder] section
[mcu]
# Mcu for X/Y/E steppers
serial: /dev/serial/by-path/platform-3f980000.usb-usb-0:1.1.3:1.0-port0
# Obtain definition by "ls -l /dev/serial/by-id/"
# Some Arduinos clones (CH340) may require using "ls -l /dev/serial/by-path/"
pin_map: arduino
restart_method: arduino
[mcu z]
# Mcu for Z steppers
serial: /dev/serial/by-path/platform-3f980000.usb-usb-0:1.1.2:1.0-port0
# Obtain definition by "ls -l /dev/serial/by-id/"
# Some Arduinos clones (CH340) may require using "ls -l /dev/serial/by-path/"
pin_map: arduino
restart_method: arduino
[printer]
kinematics: corexy
# Velocities and accels may be increased for better performance
# but should be tested and increased incrementally
max_velocity: 250
max_accel: 2500
max_z_velocity: 35
max_z_accel: 350
square_corner_velocity: 5.0
# The maximum velocity (in mm/s) that the toolhead may travel a 90
# degree corner at. The default is 5mm/s.
# For more information, refer to Klipper docs.
[idle_timeout]
gcode:
TURN_OFF_HEATERS
M84 ; disable steppers
# 30 min
timeout: 1800
[stepper_x]
# B Stepper
step_pin: ar54
dir_pin: ar55
enable_pin: !ar38
# X on mcu_xye
step_distance: 0.0125
# 80 steps per mm - 1.8 deg - 1/16 microstepping
endstop_pin: !ar14
# X_MAX on mcu_xye
position_min: 0
position_endstop: 300
position_max: 300
homing_speed: 100
second_homing_speed: 25
homing_retract_dist: 5
homing_positive_dir: true
[stepper_y]
# A Stepper
step_pin: ar60
dir_pin: ar61
enable_pin: !ar56
# Y on mcu_xye
step_distance: 0.0125
# 80 steps per mm - 1.8 deg - 1/16 microstepping
endstop_pin: !ar18
# Y_MAX on mcu_xye
position_min: 0
position_endstop: 300
position_max: 300
homing_speed: 100
second_homing_speed: 25
homing_retract_dist: 5
homing_positive_dir: true
[stepper_z]
# Z0 Stepper - Front Left
step_pin: z:ar54
dir_pin: !z:ar55
enable_pin: !z:ar38
# X on mcu_z
step_distance: 0.00250
# 400 steps per mm - 1.8 deg - 1/16 microstepping
endstop_pin: !z:ar18
# Z_MIN on mcu_z
#position_endstop: 1.310
# Z-position of nozzle (in mm) to z-endstop trigger point relative to print surface (Z0)
# (+) value = endstop above Z0, (-) value = endstop below
position_max: 290
position_min: -5
# Set to -5 to allow room for squaring gantry with quad_gantry_level
homing_speed: 15.0
second_homing_speed: 1.5
homing_retract_dist: 3.0
homing_positive_dir: false
[stepper_z1]
# Z1 Stepper - Rear Left
step_pin: z:ar60
dir_pin: z:ar61
enable_pin: !z:ar56
# Y on mcu_z
step_distance: 0.00250
# 400 steps per mm - 1.8 deg - 1/16 microstepping
[stepper_z2]
# Z2 Stepper - Rear Right
step_pin: z:ar46
dir_pin: !z:ar48
enable_pin: !z:ar62
# Z on mcu_z
step_distance: 0.00250
# 400 steps per mm - 1.8 deg - 1/16 microstepping
[stepper_z3]
# Z3 Stepper - Front Right
step_pin: z:ar26
dir_pin: z:ar28
enable_pin: !z:ar24
# E0 on mcu_z
step_distance: 0.00250
# 400 steps per mm - 1.8 deg - 1/16 microstepping
[extruder]
step_pin: ar26
dir_pin: ar28
enable_pin: !ar24
# E0 on mcu_xye
step_distance: 0.00180180
# 555 steps per mm - 1.8 deg - 1/16 microstepping (Mobius3)
# This must be calibrated to your specific machine for best results
nozzle_diameter: 0.400
filament_diameter: 1.750
max_extrude_only_distance: 780
# This is set high to allow the load/unload filament macros to run
# Adjust to match your approximate filament path length
#max_extrude_cross_section:
# Maximum area (in mm^2) of an extrusion cross section (eg.
# extrusion width multiplied by layer height). This setting prevents
# excessive amounts of extrusion during relatively small XY moves.
# If a move requests an extrusion rate that would exceed this value
# it will cause an error to be returned. The default is: 4.0 *
# nozzle_diameter^2
#max_extrude_only_velocity:
#max_extrude_only_accel:
# Maximum velocity (in mm/s) and acceleration (in mm/s^2) of the
# extruder motor for retractions and extrude-only moves. These
# settings do not place any limit on normal printing moves. If not
# specified then they are calculated to match the limit an XY
# printing move with a cross section of 4.0*nozzle_diameter^2 would
# have.
heater_pin: ar10
# D10 on mcu_xye
max_power: 1.0
sensor_type: ATC Semitec 104GT-2
# use "ATC Semitec 104GT-2" for Trianglelab 104GT-2 and 104NT-4-R025H42G sensors
# Other sensor types
# "EPCOS 100K B57560G104F"
# "ATC Semitec 104GT-2"
# "NTC 100K beta 3950"
# "Honeywell 100K 135-104LAG-J01"
# "NTC 100K MGB18-104F39050L32" (Keenovo Heater Pad)
# "AD595"
# "PT100 INA826"
sensor_pin: analog13
# T0 on mcu_xye
smooth_time: 3.0
#control: pid
#pid_Kp: 16.430
#pid_Ki: 0.755
#pid_Kd: 89.337
min_extrude_temp: 170
min_temp: 0
max_temp: 270
# pressure_advance: 0
# The amount of raw filament to push into the extruder during
# extruder acceleration. An equal amount of filament is retracted
# during deceleration. It is measured in millimeters per
# millimeter/second. The default is 0, which disables pressure
# advance.
# pressure_advance_smooth_time: 0.040
# A time range (in seconds) to use when calculating the average
# extruder velocity for pressure advance. A larger value results in
# smoother extruder movements. This parameter may not exceed 200ms.
# This setting only applies if pressure_advance is non-zero. The
# default is 0.040 (40 milliseconds).
[probe]
# Inductive Probe
# Z height probe. One may define this section to enable Z height
# probing hardware. When this section is enabled, PROBE and
# QUERY_PROBE extended g-code commands become available. The probe
# section also creates a virtual "probe:z_virtual_endstop" pin. One
# may set the stepper_z endstop_pin to this virtual pin on cartesian
# style printers that use the probe in place of a z endstop.
pin: ^!z:ar3
# Z_MAX input on mcu_z
# use '^!z:ar19' for "Normally Open" probes like the PL-08N, PL-05N, TL-Q5MC1
# use '^z:ar19' for "Normally Closed" probes like the PL-08N2, PL-05N2, TL-Q5MC2
x_offset: 25.0
y_offset: 25.0
# Offset (in mm) for inductive probe Y direction from nozzle
#z_offset: 0.0
# Offset (in mm) for inductive probe in Z height
speed: 5.0
# Speed (in mm/s) of the Z axis when probing. The default is 5mm/s.
samples: 4
# Number of times to probe a point
sample_retract_dist: 3.0
# How far to retract (in mm) from the probe point for multi-probe samples
samples_result: average
# The calculation method when sampling more than once - either
# "median" or "average". The default is average.
#samples_tolerance: 0.100
# The maximum Z distance (in mm) that a sample may differ from other
# samples. If this tolerance is exceeded then either an error is
# reported or the attempt is restarted (see
# samples_tolerance_retries). The default is 0.100mm.
#samples_tolerance_retries: 0
# The number of times to retry if a sample is found that exceeds
# samples_tolerance. On a retry, all current samples are discarded
# and the probe attempt is restarted. If a valid set of samples are
# not obtained in the given number of retries then an error is
# reported. The default is zero which causes an error to be reported
# on the first sample that exceeds samples_tolerance.
[fan]
# Print cooling fan
pin: z:ar7
# D9 on mcu_xye
max_power: 1.0
# The maximum power (expressed as a value from 0.0 to 1.0) that the
# pin may be set to. The value 1.0 allows the pin to be set fully
# enabled for extended periods, while a value of 0.5 would allow the
# pin to be enabled for no more than half the time. This setting may
# be used to limit the total power output (over extended periods) to
# the fan. If this value is less than 1.0 then fan speed requests
# will be scaled between zero and max_power (for example, if
# max_power is .9 and a fan speed of 80% is requested then the fan
# power will be set to 72%). The default is 1.0.
shutdown_speed: 0
# The desired fan speed (expressed as a value from 0.0 to 1.0) if
# the micro-controller software enters an error state. The default
# is 0.
cycle_time: 0.010
# The amount of time (in seconds) for each PWM power cycle to the
# fan. It is recommended this be 10 milliseconds or greater when
# using software based PWM. The default is 0.010 seconds.
hardware_pwm: false
# Enable this to use hardware PWM instead of software PWM. The
# default is False.
kick_start_time: 0.500
# Time (in seconds) to run the fan at full speed when first enabling
# it (helps get the fan spinning). The default is 0.100 seconds.
# See the "fan" section in example.cfg for a description of the
# above parameters.
[heater_fan hotend_fan]
# Hotend fan
# See the "heater_fan" section in example-extras.cfg for a complete
# description of this sections parameters.
pin: z:ar10
# D9 on mcu_z
max_power: 1.0
shutdown_speed: 1.0
cycle_time: 0.010
hardware_pwm: false
kick_start_time: 0.500
heater: extruder
heater_temp: 75.0
# A temperature (in Celsius) that the heater must drop below before
# the fan is disabled. The default is 50 Celsius.
fan_speed: 1.0
# The fan speed (expressed as a value from 0.0 to 1.0) that the fan
# will be set to when its associated heater is enabled. The default
# is 1.0
[controller_fan controller_fan]
# Controller fan
# See the "controller_fan" section in example-extras.cfg for a complete
# description of this sections parameters.
pin: ar7
# D10 on mcu_z
max_power: 1.0
shutdown_speed: 0
cycle_time: 0.010
hardware_pwm: false
kick_start_time: 0.500
idle_timeout: 30
# The amount of time (in seconds) after a stepper driver or heater
# was active and the fan should be kept running. The default
# is 30 seconds.
idle_speed: 0.4
# The fan speed (expressed as a value from 0.0 to 1.0) that the fan
# will be set to when a heater or stepper driver was active and before
# the idle_timeout is reached. This must be greater or equal
# max_power. The default is max_power
heater: extruder,heater_bed
# Name of the config section defining the heater that this fan is
# associated with. If a comma separated list of heater names is
# provided here, then the fan will be enabled when any of the given
# heaters are enabled. The default is "extruder".
# [temperature_fan chamber]
# # Chamber temp and Exhaust fan
# # See the "temperature_fan" section in example-extras.cfg for a complete
# # description of this sections parameters.
# pin: z:ar8
# # D8 on mcu_z
# max_power: 1.0
# shutdown_speed: 0
# cycle_time: 0.010
# hardware_pwm: false
# kick_start_time: 0.500
# sensor_type: ATC Semitec 104GT-2
# sensor_pin: analog15
# min_temp: 0
# max_temp: 100
# # The maximum range of valid temperatures (in Celsius) that the
# # sensor must remain within. This controls a safety feature
# # implemented in the micro-controller code - should the measured
# # temperature ever fall outside this range then the micro-controller
# # will go into a shutdown state. Set this range just wide enough so
# # that reasonable temperatures do not result in an error. These
# # parameters must be provided.
# target_temp: 50
# # A temperature (in Celsius) that will be the target temperature.
# # The default is 40 degrees.
# max_speed: 1.0
# # The fan speed (expressed as a value from 0.0 to 1.0) that the fan
# # will be set to when the sensor temperature exceeds the set value.
# # The default is 1.0.
# min_speed: 0
# # The minimum fan speed (expressed as a value from 0.0 to 1.0) that
# # the fan will be set to for PID temperature fans.
# # The default is 0.3.
# control: pid
# pid_Kp: 40
# pid_Ki: 0.2
# pid_Kd: 0.1
# pid_deriv_time: 2.0
# #pid_integral_max:
# # The maximum "windup" the integral term may accumulate. The default
# # is to use the same value as max_power.
# gcode_id: C
# # If set, the temperature will be reported in M105 queries using the
# # given id. The default is to not report the temperature via M105.
[heater_bed]
heater_pin: z:ar14
# D11 (servo) on mcu_z
sensor_type: NTC 100K MGB18-104F39050L32
# NTC 100K MGB18-104F39050L32 is for Keenovo thermistors
sensor_pin: z:analog13
# T2 on mcu_z
smooth_time: 3.0
max_power: 0.6
control: pid
pid_Kp: 47.690
pid_Ki: 1.556
pid_Kd: 365.338
min_temp: 0
max_temp: 115
[verify_heater heater_bed]
max_error: 120
# The maximum "cumulative temperature error" before raising an
# error. Smaller values result in stricter checking and larger
# values allow for more time before an error is reported.
# Specifically, the temperature is inspected once a second and if it
# is close to the target temperature then an internal "error
# counter" is reset; otherwise, if the temperature is below the
# target range then the counter is increased by the amount the
# reported temperature differs from that range. Should the counter
# exceed this "max_error" then an error is raised. The default is
# 120.
check_gain_time: 60
# This controls heater verification during initial heating. Smaller
# values result in stricter checking and larger values allow for
# more time before an error is reported. Specifically, during
# initial heating, as long as the heater increases in temperature
# within this time frame (specified in seconds) then the internal
# "error counter" is reset. The default is 20 seconds for extruders
# and 60 seconds for heater_bed.
hysteresis: 5
# The maximum temperature difference (in Celsius) to a target
# temperature that is considered in range of the target. This
# controls the max_error range check. It is rare to customize this
# value. The default is 5.
heating_gain: 2
# The minimum temperature (in Celsius) that the heater must increase
# by during the check_gain_time check. It is rare to customize this
# value. The default is 2.
[verify_heater extruder]
max_error: 120
check_gain_time: 20
hysteresis: 5
heating_gain: 2
[homing_override]
axes: z
set_position_z: 0
gcode:
G90
G0 Z5 F600
G28 X Y
G0 X245.9 Y300 F3600
# XY Location of the Z Min Switch. Update to your machines XY location.
G28 Z
G0 Z10 F1800
G0 X150 Y150 Z10 F3600
[quad_gantry_level]
# Use QUAD_GANTRY_LEVEL to level a gantry.
gantry_corners:
-60,-10
360,310
# Min & Max gantry corners - measure from nozzle at MIN (0,0) and MAX (300,300) to respective belt positions
points:
60,60
60,240
240,240
240,60
# Probe points
speed: 150
# The speed (in mm/s) of non-probing moves during the calibration.
# The default is 50.
horizontal_move_z: 5
# The height (in mm) that the head should be commanded to move to
# just prior to starting a probe operation. The default is 5
retries: 5
# number of times to retry if the stepper movements aren't within tolerance
retry_tolerance: 0.0075
# if retries are enabled then retry if any z_stepper movement was greater
# than the retry_tolerance
# [display]
# # RepRapDiscount 128x64 Full Graphic Smart Controller
# lcd_type: st7920
# cs_pin: z:ar16
# sclk_pin: z:ar23
# sid_pin: z:ar17
# # LCD connector on mcu_z
# menu_timeout: 40
# # Timeout for menu. Being inactive this amount of seconds will exit the menu
# # Default is 0 seconds (disabled)
# encoder_pins: ^z:ar33, ^z:ar31
# click_pin: ^!z:ar35
# kill_pin: ^!z:ar41
[force_move]
enable_force_move: True
[bed_mesh]
speed: 250
horizontal_move_z: 5
mesh_min: 40,40
mesh_max: 270,270
probe_count: 9,9
fade_start: 0
fade_end: 0
split_delta_z: 0.025
move_check_distance: 5.0
mesh_pps: 3,3
algorithm: bicubic
bicubic_tension: 0.2
#relative_reference_index: 41
#if the probe count is x,x , the formula is ((x*x)+1)/2
[virtual_sdcard]
path: ~/sdcard
[pause_resume]
[display_status]
### Macros ###
[gcode_macro G32]
gcode:
{% if printer.toolhead.status == "Ready" %}
G28
QUAD_GANTRY_LEVEL
G28 Z0
G0 X125 Y125 Z20 F6000
{% else %}
{ printer.gcode.action_respond_info("G32 is disabled while printing!") }
{% endif %}
[gcode_macro PRINT_START]
# Use PRINT_START for the slicer starting script - PLEASE CUSTOMISE THE SCRIPT FOR YOUR SLICER OF CHOICE
gcode:
#M117 Homing... ; display message
G28 ; home all axes
QUAD_GANTRY_LEVEL
G28
G1 Z20 F3000 ; move nozzle away from bed
#M117 Preheat (Print) ; display message
[gcode_macro PRINT_END]
# Use PRINT_END for the slicer ending script - PLEASE CUSTOMISE THE SCRIPT FOR YOUR SLICER OF CHOICE
gcode:
M400 ; wait for buffer to clear
G92 E0 ; zero the extruder
G1 E-4.0 F3600 ; retract filament
G91 ; relative positioning
G0 Z1.00 X20.0 Y20.0 F20000 ; move nozzle to remove stringing
TURN_OFF_HEATERS
M107 ; turn off fan
G1 Z5 F3000 ; move nozzle up 5mm
G90 ; absolute positioning
G0 X150 Y300 F3600 ; park nozzle at rear
#M117 Finished! ; display message
[gcode_macro UNLOAD_FILAMENT]
# Extrusion lengths must be adjusted for your particular configuration before use
gcode:
{% if printer.toolhead.status == "Ready" %}
M83 ; set extruder to relative
G1 E10 F300 ; extrude a little to soften tip
G1 E-780 F1800 ; retract filament completely
M82 ; set extruder to absolute
{% else %}
{ printer.gcode.action_respond_info("Filament unloading disabled while printing!") }
{% endif %}
[gcode_macro LOAD_FILAMENT]
# Extrusion lengths must be adjusted for your particular configuration before use
gcode:
{% if printer.toolhead.status == "Ready" %}
M83 ; set extruder to relative
G1 E750 F1800 ; quickly load filament to down bowden
G1 E30 F300 ; slower extrusion for hotend path
G1 E15 F150 ; prime nozzle with filament
M82 ; set extruder to absolute
{% else %}
{ printer.gcode.action_respond_info("Filament loading disabled while printing!") }
{% endif %}
#*# <---------------------- SAVE_CONFIG ---------------------->
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
#*#
#*# [stepper_z]
#*# position_endstop = -0.910
#*#
#*# [extruder]
#*# control = pid
#*# pid_kp = 20.082
#*# pid_ki = 1.046
#*# pid_kd = 96.392
#*#
#*# [probe]
#*# z_offset = 3.119
#*#
#*# [bed_mesh default]
#*# version = 1
#*# points =
#*# 0.144125, 0.104125, 0.093500, 0.087875, 0.082875, 0.074125, 0.076625, 0.090375, 0.104125
#*# 0.150375, 0.116000, 0.088500, 0.082250, 0.071625, 0.061625, 0.071000, 0.089125, 0.103500
#*# 0.151000, 0.121000, 0.086625, 0.071625, 0.058500, 0.055375, 0.057875, 0.073500, 0.090375
#*# 0.141000, 0.112875, 0.079750, 0.054125, 0.049125, 0.046000, 0.052250, 0.066625, 0.084125
#*# 0.146625, 0.113500, 0.078500, 0.056625, 0.048500, 0.043500, 0.048500, 0.066000, 0.079750
#*# 0.139125, 0.097875, 0.073500, 0.051625, 0.043500, 0.043500, 0.051000, 0.071625, 0.083500
#*# 0.136000, 0.105375, 0.066000, 0.046000, 0.036000, 0.032875, 0.041000, 0.054750, 0.069750
#*# 0.119125, 0.088500, 0.056000, 0.039125, 0.033500, 0.026000, 0.030375, 0.052250, 0.067875
#*# 0.113500, 0.076625, 0.051000, 0.038500, 0.026000, 0.021000, 0.026000, 0.041000, 0.059125
#*# x_count = 9
#*# y_count = 9
#*# mesh_x_pps = 3
#*# mesh_y_pps = 3
#*# algo = bicubic
#*# tension = 0.2
#*# min_x = 39.9999999995
#*# max_x = 270.0
#*# min_y = 39.9999999995
#*# max_y = 270.0
#*#
#*# [bed_mesh cold]
#*# version = 1
#*# points =
#*# 0.644125, 0.667875, 0.651000
#*# 0.676625, 0.677250, 0.679125
#*# 0.658500, 0.654750, 0.651625
#*# x_count = 3
#*# y_count = 3
#*# mesh_x_pps = 3
#*# mesh_y_pps = 3
#*# algo = lagrange
#*# tension = 0.2
#*# min_x = 39.9999999995
#*# max_x = 270.0
#*# min_y = 39.9999999995
#*# max_y = 270.0
#*#
#*# [bed_mesh hot]
#*# version = 1
#*# points =
#*# 0.144125, 0.104125, 0.093500, 0.087875, 0.082875, 0.074125, 0.076625, 0.090375, 0.104125
#*# 0.150375, 0.116000, 0.088500, 0.082250, 0.071625, 0.061625, 0.071000, 0.089125, 0.103500
#*# 0.151000, 0.121000, 0.086625, 0.071625, 0.058500, 0.055375, 0.057875, 0.073500, 0.090375
#*# 0.141000, 0.112875, 0.079750, 0.054125, 0.049125, 0.046000, 0.052250, 0.066625, 0.084125
#*# 0.146625, 0.113500, 0.078500, 0.056625, 0.048500, 0.043500, 0.048500, 0.066000, 0.079750
#*# 0.139125, 0.097875, 0.073500, 0.051625, 0.043500, 0.043500, 0.051000, 0.071625, 0.083500
#*# 0.136000, 0.105375, 0.066000, 0.046000, 0.036000, 0.032875, 0.041000, 0.054750, 0.069750
#*# 0.119125, 0.088500, 0.056000, 0.039125, 0.033500, 0.026000, 0.030375, 0.052250, 0.067875
#*# 0.113500, 0.076625, 0.051000, 0.038500, 0.026000, 0.021000, 0.026000, 0.041000, 0.059125
#*# x_count = 9
#*# y_count = 9
#*# mesh_x_pps = 3
#*# mesh_y_pps = 3
#*# algo = bicubic
#*# tension = 0.2
#*# min_x = 39.9999999995
#*# max_x = 270.0
#*# min_y = 39.9999999995
#*# max_y = 270.0