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.180
#*#
#*# [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.003948, 0.007173, 0.007008, 0.003540, 0.010178, 0.008681, 0.005508, 0.003132, 0.005464, 0.013461, 0.019700, 0.021148, 0.023615, 0.022540, 0.020282, 0.016326, 0.014782, 0.017973, 0.024249, 0.032225, 0.043044, 0.050525, 0.050860, 0.048989, 0.043714, 0.037136, 0.027865, 0.019195, 0.015294, 0.021297
#*# 0.008409, 0.007676, 0.006805, 0.007626, 0.013361, 0.007530, 0.000759, 0.004054, 0.006251, 0.015086, 0.014817, 0.018099, 0.020481, 0.019536, 0.015810, 0.005453, 0.009504, 0.013436, 0.026799, 0.030026, 0.041719, 0.049339, 0.049378, 0.046674, 0.041463, 0.034524, 0.025703, 0.016546, 0.013367, 0.015277
#*# 0.010416, 0.010321, 0.014962, 0.010808, 0.006846, 0.010154, 0.009087, 0.011789, 0.008979, 0.008576, 0.015200, 0.019638, 0.018775, 0.017247, 0.015352, 0.011044, 0.009378, 0.011763, 0.020431, 0.029296, 0.042088, 0.050571, 0.049303, 0.046857, 0.041496, 0.035204, 0.027103, 0.018203, 0.013406, 0.019304
#*# 0.014058, 0.016559, 0.012998, 0.008717, 0.012748, 0.013081, 0.017272, 0.008193, 0.006888, 0.014109, 0.022775, 0.024345, 0.014946, 0.014753, 0.011715, 0.016942, 0.015192, 0.013303, 0.013278, 0.034517, 0.044996, 0.047786, 0.044660, 0.043084, 0.048412, 0.041002, 0.028604, 0.016533, 0.010949, 0.023071
#*# 0.013724, 0.008590, 0.013434, 0.017998, 0.014546, 0.015666, 0.012515, 0.014925, 0.016926, 0.018364, 0.020829, 0.018131, 0.022130, 0.019581, 0.017743, 0.013361, 0.012598, 0.014957, 0.020257, 0.030479, 0.040697, 0.047267, 0.049406, 0.047230, 0.044477, 0.038895, 0.030678, 0.019668, 0.015853, 0.021281
#*# 0.009555, 0.014874, 0.013745, 0.010583, 0.008174, 0.011485, 0.013847, 0.012879, 0.014855, 0.013233, 0.022738, 0.023520, 0.018476, 0.014850, 0.011724, 0.014966, 0.013386, 0.012464, 0.013162, 0.026705, 0.040161, 0.044194, 0.041515, 0.039956, 0.045283, 0.040331, 0.028842, 0.015920, 0.012994, 0.019705
#*# 0.009517, 0.009809, 0.012988, 0.008720, 0.009448, 0.008700, 0.010317, 0.012115, 0.011036, 0.016880, 0.019606, 0.022820, 0.016512, 0.016888, 0.015302, 0.011923, 0.008606, 0.011000, 0.017558, 0.024755, 0.036331, 0.042156, 0.042251, 0.041778, 0.037883, 0.036105, 0.028337, 0.020304, 0.017487, 0.021256
#*# 0.013834, 0.014160, 0.013409, 0.007094, 0.007139, 0.010916, 0.016466, 0.016970, 0.014110, 0.020433, 0.027358, 0.025910, 0.016540, 0.014902, 0.016851, 0.016465, 0.013685, 0.005429, 0.011663, 0.025262, 0.039108, 0.035227, 0.041247, 0.036445, 0.043934, 0.040348, 0.030358, 0.016634, 0.014857, 0.029726
#*# 0.005555, 0.010449, 0.014959, 0.011875, 0.002304, 0.006964, 0.010096, 0.015258, 0.018728, 0.014716, 0.019824, 0.019539, 0.020547, 0.013341, 0.010111, 0.008668, 0.008757, 0.008573, 0.012188, 0.021268, 0.033015, 0.040192, 0.040746, 0.036794, 0.038282, 0.036809, 0.031281, 0.018172, 0.015583, 0.022983
#*# 0.006987, 0.007345, 0.003849, 0.000726, 0.002670, 0.003738, 0.007001, 0.001530, 0.004586, 0.011653, 0.017136, 0.016852, 0.006988, 0.005487, 0.002483, 0.005726, 0.003786, 0.000644, 0.002324, 0.018241, 0.032160, 0.031591, 0.027678, 0.027494, 0.035223, 0.032077, 0.021459, 0.010301, 0.007098, 0.022800
#*# -0.004133, 0.003052, -0.003550, -0.003822, -0.007137, -0.003205, -0.003853, -0.003975, -0.001452, 0.001128, 0.008335, 0.006844, 0.005306, 0.003389, -0.000875, -0.002452, -0.006328, -0.005186, 0.002561, 0.011775, 0.018665, 0.023656, 0.024682, 0.022846, 0.021539, 0.019075, 0.013375, 0.006979, 0.004325, 0.009372
#*# -0.003480, -0.004016, -0.005023, -0.008059, -0.006465, -0.004002, -0.004088, -0.008771, -0.004922, 0.006335, 0.010217, 0.006089, 0.003463, -0.002469, 0.003523, -0.000673, -0.007582, -0.009019, 0.000207, 0.014187, 0.017558, 0.021937, 0.018046, 0.021740, 0.024397, 0.016344, 0.005884, 0.000644, 0.009149, 0.009387
#*# -0.005961, -0.008740, -0.010451, -0.010021, -0.008588, -0.008302, -0.008845, -0.007659, -0.002772, 0.004338, 0.007689, 0.007776, 0.004758, 0.007327, 0.001518, -0.004015, -0.006653, -0.007060, -0.001691, 0.007445, 0.015504, 0.019283, 0.022006, 0.019632, 0.018043, 0.016444, 0.012222, 0.005848, 0.003083, 0.007013
#*# -0.015213, -0.013566, -0.014790, -0.014577, -0.013620, -0.011631, -0.008557, -0.008188, -0.008946, -0.002394, 0.011414, 0.010310, 0.002136, -0.000569, -0.000478, -0.001484, -0.008014, -0.012079, -0.008127, 0.007150, 0.016437, 0.013330, 0.012562, 0.015116, 0.018517, 0.012577, 0.005540, -0.000902, 0.005549, 0.009607
#*# -0.015469, -0.018499, -0.011964, -0.008737, -0.009593, -0.011989, -0.010496, -0.003267, 0.001507, 0.005789, 0.008657, 0.011868, 0.008618, 0.003659, -0.001078, -0.004270, -0.005657, -0.004610, -0.000141, 0.003950, 0.014763, 0.018154, 0.019234, 0.016351, 0.016329, 0.015939, 0.014734, 0.007693, 0.002287, 0.005412
#*# -0.013019, -0.013686, -0.010997, -0.007558, -0.001629, -0.003629, -0.002416, 0.000678, 0.005208, 0.014837, 0.012561, 0.014508, 0.010390, 0.009901, 0.007762, -0.003920, -0.003062, -0.000979, 0.007516, 0.010190, 0.014165, 0.022700, 0.023621, 0.027324, 0.016664, 0.022047, 0.017489, 0.015008, 0.006729, 0.003654
#*# -0.011142, -0.005680, -0.008877, -0.008759, -0.001500, 0.001484, 0.003886, 0.004464, 0.007141, 0.012984, 0.018871, 0.017529, 0.012786, 0.009873, 0.007637, 0.004207, 0.002038, 0.001153, 0.005826, 0.014742, 0.023137, 0.027887, 0.028194, 0.027620, 0.025920, 0.025916, 0.021457, 0.014860, 0.012488, 0.015227
#*# -0.004516, -0.003671, -0.008733, -0.003564, 0.000620, 0.003920, 0.004693, 0.003927, 0.009624, 0.014719, 0.021945, 0.016547, 0.013387, 0.013180, 0.013287, 0.008272, 0.000759, 0.002885, 0.008044, 0.020363, 0.026568, 0.028169, 0.033924, 0.033711, 0.035229, 0.026797, 0.028264, 0.021418, 0.021233, 0.020412
#*# -0.003188, -0.003989, -0.002026, 0.000643, 0.001022, 0.000682, 0.002111, 0.005755, 0.009967, 0.013301, 0.018106, 0.020388, 0.018152, 0.013261, 0.009201, 0.005444, 0.003044, 0.003875, 0.010001, 0.019254, 0.028489, 0.034090, 0.036750, 0.035140, 0.032132, 0.032068, 0.028209, 0.022713, 0.019492, 0.021127
#*# 0.000633, 0.005736, 0.000875, 0.000779, 0.002329, 0.003118, 0.005013, 0.006174, 0.010528, 0.016532, 0.021537, 0.022872, 0.020126, 0.016731, 0.010488, 0.010944, 0.008758, 0.010922, 0.017140, 0.025434, 0.036131, 0.039876, 0.041349, 0.039120, 0.035144, 0.033082, 0.029828, 0.024327, 0.021510, 0.022327
#*# 0.010170, 0.005405, 0.005683, 0.005383, 0.005487, 0.004473, 0.005522, 0.006937, 0.010963, 0.016489, 0.021945, 0.022635, 0.020997, 0.017950, 0.015057, 0.013292, 0.012156, 0.013710, 0.021627, 0.029094, 0.038904, 0.042990, 0.044863, 0.042211, 0.037992, 0.035022, 0.032230, 0.028621, 0.024365, 0.025891
#*# 0.008779, 0.009115, 0.003965, 0.005044, 0.005496, 0.007141, 0.005848, 0.009434, 0.011733, 0.018682, 0.025876, 0.025178, 0.020542, 0.015144, 0.015670, 0.012780, 0.011668, 0.015246, 0.021877, 0.034545, 0.040661, 0.046264, 0.043072, 0.042725, 0.041772, 0.036798, 0.033781, 0.027461, 0.026705, 0.028168
#*# 0.010971, 0.002370, 0.003816, 0.005770, 0.004481, 0.003844, 0.003773, 0.006966, 0.009845, 0.016908, 0.022893, 0.023568, 0.019717, 0.015699, 0.013268, 0.009444, 0.008562, 0.011714, 0.021555, 0.030542, 0.039186, 0.042943, 0.043667, 0.040344, 0.036715, 0.036852, 0.036065, 0.032265, 0.028284, 0.027858
#*# 0.006969, 0.002616, -0.001881, 0.002548, 0.006617, 0.005535, 0.005266, 0.008688, 0.013208, 0.019579, 0.024395, 0.022752, 0.019223, 0.014763, 0.011740, 0.008145, 0.006646, 0.013502, 0.022219, 0.033877, 0.039747, 0.046021, 0.044249, 0.041941, 0.042301, 0.040710, 0.039963, 0.035011, 0.029913, 0.030067
#*# 0.010986, 0.005226, 0.004302, 0.007276, 0.008429, 0.009177, 0.009812, 0.011832, 0.016602, 0.020374, 0.024286, 0.024254, 0.019366, 0.013777, 0.011746, 0.011094, 0.011791, 0.017386, 0.027512, 0.036856, 0.044776, 0.049212, 0.048838, 0.046417, 0.046353, 0.048820, 0.047160, 0.040684, 0.035155, 0.034684
#*# 0.008554, 0.003149, 0.000668, 0.004845, 0.007136, 0.005868, 0.006945, 0.010215, 0.014983, 0.019183, 0.021194, 0.019678, 0.018931, 0.015136, 0.010274, 0.007087, 0.008169, 0.016765, 0.025172, 0.035683, 0.040663, 0.049210, 0.049283, 0.046466, 0.044263, 0.044675, 0.046209, 0.038471, 0.032515, 0.030404
#*# 0.009343, 0.004128, 0.002199, 0.004633, 0.004020, 0.002398, 0.002900, 0.005321, 0.009138, 0.013336, 0.016537, 0.016535, 0.014341, 0.010967, 0.007773, 0.005296, 0.007026, 0.011774, 0.018325, 0.029082, 0.036958, 0.039956, 0.042152, 0.042655, 0.041525, 0.041150, 0.036963, 0.030997, 0.026926, 0.027586
#*# 0.011390, 0.003933, 0.002111, 0.000445, -0.000235, -0.001288, -0.002173, 0.000757, 0.004667, 0.009873, 0.012735, 0.014145, 0.011507, 0.007600, 0.004148, 0.000927, 0.004728, 0.008675, 0.015374, 0.023342, 0.028746, 0.035178, 0.038351, 0.040053, 0.038745, 0.035225, 0.030547, 0.028565, 0.024329, 0.020875
#*# 0.009158, 0.004975, 0.002680, 0.000821, 0.001779, 0.000932, 0.000702, 0.003518, 0.005352, 0.010614, 0.015212, 0.015010, 0.012521, 0.009649, 0.006089, 0.004132, 0.005464, 0.007263, 0.013337, 0.022282, 0.029789, 0.035306, 0.037706, 0.038410, 0.038425, 0.038374, 0.034368, 0.027860, 0.023667, 0.024268
#*# 0.011938, 0.007894, 0.003792, 0.000737, 0.000817, 0.002125, 0.001961, 0.003755, 0.006560, 0.010024, 0.014161, 0.015000, 0.011705, 0.008642, 0.006231, 0.005409, 0.005714, 0.008605, 0.013028, 0.020729, 0.028954, 0.035990, 0.038754, 0.039360, 0.037544, 0.038639, 0.033369, 0.026722, 0.022891, 0.025716
#*# 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