# 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.105 #*# #*# [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.018115, 0.013892, 0.013543, 0.015329, 0.011606, 0.010449, 0.004909, 0.000734, 0.004308, 0.010210, 0.014675, 0.018460, 0.020866, 0.018459, 0.013317, 0.009684, 0.010310, 0.015024, 0.022173, 0.029679, 0.036633, 0.041131, 0.042130, 0.038875, 0.035437, 0.030477, 0.023619, 0.017269, 0.016173, 0.022708 #*# 0.020630, 0.022989, 0.013799, 0.015702, 0.014138, 0.010312, 0.004246, 0.004079, 0.009346, 0.010305, 0.013483, 0.013893, 0.018983, 0.018426, 0.011257, 0.004693, 0.007092, 0.011588, 0.017653, 0.028498, 0.036568, 0.043595, 0.046549, 0.039158, 0.035656, 0.027574, 0.025159, 0.016663, 0.013714, 0.022986 #*# 0.032060, 0.023382, 0.022915, 0.024037, 0.018415, 0.015605, 0.011476, 0.008487, 0.009029, 0.011777, 0.013909, 0.016736, 0.018443, 0.015043, 0.010262, 0.006072, 0.005442, 0.009545, 0.017506, 0.027577, 0.039685, 0.045626, 0.045857, 0.042833, 0.037804, 0.032069, 0.025894, 0.020495, 0.018403, 0.026449 #*# 0.030053, 0.027803, 0.028670, 0.025446, 0.022982, 0.020613, 0.019069, 0.014746, 0.011885, 0.016221, 0.019325, 0.018405, 0.017637, 0.017377, 0.013873, 0.009285, 0.004746, 0.009241, 0.016167, 0.027929, 0.038841, 0.043951, 0.047625, 0.046207, 0.041661, 0.035712, 0.027518, 0.025126, 0.023008, 0.031228 #*# 0.030072, 0.022204, 0.034333, 0.027445, 0.018414, 0.017332, 0.023281, 0.016264, 0.013835, 0.015114, 0.018777, 0.016486, 0.017581, 0.016154, 0.014172, 0.010124, 0.008728, 0.009029, 0.014073, 0.025100, 0.036119, 0.042056, 0.041774, 0.044444, 0.040323, 0.035665, 0.027575, 0.027586, 0.023475, 0.032059 #*# 0.023042, 0.027508, 0.025904, 0.020749, 0.023977, 0.021286, 0.013227, 0.009332, 0.015089, 0.018994, 0.017262, 0.013876, 0.018312, 0.016340, 0.013444, 0.010181, 0.007188, 0.007146, 0.012466, 0.021297, 0.033772, 0.039766, 0.041130, 0.039996, 0.038910, 0.035473, 0.029785, 0.025020, 0.027519, 0.030307 #*# 0.029546, 0.025634, 0.024743, 0.027579, 0.018571, 0.009327, 0.013875, 0.018422, 0.013849, 0.015954, 0.017091, 0.016422, 0.015329, 0.013603, 0.013335, 0.011671, 0.010197, 0.007053, 0.013393, 0.021783, 0.032008, 0.036937, 0.040002, 0.039446, 0.036701, 0.034193, 0.028788, 0.022412, 0.023271, 0.027520 #*# 0.031492, 0.027106, 0.023314, 0.018743, 0.019303, 0.008871, 0.009002, 0.013991, 0.016176, 0.016155, 0.013886, 0.019450, 0.016430, 0.015686, 0.011912, 0.007096, 0.006829, 0.009663, 0.011109, 0.018363, 0.036604, 0.037019, 0.040850, 0.036435, 0.037858, 0.039430, 0.029835, 0.023652, 0.023116, 0.027829 #*# 0.031289, 0.020869, 0.027754, 0.017404, 0.009309, 0.018468, 0.013531, 0.009563, 0.011095, 0.012979, 0.022480, 0.018460, 0.013469, 0.014009, 0.011617, 0.007177, 0.004781, 0.003755, 0.009543, 0.018822, 0.031969, 0.036749, 0.040647, 0.039101, 0.036897, 0.036132, 0.032135, 0.023021, 0.023327, 0.027860 #*# 0.029280, 0.025921, 0.019834, 0.016010, 0.013852, 0.011324, 0.008137, 0.004729, 0.003640, 0.011116, 0.014998, 0.014452, 0.011582, 0.004776, 0.002817, 0.002471, 0.000619, -0.004682, 0.000102, 0.016072, 0.025824, 0.036602, 0.033368, 0.029995, 0.030937, 0.029447, 0.027522, 0.015129, 0.018136, 0.027864 #*# 0.018463, 0.020886, 0.025000, 0.007183, 0.004281, 0.011617, 0.009367, 0.003059, -0.000986, 0.004543, 0.009844, 0.006278, -0.000040, -0.001831, -0.002149, -0.004165, -0.008751, -0.008992, -0.000907, 0.009085, 0.018981, 0.024383, 0.027509, 0.026382, 0.024838, 0.023005, 0.018354, 0.013372, 0.011921, 0.018466 #*# 0.018468, 0.017328, 0.018903, 0.012669, 0.004777, 0.006549, 0.003319, 0.000698, -0.001979, 0.002367, 0.003011, 0.003524, 0.002304, -0.004431, -0.004005, -0.006245, -0.004435, -0.007117, -0.002138, 0.009336, 0.017874, 0.027519, 0.022352, 0.022331, 0.021141, 0.023080, 0.015993, 0.007651, 0.015047, 0.023017 #*# 0.019878, 0.017290, 0.012847, 0.009577, 0.006331, 0.004830, 0.000396, -0.001981, -0.002390, 0.001202, 0.002564, -0.000691, -0.001885, 0.000181, -0.003972, -0.005026, -0.006584, -0.006577, -0.000098, 0.007484, 0.015256, 0.019674, 0.020580, 0.019934, 0.018893, 0.015243, 0.011999, 0.009195, 0.009089, 0.016263 #*# 0.014183, 0.011764, 0.006894, 0.005157, 0.004978, 0.003522, 0.000176, -0.002584, -0.001444, 0.004748, 0.000185, -0.006308, -0.004386, -0.004294, -0.004367, -0.009066, -0.005887, -0.004458, -0.001930, 0.006328, 0.009317, 0.018442, 0.023309, 0.021986, 0.011771, 0.014374, 0.011475, 0.013825, 0.000155, 0.013895 #*# 0.022975, 0.011309, 0.008451, 0.013828, 0.010184, 0.004530, -0.000693, 0.000188, 0.004777, 0.005556, -0.000671, -0.004418, -0.002311, 0.000125, -0.004540, -0.005513, -0.005116, -0.005079, 0.000174, 0.005950, 0.013864, 0.018053, 0.019274, 0.016491, 0.017514, 0.016296, 0.013883, 0.009282, 0.006682, 0.013839 #*# 0.015813, 0.011389, 0.009361, 0.007095, 0.006994, 0.006383, 0.000199, 0.003496, 0.002683, 0.009333, 0.009357, 0.000142, 0.002613, 0.002617, 0.004816, -0.002007, -0.005541, -0.002170, 0.002460, 0.007182, 0.013654, 0.021007, 0.024165, 0.024055, 0.021305, 0.018404, 0.020482, 0.018444, 0.008393, 0.018403 #*# 0.016142, 0.013310, 0.004585, 0.014017, 0.014355, 0.008018, 0.004203, 0.005895, 0.009643, 0.008060, 0.007312, 0.008611, 0.011518, 0.009446, 0.005820, 0.002607, 0.000503, 0.000397, 0.004338, 0.009428, 0.018169, 0.024014, 0.026475, 0.025035, 0.026111, 0.026943, 0.023019, 0.017458, 0.013948, 0.018518 #*# 0.018734, 0.015019, 0.014663, 0.011341, 0.011107, 0.004737, 0.007227, 0.006567, 0.007372, 0.008983, 0.013889, 0.016035, 0.013908, 0.016018, 0.014955, 0.007462, 0.000166, 0.006030, 0.006825, 0.014453, 0.018459, 0.028350, 0.029919, 0.027235, 0.025291, 0.028656, 0.025270, 0.018168, 0.017323, 0.021367 #*# 0.021536, 0.017218, 0.018479, 0.010729, 0.010790, 0.007583, 0.007267, 0.007211, 0.009195, 0.014689, 0.016616, 0.024244, 0.029886, 0.026926, 0.018661, 0.011610, 0.005959, 0.004765, 0.009336, 0.016020, 0.023443, 0.030725, 0.031979, 0.031509, 0.028321, 0.027515, 0.024572, 0.020645, 0.018331, 0.020580 #*# 0.023932, 0.019478, 0.018432, 0.013515, 0.013473, 0.011565, 0.011561, 0.013433, 0.013908, 0.021912, 0.028638, 0.037067, 0.041329, 0.038258, 0.027561, 0.019573, 0.011934, 0.008288, 0.012764, 0.018678, 0.032081, 0.036456, 0.035745, 0.033273, 0.032060, 0.028854, 0.023458, 0.019757, 0.018575, 0.021883 #*# 0.025530, 0.020422, 0.016539, 0.016241, 0.016550, 0.013666, 0.014275, 0.017747, 0.022716, 0.027642, 0.033565, 0.039321, 0.041843, 0.038430, 0.028904, 0.019936, 0.013280, 0.010096, 0.013924, 0.022214, 0.032013, 0.037266, 0.038524, 0.033745, 0.029226, 0.027416, 0.025023, 0.021678, 0.018599, 0.023829 #*# 0.027663, 0.022775, 0.018412, 0.018485, 0.019452, 0.018941, 0.018876, 0.021024, 0.027666, 0.034371, 0.036317, 0.041069, 0.037590, 0.032061, 0.026071, 0.019278, 0.012042, 0.009179, 0.012955, 0.022026, 0.032407, 0.036826, 0.035967, 0.034235, 0.028114, 0.027893, 0.026386, 0.022175, 0.024121, 0.027649 #*# 0.034252, 0.020671, 0.018424, 0.016164, 0.017849, 0.020422, 0.020714, 0.022906, 0.028540, 0.033388, 0.036171, 0.032426, 0.027654, 0.022969, 0.017868, 0.010609, 0.006523, 0.005337, 0.010226, 0.018600, 0.029524, 0.034350, 0.033060, 0.029805, 0.029136, 0.028404, 0.027745, 0.027179, 0.026491, 0.031511 #*# 0.043398, 0.020475, 0.013922, 0.013904, 0.014090, 0.017203, 0.018367, 0.020252, 0.026226, 0.030281, 0.030417, 0.025723, 0.019689, 0.014015, 0.009156, 0.004719, 0.001370, 0.003612, 0.010991, 0.018882, 0.027525, 0.031982, 0.031422, 0.027718, 0.027788, 0.028600, 0.029935, 0.027097, 0.027379, 0.031100 #*# 0.063321, 0.028459, 0.014127, 0.013689, 0.013340, 0.013940, 0.016176, 0.018264, 0.021766, 0.024156, 0.023513, 0.020089, 0.013904, 0.009316, 0.004541, 0.000727, 0.000596, 0.004499, 0.012208, 0.020511, 0.027454, 0.031688, 0.031915, 0.028722, 0.031684, 0.033292, 0.034068, 0.029798, 0.027839, 0.032649 #*# 0.081330, 0.038866, 0.014845, 0.009328, 0.009907, 0.011733, 0.013005, 0.014049, 0.018321, 0.020313, 0.020443, 0.018444, 0.012605, 0.005556, 0.002295, 0.000167, 0.000166, 0.003821, 0.009448, 0.018483, 0.027573, 0.032346, 0.032144, 0.032060, 0.033282, 0.034635, 0.032120, 0.029592, 0.027609, 0.032064 #*# 0.083175, 0.037132, 0.013864, 0.004726, 0.003722, 0.004729, 0.004651, 0.004891, 0.009327, 0.013661, 0.013971, 0.011736, 0.008023, 0.002924, -0.001906, -0.003427, -0.004715, -0.004434, 0.001666, 0.011602, 0.020386, 0.023159, 0.025553, 0.027094, 0.029844, 0.028655, 0.026381, 0.020753, 0.023025, 0.026460 #*# 0.072649, 0.031742, 0.009354, 0.000178, -0.000015, -0.002582, -0.000194, 0.000125, 0.004596, 0.008324, 0.009829, 0.009247, 0.004738, 0.000021, -0.004120, -0.005666, -0.008693, -0.008172, -0.003066, 0.004810, 0.013818, 0.019394, 0.024108, 0.026246, 0.025019, 0.025019, 0.021177, 0.017401, 0.015968, 0.021949 #*# 0.058408, 0.025947, 0.005319, 0.000143, -0.002109, -0.004337, -0.004636, -0.002475, 0.000206, 0.005676, 0.009264, 0.007057, 0.004279, 0.000160, -0.004389, -0.007147, -0.008934, -0.008307, -0.002993, 0.004772, 0.013864, 0.020678, 0.024997, 0.026474, 0.027151, 0.024361, 0.022304, 0.017609, 0.017067, 0.022921 #*# 0.045660, 0.019959, 0.005408, 0.002179, 0.000225, -0.001641, -0.001418, -0.000148, 0.001962, 0.006013, 0.009317, 0.009302, 0.004753, 0.000307, -0.002547, -0.004531, -0.006801, -0.004663, -0.001015, 0.005910, 0.016015, 0.022158, 0.025851, 0.025827, 0.026687, 0.025249, 0.023016, 0.018862, 0.018478, 0.023168 #*# 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