voronklipperconfig/printer.cfg

514 lines
22 KiB
INI

# MMU to be disconnected, so let's have klipper able to run without it.
#[include mmu/base/*.cfg]
#[include mmu/optional/client_macros.cfg]
#[include mmu/optional/mmu_menu.cfg]
[include timelapse.cfg]
# 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 https://www.klipper3d.org/Config_Reference.html#common-thermistors for common thermistor types
## 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
## Probe pin [probe] section
## Fine tune E steps [extruder] section
[mcu]
# katapulted klipper on can
canbus_uuid: 970febd72165
# katapulted klipper on usb
#serial: /dev/serial/by-id/usb-Klipper_stm32f446xx_210044000150335331383520-if00
[include ebb36.cfg]
[include fluidd.cfg]
[include stealthburner_leds.cfg]
[include bedfans.cfg]
[include martyn_macros.cfg]
[include carto.cfg]
[printer]
kinematics: corexy
max_velocity: 700
max_accel: 3300 #Max 4000
max_z_velocity: 15 #Max 15 for 12V TMC Drivers, can increase for 24V
max_z_accel: 350
square_corner_velocity: 5.0
#####################################################################
# 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:400 #set to 200 for 1.8 degree stepper
endstop_pin: PG6
position_min: 0
position_endstop: 345
position_max: 345
homing_speed: 70 #Max 100
homing_retract_dist: 5
homing_positive_dir: true
## Make sure to update below for your relevant driver (2208 or 2209)
[tmc2209 stepper_x]
uart_pin: PC4
interpolate: false
run_current: 0.8
sense_resistor: 0.110
stealthchop_threshold: 0
## 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:400 #set to 200 for 1.8 degree stepper
endstop_pin: PG9
position_min: 0
position_endstop: 355
position_max: 355
homing_speed: 70 #Max 100
homing_retract_dist: 5
homing_positive_dir: true
## Make sure to update below for your relevant driver (2208 or 2209)
[tmc2209 stepper_y]
uart_pin: PD11
interpolate: false
run_current: 0.8
sense_resistor: 0.110
stealthchop_threshold: 0
#####################################################################
# 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
#endstop_pin: !ebb36:PB7
## Z-position of nozzle (in mm) to z-endstop trigger point relative to print surface (Z0)
## (+) value = endstop above Z0, (-) value = endstop below
## Increasing position_endstop brings nozzle closer to the bed
## After you run Z_ENDSTOP_CALIBRATE, position_endstop will be stored at the very end of your config
#position_endstop: 0
position_max: 310
position_min: -5
homing_speed: 15
#second_homing_speed: 3
#homing_retract_dist: 3
## Make sure to update below for your relevant driver (2208 or 2209)
[tmc2209 stepper_z]
uart_pin: PC6
interpolate: false
run_current: 0.8
sense_resistor: 0.110
stealthchop_threshold: 999999
## 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
## Make sure to update below for your relevant driver (2208 or 2209)
[tmc2209 stepper_z1]
uart_pin: PC7
interpolate: false
run_current: 0.8
sense_resistor: 0.110
stealthchop_threshold: 999999
## 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: false
run_current: 0.8
sense_resistor: 0.110
stealthchop_threshold: 999999
## 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: 999999
#####################################################################
# Bed Heater
#####################################################################
## SSR Pin - HE1
## Thermistor - TB
[heater_bed]
heater_pin: PA1
## Validate the following thermistor type to make sure it is correct
## Keenovo branded bed heaters should use Generic 3950
## LDO branded bed heaters will have the sensor type labelled on the heater
## Check what thermistor type you have. See https://www.klipper3d.org/Config_Reference.html#common-thermistors for common thermistor types.
## Use "Generic 3950" for Keenovo heaters
sensor_type: ATC Semitec 104NT-4-R025H42G
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: 0.6
min_temp: 0
max_temp: 120
control: pid
pid_Kp: 43.209
pid_Ki: 1.162
pid_Kd: 401.841
#####################################################################
# Fan Control
#####################################################################
## Controller fan - FAN2
[temperature_fan controller_fan]
pin: PD12
sensor_type: temperature_host
control: watermark
max_delta: 3
min_temp: 0
max_temp: 100
target_temp: 55
max_speed: 0.5
## Exhaust fan - FAN3
#[heater_fan exhaust_fan]
#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
#####################################################################
[output_pin caselight]
## Chamber Lighting - CNC_FAN5
pin: PD15
pwm:true
shutdown_value: 0
value:1
cycle_time: 0.01
#####################################################################
# Additional Sensors
#####################################################################
[thermistor CMFB103F3950FANT]
temperature1: 0.0
resistance1: 32116.0
temperature2: 40.0
resistance2: 5309.0
temperature3: 80.0
resistance3: 1228.0
[temperature_sensor chamber_temp]
# Chamber Temperature - T1
sensor_type: EPCOS 100K B57560G104F # total guess really, but sure.
sensor_pin: PF5
min_temp: 0
max_temp: 100
gcode_id: chamber_th
#####################################################################
# Homing and Gantry Adjustment Routines
#####################################################################
[idle_timeout]
timeout: 1800
# Need to work out how eddy interferes with magic home
#[safe_z_home]
#home_xy_position: 175,175
#speed:100
#z_hop:10
#z_hop_speed:10
[homing_override]
axes: z
gcode:
SET_KINEMATIC_POSITION Z=0
G1 Z10 F3000
{% if not 'X' in printer.toolhead.homed_axes %}
G28 X0
{% endif %}
{% if not 'Y' in printer.toolhead.homed_axes %}
G28 Y0
{% endif %}
G1 X150 Y150 F3000
G28 Z0
G1 Z10 F3000
## 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
[quad_gantry_level]
gantry_corners:
-60,-10
410,420
# Probe points
points:
50,25
50,275
300,275
300,25
speed: 100
horizontal_move_z: 2
retries: 5
retry_tolerance: 0.04
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
#####################################################################
[display]
# mini12864 LCD Display
lcd_type: uc1701
cs_pin: EXP1_3
a0_pin: EXP1_4
rst_pin: EXP1_5
encoder_pins: ^EXP2_5, ^EXP2_3
click_pin: ^!EXP1_2
contrast: 63
spi_software_miso_pin: EXP2_1
spi_software_mosi_pin: EXP2_6
spi_software_sclk_pin: EXP2_2
[neopixel btt_mini12864]
# To control Neopixel RGB in mini12864 display
pin: EXP1_6
chain_count: 3
initial_RED: 0.6
initial_GREEN: 0.0
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=0.6 GREEN=0 BLUE=1 INDEX=2 TRANSMIT=0
SET_LED LED=btt_mini12864 RED=0.6 GREEN=0 BLUE=1 INDEX=3
#--------------------------------------------------------------------
[temperature_sensor pi]
sensor_type: temperature_host
[temperature_sensor mcu]
sensor_type: temperature_mcu
[skew_correction]
[exclude_object]
#####################################################################
# Macros
#####################################################################
#[probe] ## Other parameters in config.cfg
#pin: !ebb36:PB7
#x_offset: 0.0
#y_offset: 0.0
#z_offset: 0.0
#speed: 15.0 # Speed (in mm/s) of the Z axis when probing. The default is 5mm/s.
#samples: 2
#sample_retract_dist: 3.0
#samples_tolerance_retries: 1
#lift_speed: 10
#activate_gcode:
# G4 P200 ;Wait 200ms
# SET_TMC_CURRENT STEPPER=stepper_z CURRENT=0.4
# SET_TMC_CURRENT STEPPER=stepper_z1 CURRENT=0.4
# SET_TMC_CURRENT STEPPER=stepper_z2 CURRENT=0.4
# SET_TMC_CURRENT STEPPER=stepper_z3 CURRENT=0.4
#deactivate_gcode:
# {% set run_current = printer.configfile.config['tmc2209 stepper_z'].run_current | float %}
# SET_TMC_CURRENT STEPPER=stepper_z CURRENT={run_current}
# SET_TMC_CURRENT STEPPER=stepper_z1 CURRENT={run_current}
# SET_TMC_CURRENT STEPPER=stepper_z2 CURRENT={run_current}
# SET_TMC_CURRENT STEPPER=stepper_z3 CURRENT={run_current}
[input_shaper]
shaper_freq_x: 91.4
shaper_freq_y: 70.0
shaper_type: 3hump_ei
[force_move]
enable_force_move: True
#*# <---------------------- SAVE_CONFIG ---------------------->
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
#*#
#*# [skew_correction calilantern_skew_profile]
#*# xy_skew = 0.002269819397871509
#*# xz_skew = 0.0
#*# yz_skew = 0.0
#*#
#*# [scanner]
#*# mode = touch
#*# scanner_touch_threshold = 750
#*# scanner_touch_speed = 2
#*# scanner_touch_z_offset = 0.100
#*#
#*# [scanner model default]
#*# model_coef = 1.54547696704748,
#*# 1.9826316137382953,
#*# 0.7339776131866772,
#*# 0.30422507330624265,
#*# 0.3176616902930693,
#*# 0.2617860932937524,
#*# -0.22258329370910082,
#*# -0.21919831625292302,
#*# 0.17974948476952415,
#*# 0.12614743068240433
#*# model_domain = 3.298780241186128e-07,3.347286858645663e-07
#*# model_range = 0.100000,5.000000
#*# model_temp = 41.081679
#*# model_offset = 0.00000
#*# model_mode = touch
#*# model_fw_version = CARTOGRAPHER 5.0.0
#*#
#*# [bed_mesh default]
#*# version = 1
#*# points =
#*# 0.004141, 0.004549, -0.000733, -0.001003, -0.005359, -0.005042, -0.009642, -0.013812, -0.010166, -0.007716, -0.004855, -0.000425, 0.002495, -0.001015, -0.004729, -0.005912, -0.006870, -0.002302, 0.004081, 0.009434, 0.018398, 0.025699, 0.022665, 0.017863, 0.018018, 0.013572, 0.009637, 0.005972, -0.000404, 0.011483
#*# 0.006567, 0.003236, 0.006012, 0.004138, -0.002341, -0.005950, -0.010710, -0.011375, -0.007339, -0.007375, -0.007296, -0.005194, 0.004181, 0.003895, -0.011801, -0.011846, -0.009110, -0.004997, 0.009130, 0.008604, 0.017817, 0.027138, 0.032314, 0.022720, 0.015723, 0.012146, 0.013784, 0.015243, 0.006402, 0.013213
#*# 0.015125, 0.012134, 0.010536, 0.006715, 0.005960, 0.001845, -0.000486, -0.005612, -0.005394, -0.002616, -0.000621, -0.000459, 0.001777, -0.000055, -0.006750, -0.009486, -0.008739, -0.006074, 0.002905, 0.013089, 0.022485, 0.027253, 0.029100, 0.026988, 0.023004, 0.015705, 0.013318, 0.009580, 0.008696, 0.013590
#*# 0.020752, 0.018108, 0.016423, 0.015550, 0.012114, 0.007824, 0.004757, 0.003697, -0.000854, 0.003628, 0.004182, 0.004141, 0.001848, 0.004134, -0.000465, -0.009647, -0.007692, -0.000302, -0.000788, 0.011563, 0.027374, 0.031254, 0.026888, 0.032574, 0.026990, 0.017737, 0.023616, 0.015541, 0.013764, 0.022188
#*# 0.028236, 0.022995, 0.017853, 0.020215, 0.015295, 0.008719, 0.007567, 0.005262, 0.005299, 0.006798, 0.010862, 0.006510, 0.004132, 0.008693, 0.001344, -0.005151, -0.003890, -0.002739, 0.003711, 0.013027, 0.022634, 0.029440, 0.030338, 0.028053, 0.028985, 0.025826, 0.026912, 0.018018, 0.013308, 0.027996
#*# 0.026930, 0.022417, 0.021918, 0.017893, 0.013448, 0.009868, 0.008131, 0.005941, 0.006464, 0.009398, 0.009043, 0.007900, 0.007752, 0.006433, 0.003930, 0.001782, -0.002447, -0.001598, 0.003841, 0.012138, 0.023313, 0.029493, 0.031403, 0.031326, 0.031194, 0.027562, 0.022597, 0.021976, 0.018974, 0.026856
#*# 0.029299, 0.024563, 0.018284, 0.020053, 0.015134, 0.011038, 0.007319, 0.006661, 0.006559, 0.009320, 0.009079, 0.008744, 0.010833, 0.006747, 0.006316, 0.005284, -0.000912, -0.001439, 0.004928, 0.013298, 0.022567, 0.028930, 0.031029, 0.029758, 0.029212, 0.025781, 0.027079, 0.020701, 0.017009, 0.025382
#*# 0.031455, 0.025955, 0.022857, 0.019364, 0.013151, 0.010999, 0.009623, 0.008720, 0.004140, 0.010588, 0.011060, 0.013321, 0.007625, 0.009022, 0.007956, 0.005831, 0.005892, -0.001514, 0.005559, 0.018575, 0.020410, 0.031243, 0.030774, 0.031800, 0.038259, 0.031613, 0.022392, 0.024867, 0.026914, 0.020700
#*# 0.029243, 0.028111, 0.022949, 0.016939, 0.012835, 0.012467, 0.013531, 0.008741, 0.006449, 0.008657, 0.013844, 0.013789, 0.010883, 0.004140, 0.004490, 0.004612, 0.000478, 0.000490, 0.004319, 0.013193, 0.026911, 0.032451, 0.031452, 0.031437, 0.031625, 0.033729, 0.029190, 0.024654, 0.022058, 0.027502
#*# 0.031447, 0.026607, 0.020228, 0.017005, 0.013440, 0.011023, 0.006877, 0.003219, 0.003708, 0.006436, 0.008403, 0.009931, 0.006449, 0.005267, -0.001583, -0.002725, -0.003085, -0.000431, 0.001272, 0.008410, 0.022612, 0.031793, 0.028617, 0.022367, 0.030688, 0.029047, 0.031412, 0.020171, 0.017549, 0.022100
#*# 0.029691, 0.027286, 0.020073, 0.015962, 0.008717, 0.009395, 0.006407, 0.004179, -0.002743, -0.000788, 0.002132, 0.004823, -0.001062, -0.002748, -0.005456, -0.007313, -0.009897, -0.010492, -0.004780, 0.007642, 0.017719, 0.022314, 0.022409, 0.021429, 0.022620, 0.019002, 0.017279, 0.013300, 0.012185, 0.022299
#*# 0.027214, 0.022930, 0.017864, 0.017329, 0.012725, 0.004741, 0.001983, -0.001464, -0.003246, -0.000889, -0.000556, 0.000500, 0.000687, -0.005355, -0.006733, -0.010802, -0.012216, -0.011587, -0.004968, 0.006015, 0.018337, 0.013297, 0.019614, 0.023682, 0.018036, 0.018233, 0.015469, 0.012113, 0.018492, 0.011011
#*# 0.022373, 0.021051, 0.017864, 0.012471, 0.008716, 0.006432, 0.000036, -0.004988, -0.003958, -0.002406, -0.001275, -0.004444, -0.004800, -0.004561, -0.009028, -0.009527, -0.010000, -0.009645, -0.005256, 0.003028, 0.012414, 0.015850, 0.017859, 0.016012, 0.015562, 0.015568, 0.013336, 0.010532, 0.009063, 0.017900
#*# 0.021848, 0.016660, 0.012861, 0.010557, 0.008612, 0.004148, 0.000399, -0.002715, -0.005298, -0.002714, -0.000445, -0.005080, -0.006038, -0.005060, -0.010185, -0.009668, -0.008834, -0.011597, -0.005905, 0.005284, 0.013702, 0.012615, 0.015732, 0.018138, 0.012186, 0.013513, 0.017834, 0.003829, 0.008415, 0.018073
#*# 0.022602, 0.015587, 0.011012, 0.009007, 0.008211, 0.004084, 0.000849, -0.000350, -0.002716, -0.000963, -0.000138, -0.003621, -0.005213, -0.005522, -0.004784, -0.008491, -0.009218, -0.008966, -0.005133, 0.003042, 0.009507, 0.013274, 0.013549, 0.013766, 0.015559, 0.016716, 0.014435, 0.011015, 0.005084, 0.012858
#*# 0.018351, 0.015604, 0.013295, 0.012176, 0.009749, 0.007578, 0.004305, 0.000909, 0.000120, 0.004836, 0.004383, 0.003024, -0.001115, -0.001403, 0.002707, -0.002191, -0.007175, -0.005037, 0.000397, 0.005434, 0.008452, 0.018318, 0.020658, 0.020138, 0.027486, 0.022306, 0.021724, 0.016258, 0.015580, 0.016702
#*# 0.023398, 0.017273, 0.014179, 0.013007, 0.013371, 0.008961, 0.004136, 0.004139, 0.005443, 0.008857, 0.008535, 0.008120, 0.006306, 0.004301, 0.003903, 0.002512, -0.000419, -0.000609, 0.001683, 0.008729, 0.016646, 0.022171, 0.023460, 0.023092, 0.025825, 0.026271, 0.024361, 0.021418, 0.016835, 0.020293
#*# 0.026593, 0.020045, 0.017367, 0.016348, 0.012509, 0.009024, 0.008383, 0.008283, 0.009129, 0.008983, 0.009782, 0.010993, 0.011181, 0.008018, 0.004126, 0.005337, 0.001855, 0.001594, 0.005285, 0.010838, 0.024356, 0.025792, 0.022367, 0.026468, 0.029222, 0.025777, 0.026842, 0.019004, 0.022390, 0.022832
#*# 0.027033, 0.023453, 0.018625, 0.013299, 0.011158, 0.010994, 0.009701, 0.008328, 0.009861, 0.013287, 0.014116, 0.015428, 0.013151, 0.008698, 0.009486, 0.005439, 0.003055, 0.000719, 0.006462, 0.014431, 0.022154, 0.026713, 0.024950, 0.027837, 0.028052, 0.026637, 0.022413, 0.017956, 0.018670, 0.022427
#*# 0.029327, 0.023293, 0.018019, 0.017815, 0.017422, 0.013250, 0.013196, 0.011157, 0.014375, 0.018989, 0.023197, 0.022981, 0.020380, 0.017525, 0.013787, 0.013257, 0.006581, 0.003970, 0.010598, 0.018047, 0.024218, 0.026964, 0.032690, 0.029481, 0.031984, 0.026977, 0.021775, 0.021959, 0.019035, 0.023460
#*# 0.031663, 0.023508, 0.018081, 0.017529, 0.018112, 0.016985, 0.015537, 0.016760, 0.020266, 0.026618, 0.027582, 0.027746, 0.026278, 0.022228, 0.017836, 0.013151, 0.008567, 0.008139, 0.012313, 0.017817, 0.026769, 0.032518, 0.033354, 0.031144, 0.026941, 0.025824, 0.022986, 0.019139, 0.017185, 0.022654
#*# 0.031488, 0.023623, 0.018118, 0.017962, 0.019838, 0.017859, 0.018480, 0.022450, 0.025788, 0.031825, 0.032049, 0.031579, 0.027154, 0.022528, 0.016809, 0.014924, 0.005424, 0.009818, 0.011649, 0.016757, 0.027541, 0.030788, 0.036016, 0.029191, 0.027177, 0.025775, 0.025126, 0.027016, 0.020414, 0.025183
#*# 0.035607, 0.021562, 0.017692, 0.015561, 0.016730, 0.017687, 0.018118, 0.021418, 0.026686, 0.031315, 0.031841, 0.027341, 0.022363, 0.015712, 0.009796, 0.005130, 0.000396, -0.000444, 0.008495, 0.016123, 0.024390, 0.029230, 0.028765, 0.025849, 0.024619, 0.022423, 0.022082, 0.022231, 0.022061, 0.027891
#*# 0.043964, 0.024179, 0.014501, 0.012289, 0.013264, 0.013898, 0.017824, 0.018148, 0.022408, 0.026969, 0.026924, 0.022414, 0.014977, 0.009010, 0.003012, -0.000418, -0.003892, -0.003276, 0.004107, 0.014431, 0.022990, 0.022580, 0.024808, 0.023387, 0.021065, 0.027130, 0.027243, 0.021855, 0.023213, 0.031467
#*# 0.060099, 0.031499, 0.017280, 0.012255, 0.010777, 0.013306, 0.014271, 0.016368, 0.019241, 0.022392, 0.022365, 0.017815, 0.009551, 0.004140, -0.000447, -0.003210, -0.005008, -0.001131, 0.004985, 0.014441, 0.022418, 0.025921, 0.026948, 0.024730, 0.026395, 0.027129, 0.026958, 0.026657, 0.023521, 0.028451
#*# 0.073079, 0.036760, 0.015789, 0.008771, 0.008746, 0.008720, 0.009015, 0.011211, 0.013293, 0.017568, 0.016008, 0.013141, 0.005220, 0.000342, -0.004867, -0.005212, -0.005043, -0.004462, 0.002001, 0.013269, 0.018429, 0.026000, 0.026930, 0.025832, 0.025783, 0.027135, 0.022403, 0.021909, 0.023205, 0.027519
#*# 0.075660, 0.035724, 0.010739, 0.004137, 0.002715, 0.000362, 0.000355, 0.000240, 0.004142, 0.008220, 0.008697, 0.006020, 0.001274, -0.005018, -0.009594, -0.011496, -0.012400, -0.009846, -0.004837, 0.004023, 0.011238, 0.017775, 0.019838, 0.020333, 0.022210, 0.021112, 0.018758, 0.014701, 0.013612, 0.020221
#*# 0.063849, 0.024969, 0.006275, -0.004398, -0.005000, -0.005031, -0.008510, -0.007577, -0.003304, -0.000429, 0.001920, 0.000001, -0.005000, -0.009645, -0.012949, -0.014127, -0.017519, -0.016153, -0.011865, -0.005017, 0.004085, 0.011240, 0.014449, 0.016999, 0.017442, 0.014983, 0.013287, 0.008935, 0.008580, 0.013426
#*# 0.047570, 0.013019, 0.001633, -0.006082, -0.009606, -0.010260, -0.011903, -0.011992, -0.009599, -0.005027, -0.002671, -0.004084, -0.008438, -0.013071, -0.016090, -0.018868, -0.020674, -0.020079, -0.016068, -0.009599, -0.000540, 0.008251, 0.012981, 0.013275, 0.014277, 0.013323, 0.011943, 0.008287, 0.006290, 0.011704
#*# 0.037640, 0.011676, -0.002971, -0.005330, -0.008764, -0.009654, -0.010416, -0.011782, -0.009665, -0.005926, -0.003595, -0.004464, -0.008332, -0.013487, -0.016957, -0.018932, -0.021343, -0.020032, -0.015588, -0.007664, 0.000727, 0.008716, 0.011447, 0.011014, 0.012942, 0.012301, 0.008995, 0.008277, 0.006446, 0.011272
#*# x_count = 30
#*# y_count = 30
#*# mesh_x_pps = 2
#*# mesh_y_pps = 2
#*# algo = bicubic
#*# tension = 0.2
#*# min_x = 30.0
#*# max_x = 310.0
#*# min_y = 30.0
#*# max_y = 310.0
#*#
#*# [skew_correction Calilantern]
#*# xy_skew = 0.0004221439779203628
#*# xz_skew = 0.0
#*# yz_skew = 0.0