voronklipperconfig/printer.cfg

508 lines
22 KiB
INI

[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 = 3000
#*# scanner_touch_speed = 3
#*# scanner_touch_z_offset = 0.040
#*#
#*# [scanner model default]
#*# model_coef = 1.4576195916953936,
#*# 1.785851337777226,
#*# 0.7482684560674038,
#*# 0.37149574454302975,
#*# 0.45525587058229405,
#*# 0.38020169514738367,
#*# -0.3194453631539581,
#*# -0.3210922662765739,
#*# 0.3090302568640316,
#*# 0.23578147304339162
#*# model_domain = 3.20112000993792e-07,3.3365602490491824e-07
#*# model_range = 0.200000,5.100000
#*# model_temp = 66.713254
#*# model_offset = 0.00000
#*# model_mode = touch
#*# model_fw_version = CARTOGRAPHER 5.0.0
#*#
#*# [bed_mesh default]
#*# version = 1
#*# points =
#*# 0.007115, 0.010143, 0.009971, 0.009115, 0.007187, 0.010322, 0.008893, 0.005129, 0.007155, 0.015050, 0.022571, 0.026436, 0.029721, 0.028272, 0.024060, 0.020604, 0.021055, 0.025124, 0.032299, 0.041047, 0.049882, 0.054284, 0.053681, 0.050718, 0.046706, 0.039618, 0.034283, 0.027097, 0.024485, 0.031826
#*# 0.008834, 0.008118, 0.011189, 0.008083, 0.005494, 0.008307, 0.006043, 0.008316, 0.007615, 0.010190, 0.018902, 0.026650, 0.030454, 0.019553, 0.018938, 0.017888, 0.022395, 0.021563, 0.024316, 0.038616, 0.053800, 0.059721, 0.049043, 0.046074, 0.045541, 0.043154, 0.033679, 0.022878, 0.024107, 0.032098
#*# 0.010771, 0.013448, 0.015235, 0.007926, 0.008531, 0.014214, 0.011040, 0.006430, 0.008728, 0.013515, 0.020385, 0.020413, 0.021297, 0.019667, 0.016916, 0.015671, 0.014591, 0.018064, 0.027320, 0.037466, 0.048765, 0.055076, 0.053677, 0.050398, 0.047493, 0.042020, 0.032802, 0.026956, 0.027400, 0.033910
#*# 0.013390, 0.010065, 0.011881, 0.015663, 0.014661, 0.013854, 0.013014, 0.011600, 0.012567, 0.012626, 0.019270, 0.020410, 0.025119, 0.020907, 0.019148, 0.016953, 0.021196, 0.020216, 0.021016, 0.036739, 0.047858, 0.059108, 0.055194, 0.048651, 0.049671, 0.042562, 0.041186, 0.024655, 0.027240, 0.037532
#*# 0.012941, 0.016543, 0.014574, 0.013882, 0.011830, 0.018085, 0.016584, 0.010678, 0.011859, 0.018843, 0.023513, 0.021924, 0.022743, 0.021127, 0.019229, 0.019204, 0.018077, 0.019770, 0.024944, 0.036608, 0.046559, 0.052193, 0.051957, 0.051666, 0.051280, 0.045714, 0.039112, 0.030447, 0.031416, 0.039662
#*# 0.010189, 0.010493, 0.010399, 0.010246, 0.010016, 0.009572, 0.009628, 0.009773, 0.010193, 0.016168, 0.019051, 0.022975, 0.017937, 0.017638, 0.019635, 0.021488, 0.021196, 0.014712, 0.023637, 0.033006, 0.048235, 0.045818, 0.045726, 0.049782, 0.052911, 0.048943, 0.032173, 0.031507, 0.028558, 0.041017
#*# 0.008556, 0.007153, 0.006320, 0.006457, 0.006412, 0.006325, 0.004536, 0.006525, 0.010774, 0.016496, 0.018702, 0.018266, 0.019608, 0.020695, 0.017934, 0.016460, 0.014624, 0.015917, 0.020979, 0.030465, 0.040468, 0.045513, 0.047103, 0.046756, 0.045884, 0.041729, 0.036843, 0.029757, 0.025428, 0.033299
#*# 0.007081, 0.004188, 0.005531, 0.003985, -0.000671, -0.000669, 0.003948, 0.010292, 0.009916, 0.011027, 0.014792, 0.021272, 0.021239, 0.013304, 0.013072, 0.013957, 0.016016, 0.016946, 0.013293, 0.022733, 0.037089, 0.049045, 0.039851, 0.039778, 0.044917, 0.047532, 0.041243, 0.023469, 0.018227, 0.033052
#*# 0.002522, 0.004414, 0.000976, -0.001473, -0.003147, 0.002206, 0.004774, 0.004385, 0.007870, 0.011861, 0.015688, 0.015706, 0.015676, 0.015369, 0.011846, 0.009704, 0.008760, 0.011414, 0.018067, 0.028743, 0.036821, 0.041862, 0.044059, 0.042572, 0.043679, 0.041528, 0.035538, 0.028058, 0.022987, 0.031742
#*# 0.004131, 0.002438, -0.001535, -0.004129, -0.003896, 0.000493, 0.000089, -0.000922, 0.000119, 0.006317, 0.010751, 0.009474, 0.005600, 0.003878, 0.006142, 0.008631, 0.003438, 0.001701, 0.012236, 0.026450, 0.037501, 0.032186, 0.033566, 0.042050, 0.042800, 0.034967, 0.024144, 0.017200, 0.022093, 0.024961
#*# 0.002367, -0.003468, -0.005864, -0.005452, -0.005700, -0.006107, -0.010211, -0.008389, -0.006982, -0.000395, 0.002415, 0.000733, 0.001423, 0.000122, -0.001853, -0.003011, -0.005314, -0.002237, 0.006025, 0.016632, 0.025951, 0.029559, 0.029748, 0.030482, 0.029061, 0.028598, 0.023600, 0.017035, 0.014880, 0.021219
#*# -0.003879, -0.005237, -0.005399, -0.007089, -0.009882, -0.010218, -0.011497, -0.009626, -0.011836, -0.007070, 0.000079, 0.001692, -0.002283, -0.006880, -0.002973, 0.000127, -0.002251, -0.008741, -0.000678, 0.013307, 0.027406, 0.028560, 0.024245, 0.027327, 0.032415, 0.030491, 0.016493, 0.008930, 0.011168, 0.026626
#*# -0.004946, -0.008562, -0.010035, -0.010073, -0.011702, -0.011834, -0.014760, -0.014783, -0.011332, -0.006646, -0.004243, -0.005253, -0.005443, -0.006876, -0.006650, -0.006321, -0.007028, -0.007151, -0.000659, 0.010285, 0.021097, 0.024420, 0.024336, 0.023954, 0.022670, 0.021573, 0.017530, 0.011747, 0.008732, 0.019221
#*# -0.010124, -0.011824, -0.016546, -0.014895, -0.009950, -0.013224, -0.014783, -0.016538, -0.013583, -0.003845, -0.004660, -0.011296, -0.010927, -0.003851, -0.003851, -0.008493, -0.013307, -0.011786, 0.002534, 0.009567, 0.012612, 0.019576, 0.022345, 0.024662, 0.024342, 0.014984, 0.010503, 0.010386, 0.011788, 0.021203
#*# -0.012356, -0.016081, -0.012880, -0.013079, -0.012159, -0.012457, -0.013773, -0.014439, -0.011872, -0.007447, -0.006027, -0.006382, -0.006870, -0.007834, -0.006804, -0.007841, -0.009478, -0.008505, -0.001088, 0.005673, 0.016563, 0.021265, 0.021237, 0.018047, 0.018086, 0.018909, 0.016558, 0.010443, 0.006081, 0.013308
#*# -0.010486, -0.009962, -0.012605, -0.012040, -0.009082, -0.008604, -0.008977, -0.008705, -0.006184, -0.000701, 0.000767, 0.000396, -0.000454, -0.000928, 0.001158, -0.000199, -0.002254, 0.002195, 0.002487, 0.010649, 0.020592, 0.026985, 0.025085, 0.024625, 0.025260, 0.025628, 0.022678, 0.015283, 0.010011, 0.016595
#*# -0.008974, -0.011424, -0.012034, -0.009558, -0.006925, -0.005339, -0.005352, -0.004677, -0.000677, 0.004731, 0.007971, 0.006426, 0.005752, 0.005321, 0.006522, 0.006690, 0.004755, 0.004334, 0.007149, 0.014906, 0.024790, 0.030806, 0.031950, 0.029640, 0.029698, 0.028880, 0.025919, 0.020775, 0.015822, 0.020394
#*# -0.005415, -0.008674, -0.009386, -0.007895, -0.004579, -0.002320, -0.001895, -0.001431, 0.002640, 0.008952, 0.011898, 0.010356, 0.008880, 0.009074, 0.010064, 0.007870, 0.006227, 0.008036, 0.012642, 0.020475, 0.029058, 0.033778, 0.034743, 0.032485, 0.030708, 0.029706, 0.026629, 0.021380, 0.016446, 0.020627
#*# -0.001150, -0.006061, -0.004941, -0.002326, -0.001856, -0.002366, -0.002309, -0.000791, 0.006354, 0.011825, 0.013380, 0.013417, 0.011659, 0.011793, 0.010281, 0.009532, 0.008621, 0.010196, 0.015378, 0.022050, 0.029860, 0.033286, 0.033715, 0.031727, 0.028191, 0.027477, 0.025208, 0.019799, 0.016038, 0.019203
#*# 0.003824, 0.001280, -0.000644, -0.001951, -0.000648, 0.000742, 0.003205, 0.006079, 0.010616, 0.018685, 0.022656, 0.022136, 0.019748, 0.017863, 0.016083, 0.015732, 0.014999, 0.016618, 0.019707, 0.026232, 0.031647, 0.037441, 0.040490, 0.034694, 0.029644, 0.026082, 0.024909, 0.019228, 0.015797, 0.018009
#*# 0.010295, 0.001776, 0.000935, 0.002262, 0.004323, 0.005308, 0.007963, 0.010461, 0.016444, 0.025714, 0.030439, 0.029041, 0.025918, 0.023530, 0.021192, 0.018035, 0.018206, 0.021192, 0.023540, 0.029442, 0.036537, 0.040021, 0.040029, 0.036727, 0.033544, 0.029669, 0.026037, 0.022780, 0.021059, 0.025027
#*# 0.011335, 0.005680, 0.000686, 0.004104, 0.008410, 0.011650, 0.012694, 0.016604, 0.023718, 0.032084, 0.038196, 0.035761, 0.029901, 0.025079, 0.023954, 0.019671, 0.015750, 0.019874, 0.023000, 0.032082, 0.036076, 0.036705, 0.040888, 0.036885, 0.035401, 0.029473, 0.029753, 0.026698, 0.027862, 0.029208
#*# 0.011875, 0.003577, 0.002522, 0.007191, 0.007472, 0.010266, 0.013465, 0.018936, 0.024926, 0.032168, 0.037005, 0.033665, 0.027452, 0.022099, 0.018349, 0.015033, 0.013039, 0.014043, 0.018192, 0.026314, 0.034691, 0.038269, 0.036757, 0.034814, 0.032141, 0.032130, 0.031180, 0.028988, 0.028133, 0.030467
#*# 0.008706, 0.003175, 0.000904, 0.003275, 0.008714, 0.010009, 0.013553, 0.017353, 0.025422, 0.032010, 0.033422, 0.031542, 0.025435, 0.019601, 0.014564, 0.012615, 0.010333, 0.012009, 0.018604, 0.026372, 0.032820, 0.037791, 0.036379, 0.034499, 0.034422, 0.035017, 0.030629, 0.030526, 0.029012, 0.032642
#*# 0.012634, 0.004115, 0.002412, 0.008490, 0.010140, 0.013456, 0.016551, 0.020226, 0.025579, 0.029526, 0.032001, 0.029873, 0.024342, 0.019561, 0.016206, 0.013314, 0.011884, 0.015886, 0.020867, 0.030645, 0.037021, 0.041971, 0.041311, 0.038823, 0.038196, 0.041260, 0.039032, 0.035018, 0.032058, 0.034599
#*# 0.011067, 0.004835, 0.000327, 0.003891, 0.010300, 0.012067, 0.013467, 0.017145, 0.022905, 0.026994, 0.027681, 0.025887, 0.021191, 0.016656, 0.014306, 0.011703, 0.011102, 0.012730, 0.019610, 0.027922, 0.036920, 0.040487, 0.041174, 0.038980, 0.039865, 0.041279, 0.038185, 0.033612, 0.028970, 0.032095
#*# 0.010291, 0.002454, 0.001820, 0.004117, 0.007188, 0.007255, 0.010264, 0.012663, 0.018017, 0.022856, 0.025435, 0.024221, 0.020294, 0.016551, 0.012883, 0.010654, 0.008706, 0.010618, 0.016436, 0.024484, 0.032003, 0.036531, 0.038291, 0.038324, 0.038536, 0.038024, 0.033887, 0.027701, 0.025838, 0.029069
#*# 0.008365, 0.001872, 0.002542, 0.000130, 0.003763, 0.004073, 0.004053, 0.007176, 0.012983, 0.018201, 0.022671, 0.022678, 0.018098, 0.014945, 0.010875, 0.009501, 0.009698, 0.008010, 0.012632, 0.019412, 0.029279, 0.033248, 0.036875, 0.036289, 0.034886, 0.036210, 0.030447, 0.024243, 0.020794, 0.025042
#*# 0.008864, 0.002603, 0.000602, 0.002235, 0.004116, 0.003426, 0.004330, 0.006996, 0.011833, 0.018802, 0.022261, 0.022360, 0.019503, 0.014749, 0.011124, 0.010325, 0.008363, 0.009109, 0.013223, 0.019733, 0.027418, 0.034484, 0.037983, 0.038257, 0.037533, 0.035621, 0.030822, 0.024998, 0.022732, 0.026783
#*# 0.013362, 0.007554, 0.004088, 0.004141, 0.006059, 0.007160, 0.007210, 0.009899, 0.013736, 0.019154, 0.024080, 0.024208, 0.020475, 0.016849, 0.015394, 0.013316, 0.013253, 0.013552, 0.016568, 0.024213, 0.033110, 0.037518, 0.039794, 0.038869, 0.038149, 0.034379, 0.031269, 0.026466, 0.027237, 0.029409
#*# 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