# 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.045973, 0.040708, 0.038679, 0.034636, 0.027358, 0.026712, 0.019957, 0.020399, 0.020445, 0.024028, 0.025289, 0.024091, 0.027903, 0.025521, 0.022725, 0.023285, 0.015893, 0.020550, 0.027837, 0.036538, 0.051204, 0.054653, 0.058183, 0.050592, 0.051048, 0.049584, 0.046978, 0.044398, 0.044806, 0.047167 #*# 0.043168, 0.040408, 0.039575, 0.041380, 0.033980, 0.029809, 0.025489, 0.025063, 0.022729, 0.027201, 0.027409, 0.027974, 0.027243, 0.026510, 0.022304, 0.017562, 0.017583, 0.022251, 0.031853, 0.042791, 0.051138, 0.059191, 0.061855, 0.059372, 0.055459, 0.050891, 0.049912, 0.046961, 0.045723, 0.050288 #*# 0.042510, 0.041342, 0.041796, 0.040952, 0.036391, 0.029995, 0.027662, 0.029671, 0.028260, 0.026922, 0.025386, 0.027770, 0.025195, 0.024871, 0.022858, 0.016278, 0.013349, 0.020582, 0.029274, 0.042506, 0.048842, 0.057476, 0.060415, 0.060397, 0.056403, 0.048314, 0.047780, 0.046280, 0.046934, 0.045677 #*# 0.035535, 0.037395, 0.039039, 0.035842, 0.032685, 0.027416, 0.027742, 0.026332, 0.025059, 0.023265, 0.023289, 0.022997, 0.023017, 0.022248, 0.018075, 0.015598, 0.013330, 0.018002, 0.024125, 0.033294, 0.045765, 0.054653, 0.058569, 0.056452, 0.051567, 0.046158, 0.041667, 0.040106, 0.040736, 0.043528 #*# 0.029689, 0.030878, 0.031626, 0.032033, 0.028526, 0.027622, 0.026220, 0.025020, 0.023188, 0.026244, 0.023619, 0.022336, 0.022454, 0.020245, 0.016284, 0.013343, 0.014483, 0.016092, 0.023888, 0.033189, 0.040803, 0.051965, 0.059942, 0.056536, 0.051543, 0.044911, 0.045995, 0.039034, 0.036506, 0.041240 #*# 0.021806, 0.024018, 0.027809, 0.027815, 0.027340, 0.023814, 0.020441, 0.019773, 0.022995, 0.022210, 0.022012, 0.022299, 0.022138, 0.021631, 0.018334, 0.017453, 0.014645, 0.017763, 0.022620, 0.032151, 0.043383, 0.050660, 0.055332, 0.054712, 0.050628, 0.046020, 0.044602, 0.040257, 0.037089, 0.041367 #*# 0.022659, 0.022636, 0.027358, 0.027363, 0.025231, 0.021382, 0.018018, 0.019327, 0.020740, 0.022690, 0.021385, 0.022141, 0.020599, 0.019381, 0.018342, 0.017065, 0.013458, 0.013411, 0.016928, 0.029715, 0.042358, 0.048284, 0.051187, 0.052513, 0.048549, 0.050563, 0.043676, 0.038755, 0.037541, 0.041224 #*# 0.020209, 0.019579, 0.023959, 0.025327, 0.022668, 0.018837, 0.018014, 0.016063, 0.018036, 0.019394, 0.019884, 0.020834, 0.021476, 0.020716, 0.020535, 0.017771, 0.013867, 0.013595, 0.019519, 0.027942, 0.036698, 0.045856, 0.050799, 0.052602, 0.050555, 0.048282, 0.045126, 0.041316, 0.039105, 0.043965 #*# 0.019846, 0.020619, 0.022691, 0.022858, 0.023787, 0.022393, 0.018039, 0.014321, 0.018041, 0.019715, 0.018259, 0.019537, 0.018518, 0.018951, 0.017726, 0.013931, 0.013494, 0.013247, 0.017460, 0.026971, 0.037688, 0.043672, 0.045993, 0.050209, 0.051174, 0.049559, 0.045723, 0.040796, 0.040912, 0.041482 #*# 0.013082, 0.014166, 0.018007, 0.018041, 0.018593, 0.014619, 0.011273, 0.004383, 0.008768, 0.010590, 0.011584, 0.013344, 0.013093, 0.011272, 0.008712, 0.005706, 0.004841, 0.008461, 0.013497, 0.022803, 0.030328, 0.037013, 0.041409, 0.042491, 0.043975, 0.042222, 0.039654, 0.035497, 0.031912, 0.033798 #*# 0.007349, 0.008529, 0.011617, 0.013349, 0.011992, 0.005311, 0.003307, 0.000061, 0.000605, -0.000100, 0.001403, 0.002045, 0.003917, 0.002474, -0.003152, -0.005506, -0.005138, -0.000594, 0.005106, 0.015458, 0.022267, 0.027945, 0.032324, 0.034351, 0.034386, 0.032386, 0.028609, 0.024978, 0.023851, 0.026281 #*# 0.003976, 0.007252, 0.010781, 0.009819, 0.008664, 0.003833, -0.001821, -0.004662, -0.002548, -0.001301, -0.000783, -0.000769, -0.000725, -0.000785, -0.004671, -0.005507, -0.005582, -0.002173, 0.003867, 0.009785, 0.017941, 0.024616, 0.029685, 0.031754, 0.031911, 0.027862, 0.023841, 0.022986, 0.023236, 0.026265 #*# 0.004095, 0.003935, -0.000781, 0.000603, 0.003862, 0.000588, -0.003145, -0.005951, -0.004489, -0.003144, -0.003127, -0.004317, -0.000951, -0.001874, -0.005870, -0.004431, -0.007727, -0.004357, 0.005115, 0.008261, 0.012393, 0.020411, 0.027965, 0.030229, 0.034316, 0.029164, 0.023860, 0.020793, 0.020791, 0.022366 #*# 0.003938, 0.003885, 0.000517, 0.001706, 0.003933, 0.003409, 0.000573, -0.000789, -0.004743, -0.003527, -0.000839, -0.001431, -0.000890, -0.000500, -0.000456, -0.005471, -0.001889, -0.000775, 0.005795, 0.008648, 0.015644, 0.020820, 0.027542, 0.032443, 0.031706, 0.027524, 0.023776, 0.022285, 0.020791, 0.027072 #*# 0.005876, 0.002837, -0.000749, 0.002403, 0.008648, 0.008662, 0.007820, 0.003971, 0.001467, 0.000109, 0.000292, 0.001473, 0.002864, 0.000834, -0.000107, 0.004248, 0.000962, 0.001561, 0.008283, 0.013277, 0.018304, 0.025021, 0.028535, 0.031851, 0.036151, 0.032856, 0.026325, 0.023309, 0.026371, 0.031868 #*# 0.007499, 0.004275, 0.003939, 0.005067, 0.008648, 0.013191, 0.012175, 0.008815, 0.003938, 0.003934, 0.008611, 0.006315, 0.005299, 0.004077, 0.002778, 0.000000, 0.000103, 0.001380, 0.006295, 0.012151, 0.020589, 0.025168, 0.029488, 0.030912, 0.036457, 0.037503, 0.036687, 0.027358, 0.030073, 0.037184 #*# 0.009450, 0.008231, 0.004443, 0.007511, 0.013295, 0.013351, 0.013343, 0.008977, 0.005242, 0.007534, 0.003496, 0.008611, 0.007618, 0.003053, -0.000866, -0.000783, -0.000671, 0.001667, 0.007330, 0.011555, 0.019121, 0.025028, 0.032028, 0.034959, 0.037169, 0.037910, 0.037009, 0.034366, 0.032521, 0.035240 #*# 0.008646, 0.009713, 0.005079, 0.009052, 0.011014, 0.011003, 0.008921, 0.009511, 0.005079, 0.006622, 0.002863, 0.013324, 0.006307, 0.003404, -0.002197, -0.005809, -0.005472, 0.003938, 0.003441, 0.008647, 0.020302, 0.029742, 0.029721, 0.034203, 0.039302, 0.040013, 0.038468, 0.030974, 0.030258, 0.034351 #*# 0.014927, 0.014901, 0.009628, 0.012273, 0.012414, 0.013383, 0.013454, 0.008578, 0.004499, 0.008550, 0.004900, 0.012134, 0.008504, 0.003930, 0.000539, -0.000780, -0.000798, 0.003025, 0.008375, 0.014500, 0.022725, 0.027420, 0.033373, 0.041240, 0.041293, 0.040199, 0.034081, 0.032041, 0.032028, 0.034597 #*# 0.018082, 0.020351, 0.015936, 0.018041, 0.017766, 0.014489, 0.010501, 0.009333, 0.008662, 0.012657, 0.013541, 0.013743, 0.012099, 0.008626, 0.003764, 0.002923, 0.003599, 0.008197, 0.012315, 0.019187, 0.027514, 0.032284, 0.035808, 0.043728, 0.044926, 0.041041, 0.035530, 0.031913, 0.031121, 0.034344 #*# 0.019728, 0.022736, 0.020718, 0.022711, 0.022724, 0.017451, 0.013291, 0.011269, 0.013056, 0.018033, 0.019375, 0.018017, 0.014661, 0.013341, 0.009765, 0.008725, 0.008786, 0.013342, 0.019758, 0.027367, 0.034430, 0.041115, 0.045486, 0.045994, 0.043714, 0.040184, 0.036472, 0.036091, 0.036043, 0.040199 #*# 0.022780, 0.025036, 0.026834, 0.027283, 0.026190, 0.019616, 0.015740, 0.017856, 0.020673, 0.027386, 0.026210, 0.022030, 0.018611, 0.017350, 0.013559, 0.014168, 0.013241, 0.017310, 0.026426, 0.032507, 0.040918, 0.045681, 0.048944, 0.045972, 0.047095, 0.045990, 0.036709, 0.040476, 0.042475, 0.043938 #*# 0.022722, 0.027348, 0.028250, 0.031689, 0.029342, 0.022702, 0.018041, 0.022681, 0.027283, 0.031964, 0.030628, 0.023567, 0.021788, 0.019942, 0.017159, 0.013343, 0.013323, 0.018006, 0.027383, 0.036326, 0.043374, 0.046932, 0.048323, 0.049240, 0.046602, 0.045114, 0.044730, 0.045991, 0.048528, 0.050011 #*# 0.017921, 0.023267, 0.027424, 0.030234, 0.027547, 0.022625, 0.018068, 0.022400, 0.027180, 0.029568, 0.027399, 0.023128, 0.018247, 0.015692, 0.013348, 0.011055, 0.010999, 0.017145, 0.025021, 0.032611, 0.039029, 0.041349, 0.043816, 0.050322, 0.048384, 0.046153, 0.050641, 0.049355, 0.048305, 0.051019 #*# 0.018032, 0.022729, 0.022743, 0.026720, 0.022859, 0.018039, 0.018009, 0.018702, 0.023635, 0.025576, 0.024100, 0.019126, 0.015408, 0.011222, 0.008596, 0.007807, 0.008276, 0.013443, 0.022513, 0.030282, 0.037635, 0.039238, 0.043148, 0.046236, 0.048911, 0.050622, 0.051058, 0.050178, 0.047745, 0.050304 #*# 0.029015, 0.026504, 0.027418, 0.023701, 0.022682, 0.017925, 0.017749, 0.019914, 0.022718, 0.022731, 0.022055, 0.016786, 0.013316, 0.012432, 0.008648, 0.005006, 0.006292, 0.013146, 0.022904, 0.032159, 0.039122, 0.041428, 0.045999, 0.050383, 0.052283, 0.051744, 0.050801, 0.049593, 0.048787, 0.050479 #*# 0.033720, 0.031918, 0.030671, 0.027373, 0.022062, 0.018007, 0.018033, 0.020072, 0.022843, 0.022712, 0.020209, 0.015764, 0.015199, 0.012316, 0.008772, 0.007223, 0.006219, 0.012486, 0.022263, 0.031719, 0.036682, 0.041234, 0.045921, 0.051163, 0.054236, 0.052916, 0.049491, 0.046008, 0.046519, 0.047990 #*# 0.040185, 0.036667, 0.036572, 0.032686, 0.027416, 0.023039, 0.022750, 0.026763, 0.027358, 0.027591, 0.024049, 0.021739, 0.018043, 0.017108, 0.014281, 0.008581, 0.008439, 0.013342, 0.020976, 0.031636, 0.040911, 0.044845, 0.050569, 0.055101, 0.055645, 0.055290, 0.050786, 0.047153, 0.047547, 0.049529 #*# 0.050799, 0.050477, 0.048884, 0.045049, 0.039163, 0.034192, 0.032615, 0.035496, 0.036833, 0.040107, 0.037067, 0.033980, 0.031965, 0.027724, 0.027340, 0.023515, 0.022705, 0.026745, 0.034204, 0.041362, 0.049595, 0.057520, 0.064449, 0.069126, 0.069072, 0.069053, 0.064433, 0.059875, 0.059831, 0.060199 #*# 0.063424, 0.060147, 0.056388, 0.054858, 0.050246, 0.045998, 0.045942, 0.045994, 0.047875, 0.050295, 0.047217, 0.044659, 0.041465, 0.040757, 0.039453, 0.036354, 0.035854, 0.038856, 0.045450, 0.053001, 0.062335, 0.069524, 0.074049, 0.078365, 0.078384, 0.078263, 0.074234, 0.070780, 0.073069, 0.073252 #*# 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