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.065
#*#
#*# [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.018725, 0.019587, 0.019588, 0.018391, 0.017987, 0.016538, 0.014171, 0.010901, 0.012575, 0.019695, 0.025909, 0.028508, 0.030990, 0.028893, 0.024216, 0.020742, 0.020315, 0.023955, 0.029923, 0.038671, 0.048180, 0.052032, 0.050440, 0.047435, 0.042960, 0.036548, 0.029717, 0.022669, 0.018859, 0.023800
#*# 0.018986, 0.017581, 0.018116, 0.016650, 0.015740, 0.014484, 0.007889, 0.010190, 0.011788, 0.022057, 0.021939, 0.019933, 0.026683, 0.024264, 0.018797, 0.016484, 0.017589, 0.019950, 0.026908, 0.036102, 0.041719, 0.052419, 0.049976, 0.051304, 0.041978, 0.035195, 0.029261, 0.022722, 0.018872, 0.018844
#*# 0.020064, 0.018790, 0.025021, 0.014112, 0.018033, 0.016413, 0.017280, 0.009628, 0.009321, 0.015101, 0.019632, 0.023447, 0.020283, 0.018071, 0.015553, 0.015624, 0.014310, 0.014038, 0.024313, 0.034102, 0.047438, 0.049738, 0.047879, 0.045786, 0.041461, 0.037617, 0.025107, 0.019561, 0.019278, 0.026205
#*# 0.023349, 0.021139, 0.023040, 0.023421, 0.020852, 0.019549, 0.017591, 0.014398, 0.014716, 0.017886, 0.025018, 0.021020, 0.021821, 0.014912, 0.016564, 0.013560, 0.013483, 0.015627, 0.022130, 0.037835, 0.043507, 0.049404, 0.043673, 0.047492, 0.048973, 0.036682, 0.030413, 0.018874, 0.020710, 0.027526
#*# 0.021381, 0.025022, 0.027424, 0.018682, 0.016975, 0.019940, 0.018719, 0.018401, 0.015684, 0.017227, 0.021838, 0.021247, 0.021925, 0.018055, 0.017870, 0.015001, 0.017178, 0.016136, 0.020452, 0.031830, 0.041469, 0.049923, 0.044669, 0.043419, 0.040141, 0.041988, 0.035921, 0.023311, 0.019656, 0.029781
#*# 0.017563, 0.016493, 0.017960, 0.016557, 0.015654, 0.016508, 0.011330, 0.010770, 0.010737, 0.017403, 0.018810, 0.019391, 0.019920, 0.019165, 0.016344, 0.014577, 0.012962, 0.008916, 0.019305, 0.034305, 0.038068, 0.043130, 0.038891, 0.043801, 0.041051, 0.035939, 0.030562, 0.024867, 0.025015, 0.026163
#*# 0.015199, 0.012859, 0.015906, 0.011476, 0.006353, 0.009486, 0.008293, 0.008594, 0.011736, 0.016043, 0.017497, 0.018076, 0.017609, 0.014121, 0.014830, 0.013283, 0.012542, 0.011289, 0.016867, 0.025917, 0.034086, 0.040306, 0.041677, 0.040095, 0.038545, 0.035878, 0.028860, 0.020387, 0.018128, 0.023894
#*# 0.013142, 0.014726, 0.009445, 0.003921, 0.002744, 0.005870, 0.011026, 0.007854, 0.007728, 0.012439, 0.019444, 0.023049, 0.021910, 0.010937, 0.013364, 0.010930, 0.013274, 0.008600, 0.008734, 0.023452, 0.032795, 0.038593, 0.039367, 0.033888, 0.038667, 0.034719, 0.034976, 0.021187, 0.016768, 0.023269
#*# 0.009478, 0.009385, 0.005484, 0.007871, 0.000013, 0.001660, 0.005533, 0.009616, 0.012451, 0.011044, 0.016999, 0.015611, 0.015729, 0.011033, 0.005889, 0.004637, 0.008157, 0.009354, 0.013198, 0.019731, 0.027777, 0.038991, 0.039721, 0.037761, 0.034264, 0.030493, 0.028643, 0.019876, 0.015255, 0.020056
#*# 0.010901, 0.008038, 0.004650, 0.002059, -0.000862, 0.002410, 0.003171, 0.001548, 0.003948, 0.004695, 0.010995, 0.009377, 0.006873, 0.004176, 0.002916, 0.004671, -0.000463, 0.001391, 0.002968, 0.016534, 0.031253, 0.031228, 0.030835, 0.026580, 0.030059, 0.027074, 0.021895, 0.015202, 0.010214, 0.018857
#*# 0.007451, 0.002965, 0.000978, -0.001341, -0.001989, -0.003053, -0.006309, -0.005691, -0.004125, -0.000076, 0.002290, 0.001966, -0.001007, -0.003107, -0.004659, -0.006744, -0.007583, -0.007029, -0.000017, 0.009503, 0.018091, 0.022850, 0.023520, 0.022605, 0.021021, 0.018058, 0.014463, 0.008662, 0.005483, 0.010757
#*# 0.003464, 0.002449, 0.002321, -0.002438, -0.002126, -0.003120, -0.006335, -0.010287, -0.011150, -0.004201, -0.001004, 0.000875, -0.000106, -0.008780, -0.006006, -0.007838, -0.010786, -0.009402, -0.002973, 0.005667, 0.015748, 0.021106, 0.023462, 0.019212, 0.017211, 0.015290, 0.010910, 0.009970, 0.003135, 0.008845
#*# 0.000302, -0.005055, -0.002805, -0.000730, -0.003924, -0.009452, -0.012754, -0.012266, -0.009651, -0.005682, -0.006278, -0.004967, -0.004631, -0.007978, -0.009888, -0.011056, -0.010264, -0.010789, -0.006235, 0.003191, 0.012591, 0.018935, 0.018588, 0.015639, 0.014022, 0.012548, 0.007961, 0.002610, -0.000195, 0.007909
#*# -0.001593, -0.003626, -0.010958, -0.008169, -0.008672, -0.005186, -0.007906, -0.012983, -0.014469, -0.006913, -0.001675, -0.007865, -0.012862, -0.010122, -0.006392, -0.007881, -0.013944, -0.017323, -0.007145, 0.007768, 0.015722, 0.009399, 0.009356, 0.012987, 0.014421, 0.009314, 0.001567, -0.003409, 0.001948, 0.009755
#*# -0.003149, -0.005889, -0.008269, -0.004013, -0.007897, -0.007498, -0.007935, -0.007880, -0.009622, -0.007405, -0.003963, -0.006150, -0.006031, -0.009464, -0.007828, -0.009573, -0.010656, -0.010517, -0.006257, 0.001176, 0.010197, 0.015831, 0.014175, 0.012305, 0.011257, 0.011146, 0.007166, 0.001559, -0.001535, 0.004670
#*# 0.001325, -0.006305, -0.007053, -0.005782, -0.003815, -0.002371, -0.005313, -0.008559, -0.003916, 0.000780, 0.004717, -0.003221, -0.004733, -0.005215, 0.001605, -0.000013, -0.009449, -0.009458, -0.001912, 0.009576, 0.018771, 0.015570, 0.015487, 0.021975, 0.020832, 0.017585, 0.009702, 0.004620, 0.006711, 0.013287
#*# -0.001618, -0.003607, -0.008270, -0.004747, -0.000201, 0.000056, -0.003091, -0.002176, 0.001278, 0.006313, 0.008579, 0.006308, 0.004115, 0.004432, 0.003536, 0.001581, -0.000323, -0.001124, 0.001990, 0.009469, 0.018731, 0.023442, 0.023756, 0.022761, 0.021858, 0.021855, 0.018780, 0.012928, 0.008621, 0.012337
#*# 0.001267, 0.000970, -0.004223, -0.002379, -0.000392, -0.000218, 0.001426, 0.001441, 0.003317, 0.007148, 0.011630, 0.012523, 0.007761, 0.007415, 0.002952, 0.008354, 0.006645, 0.003388, 0.003045, 0.014447, 0.025055, 0.026215, 0.028245, 0.023348, 0.025011, 0.026582, 0.020559, 0.015703, 0.007908, 0.015331
#*# 0.003403, 0.002930, -0.001362, 0.001599, 0.000428, 0.001573, 0.000000, 0.003096, 0.006446, 0.012109, 0.014121, 0.014829, 0.012544, 0.010152, 0.009304, 0.006536, 0.005569, 0.007016, 0.011429, 0.018214, 0.024990, 0.028255, 0.028319, 0.026188, 0.022546, 0.022552, 0.020390, 0.015741, 0.012451, 0.013260
#*# 0.012807, 0.008353, 0.004673, 0.003870, 0.006330, 0.006392, 0.009079, 0.007766, 0.014208, 0.023442, 0.025397, 0.021993, 0.020322, 0.018092, 0.017329, 0.017879, 0.010992, 0.010942, 0.017418, 0.022541, 0.029127, 0.031195, 0.034366, 0.032738, 0.031665, 0.025041, 0.017296, 0.015355, 0.015907, 0.019480
#*# 0.012071, 0.010141, 0.007959, 0.009568, 0.009697, 0.009223, 0.010893, 0.012633, 0.019161, 0.028156, 0.031226, 0.030959, 0.026643, 0.023278, 0.020284, 0.018690, 0.015678, 0.017180, 0.021531, 0.026410, 0.032684, 0.036585, 0.036008, 0.031976, 0.027882, 0.025087, 0.023458, 0.019859, 0.017349, 0.019502
#*# 0.015719, 0.012826, 0.010308, 0.010117, 0.013250, 0.014951, 0.017102, 0.018436, 0.026588, 0.036084, 0.038995, 0.035906, 0.031250, 0.026125, 0.023472, 0.018967, 0.014124, 0.015486, 0.023465, 0.027787, 0.033212, 0.036003, 0.037472, 0.035683, 0.032574, 0.024984, 0.022257, 0.022724, 0.023823, 0.025132
#*# 0.016866, 0.009729, 0.010979, 0.011229, 0.014038, 0.016423, 0.019617, 0.023213, 0.029450, 0.035874, 0.039605, 0.036874, 0.030311, 0.022700, 0.017147, 0.014411, 0.012535, 0.012542, 0.018408, 0.025976, 0.032613, 0.036061, 0.035264, 0.031894, 0.029783, 0.029089, 0.028163, 0.026395, 0.025015, 0.027289
#*# 0.012609, 0.008541, 0.007806, 0.012597, 0.014211, 0.017345, 0.018858, 0.024225, 0.030621, 0.037769, 0.038850, 0.032888, 0.026245, 0.020888, 0.017683, 0.011376, 0.009298, 0.012351, 0.017287, 0.029050, 0.029741, 0.036033, 0.033747, 0.034329, 0.031207, 0.028123, 0.030476, 0.028088, 0.028174, 0.028949
#*# 0.021682, 0.012732, 0.012556, 0.016817, 0.019676, 0.020633, 0.021939, 0.025836, 0.031242, 0.036050, 0.035504, 0.033502, 0.028532, 0.023439, 0.017784, 0.014120, 0.013421, 0.016330, 0.022147, 0.029502, 0.036023, 0.040662, 0.041127, 0.038731, 0.038498, 0.040352, 0.038063, 0.032259, 0.029155, 0.032216
#*# 0.023056, 0.018897, 0.011041, 0.013966, 0.018827, 0.019780, 0.021572, 0.024821, 0.029682, 0.033989, 0.033863, 0.030458, 0.025005, 0.020618, 0.018807, 0.015721, 0.012169, 0.015815, 0.023483, 0.032896, 0.036623, 0.040160, 0.041768, 0.043567, 0.042779, 0.038988, 0.038458, 0.033906, 0.031527, 0.032918
#*# 0.022145, 0.015693, 0.011434, 0.012730, 0.015332, 0.016102, 0.017978, 0.021223, 0.025083, 0.029763, 0.032535, 0.029820, 0.025186, 0.020375, 0.017201, 0.014176, 0.011984, 0.012574, 0.017072, 0.027337, 0.034672, 0.038037, 0.039740, 0.040072, 0.039772, 0.038150, 0.034318, 0.029610, 0.027416, 0.030374
#*# 0.021035, 0.012866, 0.011702, 0.012546, 0.014142, 0.014026, 0.013919, 0.015929, 0.021321, 0.027460, 0.030108, 0.029380, 0.025438, 0.020310, 0.016749, 0.013677, 0.012600, 0.014131, 0.016787, 0.022731, 0.030626, 0.036147, 0.040219, 0.039357, 0.039077, 0.037237, 0.032317, 0.026447, 0.022753, 0.027287
#*# 0.023972, 0.017301, 0.014456, 0.014856, 0.015430, 0.016024, 0.016656, 0.018726, 0.021938, 0.029606, 0.031887, 0.031173, 0.028496, 0.023440, 0.020377, 0.017828, 0.015695, 0.017257, 0.020794, 0.026515, 0.034629, 0.040577, 0.043413, 0.043149, 0.041297, 0.040441, 0.036294, 0.030795, 0.028405, 0.030948
#*# 0.031252, 0.025018, 0.021985, 0.022596, 0.022005, 0.021865, 0.022026, 0.023456, 0.027342, 0.033132, 0.035929, 0.036102, 0.032710, 0.028982, 0.025192, 0.023379, 0.021785, 0.022820, 0.026700, 0.033597, 0.038988, 0.046192, 0.048245, 0.047042, 0.044996, 0.042062, 0.039074, 0.034402, 0.034445, 0.035938
#*# 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