# 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=, 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=, EXP2_9=, 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 = 2000 #*# scanner_touch_speed = 3 #*# scanner_touch_z_offset = 0.105 #*# #*# [scanner model default] #*# model_coef = 1.5025009029351524, #*# 1.8298168201911713, #*# 0.7554386406905754, #*# 0.36835095649211375, #*# 0.3769636432422575, #*# 0.3292052653006699, #*# -0.21520595783804938, #*# -0.27220252464391836, #*# 0.2318839317151642, #*# 0.1978459178396475 #*# model_domain = 3.240851350266797e-07,3.342539243710045e-07 #*# model_range = 0.200000,5.100000 #*# model_temp = 82.831849 #*# model_offset = 0.00000 #*# model_mode = touch #*# model_fw_version = CARTOGRAPHER 5.0.0 #*# #*# [bed_mesh default] #*# version = 1 #*# points = #*# -0.003342, -0.003312, 0.003130, 0.011464, 0.006123, 0.002524, -0.001200, 0.009638, 0.006741, 0.013642, 0.015590, 0.021882, 0.028065, 0.027263, 0.025047, 0.021901, 0.021952, 0.028265, 0.032894, 0.040907, 0.052345, 0.059556, 0.062535, 0.059144, 0.054975, 0.047881, 0.039072, 0.030674, 0.028104, 0.033521 #*# 0.000939, -0.009564, 0.001236, 0.002426, 0.003722, 0.005170, 0.004756, 0.014543, 0.008340, 0.012497, 0.007276, 0.021416, 0.024423, 0.024196, 0.020594, 0.020533, 0.019817, 0.025018, 0.032841, 0.041559, 0.044095, 0.063365, 0.065324, 0.058011, 0.048265, 0.040607, 0.041631, 0.032288, 0.024537, 0.025468 #*# 0.003264, -0.007443, 0.003855, 0.007050, 0.015722, 0.002621, 0.011399, 0.012505, 0.017706, 0.015639, 0.015712, 0.021531, 0.025258, 0.025545, 0.020774, 0.015731, 0.017742, 0.022436, 0.030295, 0.039034, 0.049125, 0.056957, 0.059488, 0.057183, 0.051960, 0.044498, 0.036445, 0.028654, 0.024108, 0.028180 #*# 0.011530, -0.005310, -0.001325, 0.001157, 0.019801, 0.020079, 0.009013, 0.009394, 0.016587, 0.026020, 0.028097, 0.019770, 0.019786, 0.023935, 0.026044, 0.018661, 0.013481, 0.022942, 0.030441, 0.042894, 0.044354, 0.050924, 0.060678, 0.059126, 0.057667, 0.046991, 0.036374, 0.030210, 0.025834, 0.031888 #*# 0.003821, 0.013709, 0.007743, 0.003116, 0.013383, 0.021484, 0.022184, 0.013102, 0.015062, 0.020884, 0.027828, 0.027098, 0.023946, 0.023338, 0.021909, 0.021906, 0.018882, 0.023801, 0.029507, 0.036997, 0.048643, 0.056961, 0.061123, 0.059121, 0.055022, 0.048110, 0.038777, 0.029807, 0.025586, 0.029771 #*# -0.000394, 0.002244, 0.011481, 0.000861, 0.002512, 0.004737, 0.017708, 0.021446, 0.017604, 0.011934, 0.015701, 0.028082, 0.028261, 0.023608, 0.019243, 0.020866, 0.024126, 0.022360, 0.023974, 0.030275, 0.051959, 0.059233, 0.058581, 0.053054, 0.050607, 0.046754, 0.042614, 0.028741, 0.021912, 0.028929 #*# -0.011426, -0.007447, 0.011397, 0.013716, 0.007396, 0.001985, 0.005209, 0.017839, 0.014589, 0.016716, 0.015900, 0.024986, 0.024392, 0.023972, 0.020857, 0.019489, 0.019806, 0.021380, 0.026082, 0.033347, 0.044433, 0.051109, 0.055081, 0.054980, 0.050624, 0.043035, 0.036087, 0.027145, 0.023485, 0.029152 #*# -0.000991, 0.001228, 0.005217, 0.007139, 0.005749, 0.009068, 0.013469, 0.015446, 0.016121, 0.022161, 0.019949, 0.023420, 0.024403, 0.028200, 0.028200, 0.019299, 0.016632, 0.020792, 0.031251, 0.035650, 0.035390, 0.044740, 0.053693, 0.057062, 0.048901, 0.040568, 0.036369, 0.032244, 0.028458, 0.025987 #*# -0.002667, 0.006160, 0.001121, -0.003310, 0.003968, 0.006682, 0.013617, 0.006792, 0.008270, 0.014592, 0.019939, 0.020843, 0.019177, 0.020363, 0.018863, 0.017822, 0.014180, 0.015460, 0.020853, 0.029173, 0.038904, 0.046218, 0.048772, 0.046890, 0.042923, 0.039043, 0.033223, 0.026041, 0.022957, 0.028040 #*# -0.013590, -0.006946, -0.000542, 0.001990, -0.005715, -0.000043, 0.005306, 0.007305, 0.002787, 0.004887, 0.010968, 0.017706, 0.017765, 0.008887, 0.009456, 0.006203, 0.007335, 0.005037, 0.015377, 0.022726, 0.033552, 0.044639, 0.042604, 0.040893, 0.037304, 0.032840, 0.023618, 0.020056, 0.015745, 0.021887 #*# -0.022270, -0.014259, -0.010516, -0.003244, -0.007507, -0.010629, -0.006360, -0.004587, -0.001190, -0.002198, 0.004199, 0.007154, 0.007286, 0.003553, 0.000661, -0.003175, -0.005394, -0.001455, 0.007413, 0.016611, 0.025014, 0.032130, 0.034216, 0.033094, 0.028927, 0.025123, 0.017939, 0.011574, 0.008393, 0.014733 #*# -0.013774, -0.011567, -0.019118, -0.015832, -0.010642, -0.005431, -0.009000, -0.012334, -0.007323, 0.001081, 0.005228, 0.000790, -0.000949, -0.000362, -0.001074, -0.007490, -0.012773, -0.003989, 0.007290, 0.017693, 0.019265, 0.023939, 0.028939, 0.029628, 0.030416, 0.022172, 0.011603, 0.008588, 0.007384, 0.014220 #*# -0.029699, -0.020199, -0.017018, -0.014962, -0.013833, -0.009531, -0.010957, -0.011163, -0.009567, -0.001680, 0.000555, 0.003082, 0.000987, -0.003153, -0.005518, -0.009489, -0.009575, -0.005287, 0.003452, 0.010187, 0.015790, 0.023624, 0.027411, 0.026105, 0.024998, 0.020953, 0.015485, 0.006052, 0.004155, 0.008265 #*# -0.033486, -0.025892, -0.019725, -0.018525, -0.018379, -0.013783, -0.010624, -0.009446, -0.013838, -0.007652, 0.000787, 0.004111, 0.000930, -0.005832, -0.010646, -0.009635, -0.004317, -0.003805, 0.001980, 0.010174, 0.018216, 0.022131, 0.019710, 0.019802, 0.020888, 0.021906, 0.010328, 0.003173, 0.001980, 0.007464 #*# -0.031076, -0.032939, -0.018617, -0.014932, -0.014377, -0.014860, -0.010092, -0.006931, -0.005501, -0.001027, 0.002108, 0.005290, 0.003062, -0.004380, -0.009597, -0.007574, -0.002129, 0.004935, 0.009376, 0.009413, 0.013627, 0.019791, 0.022419, 0.024017, 0.021912, 0.019785, 0.013142, 0.007276, 0.001591, 0.004670 #*# -0.020786, -0.017771, -0.024393, -0.014205, -0.009701, -0.003182, -0.004440, -0.002113, 0.001048, 0.009404, 0.013552, 0.007252, 0.005209, 0.001788, 0.000929, 0.000132, 0.005166, 0.012626, 0.015755, 0.017646, 0.017795, 0.023190, 0.025072, 0.028209, 0.025818, 0.021782, 0.018527, 0.011435, 0.010402, 0.008937 #*# -0.022353, -0.019628, -0.020245, -0.013818, -0.003107, 0.001240, 0.003046, 0.002933, 0.006081, 0.009957, 0.014668, 0.013676, 0.009359, 0.005352, 0.003182, 0.005067, 0.009430, 0.013483, 0.013588, 0.017810, 0.023739, 0.028448, 0.028186, 0.028198, 0.028160, 0.028235, 0.021971, 0.015589, 0.011374, 0.013141 #*# -0.016922, -0.014851, -0.013897, -0.007718, -0.002230, 0.002410, 0.006192, 0.006754, 0.009326, 0.015469, 0.018810, 0.016751, 0.013088, 0.008347, 0.006218, 0.004202, 0.006104, 0.008678, 0.011974, 0.019736, 0.027063, 0.029891, 0.035511, 0.035206, 0.033672, 0.032003, 0.027124, 0.021198, 0.015940, 0.018419 #*# -0.009447, -0.010911, -0.008996, -0.004895, 0.000802, 0.003098, 0.004871, 0.006197, 0.009394, 0.014790, 0.017774, 0.017670, 0.013571, 0.009785, 0.007330, 0.004517, 0.003328, 0.004377, 0.010545, 0.017638, 0.030627, 0.037619, 0.040663, 0.039179, 0.031389, 0.031692, 0.027268, 0.020897, 0.015524, 0.019557 #*# -0.005348, -0.007566, -0.002908, 0.002559, 0.003049, 0.004648, 0.006834, 0.009320, 0.011361, 0.016019, 0.019801, 0.020873, 0.018369, 0.016381, 0.011897, 0.009269, 0.009287, 0.009016, 0.015193, 0.023503, 0.034273, 0.042674, 0.046786, 0.042558, 0.036441, 0.031197, 0.028153, 0.022955, 0.019830, 0.020862 #*# 0.006054, 0.003100, 0.003983, 0.007791, 0.009750, 0.010362, 0.011160, 0.010967, 0.014130, 0.019529, 0.021900, 0.022720, 0.021904, 0.021296, 0.018314, 0.015566, 0.012293, 0.013431, 0.020764, 0.029460, 0.040357, 0.046405, 0.049629, 0.044710, 0.038812, 0.035670, 0.030053, 0.027116, 0.024044, 0.025695 #*# 0.009197, 0.007196, 0.012026, 0.010666, 0.011474, 0.012234, 0.010601, 0.015731, 0.017662, 0.021415, 0.024041, 0.026037, 0.025527, 0.020853, 0.020868, 0.016626, 0.014691, 0.015363, 0.019774, 0.032202, 0.041501, 0.050861, 0.050840, 0.046308, 0.041512, 0.037484, 0.034090, 0.028175, 0.027287, 0.029202 #*# 0.007284, 0.004661, 0.005541, 0.011740, 0.013326, 0.011755, 0.011414, 0.011738, 0.015622, 0.020887, 0.024913, 0.025804, 0.023806, 0.020886, 0.017703, 0.013557, 0.010422, 0.012509, 0.021396, 0.031141, 0.039483, 0.045769, 0.046870, 0.041377, 0.035220, 0.036493, 0.033816, 0.032312, 0.029727, 0.028115 #*# 0.007282, 0.009329, 0.008911, 0.010570, 0.013528, 0.013021, 0.011637, 0.013318, 0.015896, 0.021809, 0.024049, 0.024143, 0.021526, 0.017911, 0.012657, 0.009498, 0.010324, 0.013626, 0.020761, 0.030386, 0.039491, 0.044773, 0.044632, 0.041146, 0.038551, 0.040584, 0.040484, 0.035394, 0.032335, 0.032764 #*# 0.012763, 0.009364, 0.007542, 0.009416, 0.013669, 0.013550, 0.013552, 0.014562, 0.017945, 0.022000, 0.023993, 0.022400, 0.019542, 0.014741, 0.011523, 0.009403, 0.011227, 0.016839, 0.024006, 0.033379, 0.041580, 0.045916, 0.046019, 0.044667, 0.045000, 0.047752, 0.043781, 0.040817, 0.036535, 0.036499 #*# 0.013482, 0.009820, 0.011327, 0.011360, 0.012937, 0.011784, 0.011466, 0.013421, 0.017306, 0.021709, 0.024006, 0.021923, 0.018813, 0.014882, 0.012469, 0.010969, 0.011261, 0.015737, 0.024740, 0.034369, 0.042444, 0.045358, 0.046614, 0.045030, 0.046589, 0.048769, 0.047795, 0.042117, 0.036503, 0.036743 #*# 0.013513, 0.009506, 0.009399, 0.009250, 0.009540, 0.009138, 0.007536, 0.009415, 0.013351, 0.017690, 0.020642, 0.019802, 0.017544, 0.012358, 0.008673, 0.008152, 0.009157, 0.014414, 0.021843, 0.030593, 0.035591, 0.041074, 0.042766, 0.044490, 0.043809, 0.043658, 0.040605, 0.034009, 0.030299, 0.032308 #*# 0.013683, 0.011430, 0.010337, 0.009859, 0.011174, 0.008317, 0.008129, 0.009435, 0.012478, 0.017639, 0.020324, 0.019854, 0.016415, 0.013554, 0.011356, 0.007510, 0.009115, 0.012551, 0.017951, 0.026288, 0.034921, 0.039562, 0.041089, 0.040828, 0.040674, 0.042776, 0.038579, 0.032227, 0.027481, 0.030086 #*# 0.015705, 0.013401, 0.011490, 0.011440, 0.011464, 0.009128, 0.009970, 0.010996, 0.013535, 0.017743, 0.021621, 0.021790, 0.019244, 0.014596, 0.009651, 0.008892, 0.009285, 0.011636, 0.017582, 0.025054, 0.030425, 0.038525, 0.041573, 0.040570, 0.041112, 0.042659, 0.037519, 0.031206, 0.027125, 0.030295 #*# 0.020232, 0.015564, 0.013625, 0.014649, 0.014526, 0.015497, 0.015625, 0.015666, 0.017709, 0.020262, 0.024045, 0.023987, 0.021875, 0.018702, 0.015623, 0.013765, 0.013627, 0.015641, 0.018869, 0.027149, 0.035842, 0.041647, 0.043753, 0.042657, 0.045590, 0.045897, 0.041646, 0.034413, 0.031528, 0.035452 #*# 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