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.005
#*#
#*# [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.026821, 0.030185, 0.030650, 0.029467, 0.029082, 0.028525, 0.026204, 0.022988, 0.026472, 0.034587, 0.040662, 0.043123, 0.046333, 0.044489, 0.038984, 0.035368, 0.035694, 0.038208, 0.043881, 0.054322, 0.062706, 0.066640, 0.065207, 0.062245, 0.057579, 0.051535, 0.044575, 0.037768, 0.033495, 0.039104
#*# 0.026885, 0.026014, 0.025117, 0.026847, 0.028472, 0.030281, 0.018060, 0.022062, 0.024479, 0.031009, 0.034563, 0.037627, 0.039278, 0.037481, 0.033045, 0.030281, 0.030195, 0.027956, 0.039589, 0.053488, 0.060342, 0.064894, 0.064418, 0.059789, 0.057735, 0.048643, 0.037875, 0.035836, 0.031995, 0.038888
#*# 0.031275, 0.023515, 0.024467, 0.027615, 0.030131, 0.028553, 0.022064, 0.022166, 0.023887, 0.028974, 0.032218, 0.034469, 0.036056, 0.034499, 0.029769, 0.026413, 0.025243, 0.027958, 0.036095, 0.047985, 0.058384, 0.063760, 0.062259, 0.059485, 0.055377, 0.049180, 0.042406, 0.036849, 0.031983, 0.039101
#*# 0.027453, 0.026655, 0.025230, 0.029837, 0.027865, 0.028060, 0.022861, 0.025165, 0.028435, 0.029764, 0.029528, 0.029874, 0.037654, 0.036785, 0.025098, 0.022264, 0.021289, 0.031585, 0.034568, 0.041890, 0.051504, 0.060785, 0.064405, 0.059373, 0.052290, 0.046869, 0.046824, 0.037039, 0.029936, 0.040969
#*# 0.025636, 0.025952, 0.028421, 0.026875, 0.026867, 0.026347, 0.025038, 0.023044, 0.025996, 0.029121, 0.032570, 0.032684, 0.033571, 0.033461, 0.028796, 0.025255, 0.025650, 0.026216, 0.032273, 0.042909, 0.053817, 0.059101, 0.059115, 0.057570, 0.055975, 0.050725, 0.043899, 0.038466, 0.034764, 0.041804
#*# 0.020751, 0.021340, 0.021428, 0.022929, 0.020558, 0.019663, 0.018244, 0.018252, 0.021698, 0.026412, 0.028663, 0.029125, 0.027965, 0.029486, 0.026684, 0.028375, 0.019067, 0.023657, 0.029779, 0.042355, 0.046021, 0.051515, 0.056383, 0.057456, 0.054458, 0.045256, 0.038009, 0.036888, 0.031458, 0.036758
#*# 0.017784, 0.016236, 0.015847, 0.018378, 0.014903, 0.014572, 0.014929, 0.015757, 0.018346, 0.023268, 0.026781, 0.026891, 0.026414, 0.027429, 0.024174, 0.021355, 0.019789, 0.020002, 0.025603, 0.035373, 0.045466, 0.050691, 0.052397, 0.051926, 0.050046, 0.045197, 0.039111, 0.033016, 0.029136, 0.034082
#*# 0.017417, 0.013489, 0.012476, 0.008950, 0.009771, 0.014360, 0.012816, 0.013550, 0.015809, 0.022948, 0.026717, 0.025315, 0.025146, 0.024344, 0.025233, 0.019557, 0.017392, 0.017537, 0.023724, 0.031413, 0.043453, 0.048509, 0.050727, 0.046965, 0.045226, 0.044965, 0.041568, 0.033305, 0.024968, 0.032205
#*# 0.013912, 0.011200, 0.008682, 0.005784, 0.006349, 0.008115, 0.009546, 0.010415, 0.015730, 0.020359, 0.022652, 0.020669, 0.020462, 0.019036, 0.016714, 0.014353, 0.012798, 0.014285, 0.019872, 0.029964, 0.040757, 0.045406, 0.046844, 0.046833, 0.046840, 0.042354, 0.036028, 0.029309, 0.025291, 0.031793
#*# 0.010120, 0.004642, 0.001748, 0.004183, 0.004853, 0.004852, -0.000660, 0.002495, 0.005643, 0.012811, 0.013927, 0.011157, 0.011036, 0.011780, 0.011142, 0.002690, 0.001778, 0.006213, 0.015938, 0.023969, 0.030250, 0.036998, 0.037718, 0.039594, 0.036773, 0.029949, 0.027644, 0.024441, 0.018121, 0.019674
#*# 0.003787, -0.002832, -0.000508, 0.001787, -0.001148, -0.004478, -0.006229, -0.005123, -0.001410, 0.002896, 0.004935, 0.004682, 0.003387, 0.002800, -0.001382, -0.003056, -0.003271, -0.002805, 0.004643, 0.015881, 0.025329, 0.029141, 0.030037, 0.029168, 0.028375, 0.025232, 0.020499, 0.014317, 0.011151, 0.016857
#*# 0.000157, -0.003595, -0.001392, -0.002916, -0.002868, -0.006490, -0.010843, -0.009049, -0.005789, 0.001836, 0.000089, 0.001165, -0.000521, 0.001723, -0.002319, -0.005680, -0.005384, -0.004572, 0.004873, 0.012746, 0.022698, 0.027532, 0.030336, 0.027195, 0.022861, 0.023122, 0.017311, 0.015116, 0.010432, 0.014312
#*# -0.005014, -0.005444, -0.007335, -0.006935, -0.004447, -0.008302, -0.010002, -0.010925, -0.008126, -0.002924, -0.001762, -0.003104, -0.003432, -0.004534, -0.006031, -0.006800, -0.007779, -0.007680, -0.003057, 0.009040, 0.018746, 0.022185, 0.023324, 0.022071, 0.020421, 0.018079, 0.014238, 0.009005, 0.006544, 0.014653
#*# -0.006145, -0.009505, -0.010917, -0.009216, -0.006027, -0.009251, -0.010431, -0.010809, -0.006871, -0.004261, -0.005130, -0.005281, -0.006695, -0.004584, -0.006763, -0.007016, -0.008557, -0.005819, -0.002991, 0.003170, 0.015850, 0.021534, 0.020620, 0.018998, 0.017917, 0.016079, 0.012840, 0.005165, 0.001884, 0.017122
#*# -0.006490, -0.010837, -0.009238, -0.009038, -0.010848, -0.009264, -0.009239, -0.011244, -0.009243, -0.004418, -0.002850, -0.005849, -0.006220, -0.006043, -0.005815, -0.007660, -0.008545, -0.007828, -0.003070, 0.004173, 0.014336, 0.019239, 0.019082, 0.016681, 0.016258, 0.015922, 0.012786, 0.007897, 0.004952, 0.011168
#*# -0.006615, -0.010869, -0.010093, -0.009175, -0.006029, -0.005745, -0.005909, -0.006152, -0.003019, 0.001728, 0.004083, 0.001629, -0.000607, -0.001236, -0.000048, 0.000000, -0.002591, -0.003081, 0.001779, 0.008223, 0.016962, 0.023087, 0.023523, 0.020444, 0.022501, 0.021222, 0.019128, 0.011158, 0.008933, 0.014349
#*# -0.006040, -0.009814, -0.010068, -0.009238, -0.004208, -0.003762, -0.003715, -0.002293, 0.001682, 0.006822, 0.008771, 0.007972, 0.006125, 0.004219, 0.004908, 0.004930, 0.002906, 0.002550, 0.004881, 0.011429, 0.020428, 0.026099, 0.026752, 0.025989, 0.027200, 0.025632, 0.022215, 0.016855, 0.013591, 0.019712
#*# -0.001472, -0.003596, -0.006052, -0.003116, -0.001352, 0.000430, 0.001219, 0.001690, 0.006215, 0.011264, 0.014333, 0.011466, 0.009928, 0.010985, 0.008871, 0.007459, 0.005815, 0.006778, 0.010781, 0.017362, 0.025257, 0.030055, 0.031391, 0.030062, 0.028261, 0.027528, 0.025957, 0.021877, 0.017561, 0.021249
#*# 0.003958, 0.000065, -0.002771, -0.002994, 0.001730, 0.003295, 0.003247, 0.005100, 0.010026, 0.014886, 0.018816, 0.018692, 0.015821, 0.012751, 0.012657, 0.011860, 0.010114, 0.011743, 0.014503, 0.020595, 0.028391, 0.033682, 0.034597, 0.032181, 0.029980, 0.028633, 0.026019, 0.021113, 0.017679, 0.021096
#*# 0.010368, 0.005920, 0.001800, 0.003448, 0.006127, 0.006190, 0.007173, 0.010143, 0.014905, 0.022437, 0.025332, 0.026222, 0.022879, 0.020470, 0.017503, 0.017522, 0.016717, 0.017452, 0.018975, 0.026632, 0.032420, 0.036470, 0.037669, 0.036067, 0.031494, 0.028556, 0.026585, 0.022213, 0.018550, 0.019766
#*# 0.009014, 0.005949, 0.004532, 0.005201, 0.008146, 0.009671, 0.011747, 0.014334, 0.020652, 0.029769, 0.033842, 0.031708, 0.029649, 0.024781, 0.021755, 0.020352, 0.018977, 0.017764, 0.021708, 0.028547, 0.036047, 0.038551, 0.039204, 0.036880, 0.032491, 0.029171, 0.026215, 0.023618, 0.021259, 0.025637
#*# 0.008249, 0.011238, 0.010567, 0.009737, 0.012747, 0.015680, 0.018248, 0.023732, 0.030733, 0.036702, 0.040708, 0.039196, 0.034490, 0.026710, 0.022400, 0.023283, 0.022073, 0.022053, 0.020491, 0.030532, 0.037633, 0.042916, 0.041698, 0.035958, 0.033016, 0.032249, 0.031535, 0.025185, 0.025142, 0.028744
#*# 0.012005, 0.009927, 0.010658, 0.012309, 0.014314, 0.017210, 0.021055, 0.025233, 0.032224, 0.039606, 0.042318, 0.039579, 0.032434, 0.026828, 0.020683, 0.017456, 0.016083, 0.019119, 0.022921, 0.028362, 0.037046, 0.041035, 0.040769, 0.036644, 0.033711, 0.033953, 0.033693, 0.032946, 0.028335, 0.031415
#*# 0.012807, 0.011280, 0.011936, 0.014268, 0.017298, 0.019809, 0.023172, 0.026881, 0.033779, 0.040687, 0.042315, 0.038668, 0.032148, 0.026025, 0.020494, 0.017224, 0.016076, 0.017555, 0.024255, 0.032117, 0.039199, 0.042549, 0.040747, 0.039978, 0.038282, 0.038370, 0.037941, 0.034666, 0.032437, 0.036515
#*# 0.019030, 0.015882, 0.015973, 0.020305, 0.022049, 0.025215, 0.028274, 0.029991, 0.036069, 0.040676, 0.042209, 0.039186, 0.033683, 0.028217, 0.023257, 0.020652, 0.020351, 0.022349, 0.029796, 0.037614, 0.044011, 0.048075, 0.048003, 0.045373, 0.045086, 0.047619, 0.046665, 0.041960, 0.037675, 0.041374
#*# 0.029105, 0.020870, 0.017094, 0.020766, 0.025221, 0.026975, 0.029208, 0.032670, 0.037675, 0.041891, 0.042416, 0.040669, 0.034961, 0.031341, 0.027173, 0.023907, 0.021899, 0.023718, 0.034546, 0.041580, 0.046805, 0.052194, 0.049936, 0.052394, 0.051521, 0.051562, 0.048494, 0.043901, 0.041166, 0.043443
#*# 0.027675, 0.019285, 0.018603, 0.021195, 0.023346, 0.024436, 0.026705, 0.029391, 0.034690, 0.039035, 0.040761, 0.039313, 0.035423, 0.029851, 0.026825, 0.023698, 0.022903, 0.024009, 0.029146, 0.036310, 0.045016, 0.049180, 0.051881, 0.051241, 0.050058, 0.048456, 0.044556, 0.040583, 0.038111, 0.041236
#*# 0.028652, 0.019075, 0.021283, 0.023687, 0.023831, 0.022823, 0.023646, 0.026845, 0.032152, 0.037658, 0.039199, 0.037643, 0.037411, 0.032924, 0.027627, 0.022070, 0.022000, 0.026905, 0.027906, 0.034811, 0.040583, 0.048033, 0.053858, 0.050672, 0.050320, 0.049427, 0.043669, 0.038380, 0.034552, 0.039148
#*# 0.031481, 0.026117, 0.024222, 0.023731, 0.026532, 0.025330, 0.026844, 0.030561, 0.034621, 0.040526, 0.045091, 0.044231, 0.040591, 0.036052, 0.033013, 0.030258, 0.029038, 0.029683, 0.033906, 0.039788, 0.046822, 0.053793, 0.057662, 0.056851, 0.056060, 0.054587, 0.049916, 0.044362, 0.042612, 0.045438
#*# 0.040802, 0.035171, 0.033333, 0.034030, 0.034994, 0.033790, 0.034104, 0.036128, 0.039929, 0.045390, 0.048450, 0.048804, 0.045274, 0.041951, 0.039003, 0.036806, 0.036070, 0.035848, 0.039061, 0.046908, 0.055396, 0.059237, 0.060582, 0.059976, 0.059131, 0.057595, 0.052395, 0.047763, 0.048354, 0.052957
#*# 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