# 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 = 750 #*# scanner_touch_speed = 2 #*# scanner_touch_z_offset = 0.000 #*# #*# [scanner model default] #*# model_coef = 1.54547696704748, #*# 1.9826316137382953, #*# 0.7339776131866772, #*# 0.30422507330624265, #*# 0.3176616902930693, #*# 0.2617860932937524, #*# -0.22258329370910082, #*# -0.21919831625292302, #*# 0.17974948476952415, #*# 0.12614743068240433 #*# model_domain = 3.298780241186128e-07,3.347286858645663e-07 #*# model_range = 0.100000,5.000000 #*# model_temp = 41.081679 #*# model_offset = 0.00000 #*# model_mode = touch #*# model_fw_version = CARTOGRAPHER 5.0.0 #*# #*# [bed_mesh default] #*# version = 1 #*# points = #*# 0.015883, 0.015981, 0.011788, 0.010661, 0.009113, 0.006830, 0.003871, 0.000105, 0.003641, 0.009057, 0.011974, 0.015641, 0.016448, 0.015813, 0.011428, 0.009491, 0.010152, 0.013657, 0.020497, 0.027553, 0.034073, 0.043118, 0.039067, 0.036625, 0.034075, 0.029207, 0.023292, 0.017639, 0.015882, 0.020553 #*# 0.016094, 0.015962, 0.011380, 0.009348, 0.007932, 0.006411, 0.002817, 0.003048, 0.005654, 0.007780, 0.010859, 0.011942, 0.014852, 0.011387, 0.006835, 0.006602, 0.006919, 0.009165, 0.017117, 0.027223, 0.039052, 0.044962, 0.039456, 0.038102, 0.033188, 0.029536, 0.022932, 0.020100, 0.015878, 0.024818 #*# 0.022095, 0.018606, 0.018330, 0.015918, 0.013658, 0.010790, 0.009046, 0.006804, 0.006805, 0.009168, 0.010994, 0.011379, 0.013585, 0.011406, 0.006801, 0.002642, 0.002868, 0.006628, 0.016070, 0.025823, 0.036591, 0.042756, 0.039992, 0.038606, 0.034104, 0.029567, 0.025280, 0.021625, 0.019468, 0.025211 #*# 0.024517, 0.025591, 0.022778, 0.020558, 0.019496, 0.016042, 0.014209, 0.011406, 0.010498, 0.012995, 0.015797, 0.016747, 0.015516, 0.011517, 0.010155, 0.006804, 0.002226, 0.007109, 0.013826, 0.024700, 0.038604, 0.042265, 0.042300, 0.038707, 0.038719, 0.033645, 0.029104, 0.024964, 0.022193, 0.031279 #*# 0.027251, 0.025078, 0.025101, 0.022833, 0.019944, 0.015631, 0.016325, 0.012514, 0.014804, 0.016754, 0.017063, 0.015983, 0.015921, 0.013644, 0.011028, 0.007942, 0.006284, 0.006860, 0.011773, 0.021641, 0.035755, 0.041001, 0.041547, 0.043023, 0.038401, 0.033979, 0.030505, 0.027945, 0.025209, 0.032102 #*# 0.026960, 0.029419, 0.025318, 0.020319, 0.019382, 0.016811, 0.014784, 0.011670, 0.013683, 0.015889, 0.016512, 0.020426, 0.016892, 0.015879, 0.011519, 0.011662, 0.007096, 0.007315, 0.010754, 0.022924, 0.034665, 0.040650, 0.040925, 0.040829, 0.039142, 0.036347, 0.031822, 0.028738, 0.025297, 0.034151 #*# 0.023706, 0.025057, 0.023872, 0.025224, 0.018119, 0.013923, 0.013603, 0.011307, 0.012736, 0.013816, 0.015075, 0.015952, 0.015914, 0.013204, 0.013359, 0.011131, 0.006329, 0.006789, 0.011392, 0.020510, 0.031578, 0.038391, 0.039431, 0.038690, 0.036704, 0.033687, 0.029575, 0.025677, 0.023346, 0.028171 #*# 0.027249, 0.026102, 0.022157, 0.020472, 0.014847, 0.013242, 0.011716, 0.009079, 0.009406, 0.014894, 0.016344, 0.016433, 0.014071, 0.014028, 0.012508, 0.009225, 0.005623, 0.004518, 0.010703, 0.020694, 0.031168, 0.036394, 0.038489, 0.040614, 0.038756, 0.037896, 0.031961, 0.025046, 0.024170, 0.030531 #*# 0.029369, 0.025340, 0.022175, 0.017864, 0.011384, 0.014780, 0.013393, 0.007372, 0.010982, 0.015230, 0.018073, 0.018182, 0.015507, 0.015087, 0.011390, 0.007291, 0.003047, 0.004534, 0.011365, 0.020647, 0.032786, 0.037191, 0.039476, 0.040829, 0.037806, 0.037476, 0.031860, 0.027387, 0.022799, 0.026321 #*# 0.027274, 0.024986, 0.018197, 0.015766, 0.012483, 0.010454, 0.006800, 0.003141, 0.006217, 0.007604, 0.011459, 0.012200, 0.008400, 0.006804, 0.005404, 0.002223, -0.001906, -0.000060, 0.006388, 0.015968, 0.026178, 0.034099, 0.034087, 0.034078, 0.034185, 0.031404, 0.025841, 0.020503, 0.017130, 0.024002 #*# 0.024823, 0.020314, 0.016476, 0.011241, 0.009089, 0.006731, 0.004352, 0.002233, -0.000643, 0.002346, 0.006744, 0.006695, 0.003737, 0.002211, -0.002344, -0.006307, -0.006959, -0.006986, -0.002074, 0.011496, 0.021549, 0.027001, 0.027410, 0.026729, 0.024657, 0.024668, 0.020478, 0.015049, 0.012067, 0.018174 #*# 0.020561, 0.016420, 0.015650, 0.011854, 0.007475, 0.004254, 0.001629, -0.002371, -0.002343, -0.000140, 0.003050, 0.002226, 0.000042, -0.002282, -0.002450, -0.005875, -0.007077, -0.006963, -0.001202, 0.008560, 0.019325, 0.025031, 0.027231, 0.025054, 0.023900, 0.022644, 0.018185, 0.015489, 0.014749, 0.019602 #*# 0.019923, 0.015325, 0.010262, 0.009089, 0.006430, 0.003266, -0.002352, -0.004406, -0.003996, -0.000318, 0.001207, -0.000617, -0.002359, -0.002930, -0.004487, -0.005145, -0.006956, -0.006912, -0.001898, 0.007661, 0.016879, 0.020141, 0.020461, 0.021078, 0.020964, 0.019317, 0.014808, 0.012080, 0.011741, 0.018211 #*# 0.014111, 0.011247, 0.005580, 0.005034, 0.004534, 0.001516, -0.002624, -0.004619, -0.002363, -0.003160, -0.001860, -0.002342, -0.006979, -0.006740, -0.005850, -0.004880, -0.007314, -0.006141, -0.001754, 0.006253, 0.015901, 0.019895, 0.018197, 0.015714, 0.017159, 0.017055, 0.011331, 0.009147, 0.007973, 0.014804 #*# 0.010647, 0.007943, 0.007389, 0.002142, 0.004164, 0.003192, -0.000083, -0.002710, -0.002561, -0.000681, 0.001321, -0.002360, -0.003832, -0.004802, -0.002395, -0.002944, -0.006303, -0.006709, -0.002333, 0.004836, 0.013075, 0.017655, 0.020271, 0.018174, 0.019347, 0.017546, 0.016156, 0.013104, 0.006799, 0.012628 #*# 0.011381, 0.007001, 0.007619, 0.006385, 0.004516, 0.003351, 0.002220, -0.000159, 0.001078, 0.002624, 0.004536, 0.002369, 0.001009, 0.000505, 0.002147, -0.000592, -0.002336, -0.002577, 0.001760, 0.007870, 0.015992, 0.020974, 0.021589, 0.022756, 0.024484, 0.024606, 0.020504, 0.017794, 0.012569, 0.018985 #*# 0.010586, 0.011389, 0.007897, 0.008992, 0.006822, 0.005660, 0.006785, 0.002453, 0.004475, 0.006941, 0.007245, 0.008346, 0.006811, 0.004731, 0.006079, 0.005988, 0.002224, 0.001794, 0.004516, 0.011366, 0.020223, 0.025437, 0.028323, 0.028484, 0.029698, 0.029594, 0.026893, 0.022799, 0.018199, 0.020615 #*# 0.016287, 0.011814, 0.011028, 0.010816, 0.007364, 0.006775, 0.006198, 0.005660, 0.006789, 0.011177, 0.010545, 0.011822, 0.011234, 0.009658, 0.008105, 0.007200, 0.003536, 0.004427, 0.006964, 0.015903, 0.025056, 0.028416, 0.029810, 0.029838, 0.034075, 0.030705, 0.029291, 0.025419, 0.020491, 0.025016 #*# 0.015835, 0.013748, 0.010251, 0.011211, 0.009052, 0.006935, 0.005660, 0.006715, 0.007969, 0.011684, 0.013006, 0.015803, 0.015808, 0.012401, 0.011347, 0.009047, 0.006429, 0.004665, 0.010131, 0.016142, 0.025093, 0.032227, 0.031841, 0.033781, 0.031369, 0.029646, 0.029272, 0.024996, 0.020713, 0.022783 #*# 0.022172, 0.016782, 0.011484, 0.012450, 0.012032, 0.011007, 0.009205, 0.010956, 0.015495, 0.019678, 0.022218, 0.024854, 0.024830, 0.020461, 0.015937, 0.012610, 0.011337, 0.009238, 0.015254, 0.020868, 0.029598, 0.035016, 0.036316, 0.034281, 0.034191, 0.030440, 0.029500, 0.024602, 0.020244, 0.020504 #*# 0.020395, 0.018237, 0.016193, 0.015196, 0.013811, 0.015391, 0.015992, 0.014706, 0.020462, 0.028143, 0.029531, 0.029586, 0.029541, 0.025654, 0.020479, 0.015933, 0.013820, 0.013376, 0.017253, 0.024981, 0.033619, 0.040089, 0.039861, 0.035380, 0.033682, 0.031971, 0.029482, 0.025054, 0.022665, 0.026213 #*# 0.025848, 0.017401, 0.014495, 0.015743, 0.017002, 0.020448, 0.018233, 0.020214, 0.027256, 0.034395, 0.038656, 0.034405, 0.029302, 0.027150, 0.021634, 0.016060, 0.010465, 0.010238, 0.020681, 0.026175, 0.035239, 0.038463, 0.040463, 0.038751, 0.034896, 0.029967, 0.028730, 0.028185, 0.029538, 0.027295 #*# 0.030110, 0.018296, 0.010873, 0.014105, 0.016590, 0.016904, 0.019316, 0.020435, 0.027070, 0.032219, 0.034489, 0.031807, 0.025266, 0.020204, 0.014149, 0.010536, 0.006836, 0.006960, 0.013630, 0.023940, 0.031809, 0.036518, 0.036237, 0.033617, 0.034052, 0.032194, 0.030144, 0.029554, 0.029069, 0.033612 #*# 0.038125, 0.020155, 0.011213, 0.010274, 0.012039, 0.014255, 0.016480, 0.021463, 0.025117, 0.029879, 0.030268, 0.025656, 0.019892, 0.014634, 0.011237, 0.006116, 0.002224, 0.006459, 0.011938, 0.020961, 0.029567, 0.035210, 0.033936, 0.033525, 0.033107, 0.033673, 0.033764, 0.031726, 0.030707, 0.036248 #*# 0.056638, 0.024827, 0.012409, 0.011567, 0.011188, 0.013645, 0.017066, 0.018223, 0.021083, 0.025272, 0.025138, 0.020412, 0.015093, 0.009039, 0.006751, 0.002220, 0.002242, 0.006800, 0.013244, 0.021263, 0.030857, 0.035706, 0.037198, 0.034129, 0.034689, 0.038313, 0.038105, 0.034071, 0.032159, 0.036050 #*# 0.071070, 0.033342, 0.011575, 0.006983, 0.007824, 0.010325, 0.010829, 0.012020, 0.016911, 0.020595, 0.020494, 0.016331, 0.011527, 0.006785, 0.002310, 0.002327, 0.002129, 0.006353, 0.011574, 0.020721, 0.030260, 0.035922, 0.034341, 0.034629, 0.036361, 0.038718, 0.037511, 0.033517, 0.031540, 0.033788 #*# 0.076319, 0.034609, 0.011484, 0.004361, 0.002563, 0.002221, 0.004155, 0.004663, 0.009585, 0.013130, 0.015007, 0.011380, 0.007069, 0.002253, 0.000559, -0.001146, -0.001790, 0.000111, 0.006667, 0.013771, 0.024998, 0.029459, 0.029556, 0.033504, 0.031836, 0.030677, 0.029363, 0.027274, 0.025213, 0.031879 #*# 0.065917, 0.029364, 0.008235, 0.001367, 0.000077, -0.002368, -0.002333, -0.002211, 0.002195, 0.006793, 0.008676, 0.007774, 0.003475, -0.000039, -0.002361, -0.004754, -0.006854, -0.005375, -0.000327, 0.006863, 0.015930, 0.021795, 0.026385, 0.029483, 0.029609, 0.029280, 0.025305, 0.021095, 0.020481, 0.026447 #*# 0.051910, 0.019892, 0.002411, -0.002356, -0.002825, -0.005146, -0.004996, -0.004208, -0.002346, 0.002287, 0.006804, 0.007073, 0.002231, -0.002007, -0.004152, -0.006941, -0.007327, -0.006950, -0.002203, 0.006772, 0.015101, 0.023916, 0.027022, 0.029434, 0.029609, 0.029537, 0.026103, 0.020502, 0.020496, 0.026025 #*# 0.039869, 0.016231, 0.003368, 0.000961, -0.003308, -0.002731, -0.005654, -0.004060, -0.000250, 0.003428, 0.007283, 0.007377, 0.004680, 0.001099, -0.002620, -0.006340, -0.006218, -0.004643, 0.000435, 0.009070, 0.018640, 0.025507, 0.029470, 0.029536, 0.029381, 0.029338, 0.028402, 0.025056, 0.021795, 0.029494 #*# 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