# 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.095 #*# #*# [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.019633, 0.015566, 0.011053, 0.009279, 0.005853, 0.004413, 0.002109, -0.003573, -0.003118, 0.002296, 0.006792, 0.010040, 0.012355, 0.006710, 0.004326, 0.004575, -0.000526, 0.001726, 0.009794, 0.020338, 0.026168, 0.031266, 0.030521, 0.029071, 0.025463, 0.019636, 0.013771, 0.006797, 0.007838, 0.011421 #*# 0.020252, 0.017193, 0.015826, 0.013034, 0.008785, 0.007096, 0.002563, -0.000711, 0.001543, 0.004701, 0.006706, 0.010004, 0.011286, 0.008322, 0.002554, -0.001454, -0.002216, 0.002305, 0.011284, 0.018102, 0.029363, 0.034499, 0.033269, 0.029350, 0.025121, 0.020615, 0.016177, 0.013334, 0.009086, 0.014937 #*# 0.024823, 0.020598, 0.020269, 0.017993, 0.015511, 0.011220, 0.006695, 0.003091, 0.003996, 0.004493, 0.006698, 0.008173, 0.008789, 0.006104, 0.000233, -0.002942, -0.004722, -0.001691, 0.005558, 0.014741, 0.025993, 0.032760, 0.031731, 0.030397, 0.026932, 0.020971, 0.015832, 0.012047, 0.010804, 0.015848 #*# 0.029668, 0.025268, 0.025332, 0.025013, 0.020048, 0.015751, 0.011707, 0.008706, 0.007757, 0.010129, 0.010797, 0.010679, 0.010107, 0.006978, 0.004065, -0.002584, -0.002982, 0.002121, 0.006359, 0.016002, 0.028233, 0.033229, 0.035857, 0.031536, 0.027388, 0.026725, 0.020876, 0.017579, 0.011265, 0.021119 #*# 0.033320, 0.028839, 0.027388, 0.024333, 0.020859, 0.018045, 0.015648, 0.011219, 0.011215, 0.012492, 0.013710, 0.012674, 0.011584, 0.011065, 0.005907, 0.002146, -0.002325, -0.001790, 0.006683, 0.015193, 0.024669, 0.029912, 0.033846, 0.031636, 0.029756, 0.027159, 0.022710, 0.019187, 0.016623, 0.024820 #*# 0.030985, 0.027388, 0.025979, 0.024838, 0.020369, 0.016025, 0.013185, 0.011233, 0.011218, 0.011901, 0.013984, 0.013106, 0.012893, 0.011224, 0.007270, 0.003282, 0.001534, 0.001856, 0.006179, 0.015849, 0.024925, 0.029336, 0.034186, 0.033857, 0.029394, 0.027217, 0.024690, 0.020859, 0.016209, 0.026483 #*# 0.029292, 0.028200, 0.024406, 0.020720, 0.015756, 0.012100, 0.011213, 0.009192, 0.009118, 0.011200, 0.011267, 0.011935, 0.010691, 0.010394, 0.008953, 0.004629, -0.001162, -0.002170, 0.003103, 0.013220, 0.022728, 0.029148, 0.030488, 0.031437, 0.027753, 0.025461, 0.020829, 0.018930, 0.015832, 0.023218 #*# 0.030712, 0.025550, 0.023870, 0.019240, 0.015760, 0.010845, 0.010778, 0.008772, 0.006974, 0.011532, 0.013472, 0.014342, 0.013111, 0.011331, 0.007308, 0.006406, 0.000983, 0.001541, 0.006697, 0.014791, 0.024986, 0.029005, 0.034788, 0.031625, 0.029353, 0.029477, 0.025013, 0.021455, 0.017955, 0.024708 #*# 0.033022, 0.029367, 0.020746, 0.017961, 0.012726, 0.011658, 0.009518, 0.006136, 0.006699, 0.010758, 0.013091, 0.013684, 0.011258, 0.007801, 0.006693, 0.004197, -0.001170, -0.001878, 0.006172, 0.013495, 0.024721, 0.029902, 0.031176, 0.033868, 0.031672, 0.029084, 0.024615, 0.020612, 0.019593, 0.022641 #*# 0.032719, 0.028869, 0.020342, 0.016250, 0.012070, 0.010378, 0.005653, 0.001977, 0.002149, 0.005633, 0.007981, 0.007985, 0.006518, 0.002371, -0.000146, -0.003361, -0.006584, -0.006942, 0.002151, 0.010734, 0.020183, 0.025423, 0.028313, 0.028246, 0.026136, 0.024625, 0.020286, 0.020095, 0.010703, 0.020401 #*# 0.027105, 0.021486, 0.020301, 0.013527, 0.009880, 0.006138, 0.002166, -0.001697, -0.002431, 0.001667, 0.003125, 0.002266, 0.000255, -0.002470, -0.007001, -0.007067, -0.011543, -0.009443, -0.002496, 0.004575, 0.015698, 0.020914, 0.024373, 0.020809, 0.020406, 0.019445, 0.015674, 0.012090, 0.009099, 0.015811 #*# 0.025037, 0.020495, 0.017369, 0.011797, 0.007059, 0.003273, -0.001291, -0.006566, -0.004615, -0.001716, 0.001281, -0.000199, -0.002225, -0.003719, -0.005896, -0.007200, -0.011119, -0.009551, -0.003388, 0.004715, 0.015182, 0.020960, 0.022086, 0.019967, 0.020069, 0.018156, 0.014766, 0.013108, 0.011244, 0.015695 #*# 0.021296, 0.015807, 0.011238, 0.006906, 0.004248, 0.001764, -0.002622, -0.006270, -0.007010, -0.003672, -0.002045, -0.002515, -0.006186, -0.007013, -0.007415, -0.009159, -0.010685, -0.011197, -0.004435, 0.002373, 0.011869, 0.015811, 0.020314, 0.015570, 0.014794, 0.015786, 0.013238, 0.009313, 0.006710, 0.019756 #*# 0.020581, 0.015810, 0.009107, 0.006846, 0.004543, 0.002289, -0.001869, -0.005521, -0.004668, -0.002016, -0.001615, -0.003248, -0.005284, -0.006736, -0.006499, -0.006725, -0.007152, -0.007670, -0.000248, 0.006263, 0.013428, 0.016046, 0.018076, 0.016821, 0.015472, 0.015764, 0.015760, 0.011207, 0.010759, 0.017006 #*# 0.017035, 0.011680, 0.006688, 0.005873, 0.002974, 0.002131, -0.000651, -0.002860, -0.002823, -0.002426, -0.002266, -0.002647, -0.004865, -0.004737, -0.004418, -0.004720, -0.007002, -0.007050, -0.001885, 0.005633, 0.015806, 0.017818, 0.015604, 0.016074, 0.016999, 0.016508, 0.014057, 0.010864, 0.008960, 0.017969 #*# 0.017105, 0.014750, 0.010721, 0.006804, 0.005813, 0.004368, 0.001685, -0.000797, -0.000104, 0.002470, 0.005494, 0.002426, 0.001834, -0.000559, -0.000418, 0.000470, -0.002566, -0.002632, 0.001653, 0.009732, 0.015872, 0.020157, 0.023141, 0.020585, 0.024873, 0.023907, 0.022773, 0.019735, 0.015754, 0.022429 #*# 0.019095, 0.016486, 0.010103, 0.006996, 0.007088, 0.006660, 0.002138, 0.002205, 0.002195, 0.005873, 0.006708, 0.006699, 0.006477, 0.002311, 0.002067, 0.002142, -0.000163, -0.002448, 0.002036, 0.011396, 0.018260, 0.022564, 0.025238, 0.026959, 0.023860, 0.026402, 0.025642, 0.022126, 0.018464, 0.022852 #*# 0.022219, 0.016293, 0.011716, 0.011286, 0.007559, 0.006663, 0.004490, 0.003204, 0.005917, 0.009480, 0.007590, 0.010980, 0.011264, 0.009068, 0.005960, 0.005918, 0.002161, 0.002140, 0.006705, 0.014766, 0.021108, 0.029369, 0.030254, 0.029354, 0.029354, 0.029387, 0.027603, 0.023820, 0.020208, 0.025366 #*# 0.025068, 0.015958, 0.013508, 0.011285, 0.011213, 0.006374, 0.005730, 0.005123, 0.007108, 0.011218, 0.011267, 0.015760, 0.017138, 0.013880, 0.010048, 0.006669, 0.003634, 0.002916, 0.007841, 0.015419, 0.023786, 0.029517, 0.030483, 0.029416, 0.029367, 0.029316, 0.025890, 0.022600, 0.020870, 0.024396 #*# 0.026778, 0.021449, 0.017955, 0.015703, 0.012274, 0.010116, 0.008617, 0.009247, 0.013415, 0.018967, 0.020802, 0.024846, 0.024849, 0.021400, 0.015864, 0.012378, 0.009393, 0.006992, 0.013452, 0.019387, 0.027445, 0.035084, 0.036180, 0.033871, 0.030164, 0.028875, 0.024915, 0.022443, 0.020384, 0.024838 #*# 0.030501, 0.022574, 0.019724, 0.016036, 0.015768, 0.014919, 0.013513, 0.014631, 0.020168, 0.024842, 0.028854, 0.029861, 0.029932, 0.025749, 0.020300, 0.016054, 0.011477, 0.008992, 0.015749, 0.022631, 0.029759, 0.037331, 0.038021, 0.033846, 0.031495, 0.029334, 0.025392, 0.024043, 0.022431, 0.027144 #*# 0.032486, 0.024684, 0.020009, 0.019282, 0.019245, 0.019052, 0.018143, 0.019914, 0.025256, 0.031626, 0.033960, 0.033155, 0.029292, 0.024890, 0.020315, 0.016243, 0.010429, 0.007848, 0.014644, 0.024887, 0.029365, 0.037981, 0.038166, 0.034122, 0.030238, 0.029246, 0.028468, 0.027671, 0.027079, 0.031660 #*# 0.037198, 0.025094, 0.018434, 0.016925, 0.016016, 0.016017, 0.018561, 0.020475, 0.026360, 0.032328, 0.033733, 0.029366, 0.024826, 0.019017, 0.013596, 0.008659, 0.004264, 0.005601, 0.010993, 0.020304, 0.029247, 0.033913, 0.033825, 0.029490, 0.029236, 0.029879, 0.029659, 0.028700, 0.029044, 0.032068 #*# 0.044634, 0.026807, 0.018939, 0.016541, 0.016051, 0.016668, 0.017540, 0.020300, 0.024845, 0.029366, 0.029367, 0.024838, 0.018315, 0.011880, 0.006834, 0.002125, 0.000287, 0.002180, 0.009373, 0.019445, 0.026403, 0.031073, 0.031987, 0.029303, 0.029414, 0.029916, 0.033330, 0.031741, 0.029650, 0.034459 #*# 0.062205, 0.034590, 0.020319, 0.015991, 0.016440, 0.015759, 0.016905, 0.018887, 0.022583, 0.025687, 0.024842, 0.020294, 0.014120, 0.008564, 0.004298, 0.001103, 0.000379, 0.003283, 0.011241, 0.020339, 0.028837, 0.033407, 0.033044, 0.033889, 0.033535, 0.036137, 0.034016, 0.034696, 0.033885, 0.038079 #*# 0.086959, 0.043186, 0.020283, 0.013533, 0.014583, 0.011889, 0.014020, 0.015164, 0.018050, 0.020314, 0.020287, 0.015790, 0.010935, 0.004993, 0.001889, -0.001166, -0.001183, 0.002146, 0.009863, 0.018006, 0.025415, 0.031610, 0.033037, 0.033655, 0.035749, 0.036060, 0.033976, 0.032893, 0.029470, 0.035397 #*# 0.084107, 0.038341, 0.015995, 0.007185, 0.006691, 0.006778, 0.006664, 0.006696, 0.010528, 0.012350, 0.014830, 0.011244, 0.006660, 0.002196, -0.000403, -0.004473, -0.004831, -0.003438, 0.002121, 0.011484, 0.020135, 0.024653, 0.028210, 0.029585, 0.029363, 0.029359, 0.028237, 0.024443, 0.023829, 0.030139 #*# 0.079194, 0.037380, 0.015758, 0.004270, 0.002136, 0.001556, 0.000402, 0.000573, 0.004699, 0.009092, 0.011087, 0.008259, 0.003783, -0.002197, -0.004498, -0.006991, -0.008088, -0.007012, -0.002436, 0.003285, 0.012606, 0.020297, 0.024843, 0.025454, 0.025490, 0.026554, 0.023503, 0.020155, 0.019754, 0.025231 #*# 0.063666, 0.029597, 0.011218, 0.002184, 0.001976, -0.001598, -0.001504, -0.000407, 0.001497, 0.006671, 0.009141, 0.006889, 0.003038, -0.000593, -0.003496, -0.007012, -0.009151, -0.008101, -0.002432, 0.003885, 0.011814, 0.020246, 0.024844, 0.027045, 0.026681, 0.025803, 0.024842, 0.020255, 0.020150, 0.024623 #*# 0.051918, 0.026163, 0.011769, 0.005462, 0.002160, 0.000161, -0.000985, -0.000484, 0.002146, 0.006694, 0.008035, 0.007073, 0.004000, -0.000433, -0.003314, -0.006797, -0.007043, -0.006988, -0.002384, 0.006580, 0.015748, 0.022641, 0.025294, 0.026179, 0.027086, 0.026003, 0.024467, 0.021321, 0.020541, 0.027127 #*# 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