# 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.100 #*# #*# [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.010341, 0.008043, 0.023238, 0.011449, -0.000044, 0.014696, 0.004508, -0.005732, 0.011335, 0.007902, 0.004316, 0.013196, 0.023752, 0.015810, 0.008264, 0.008183, 0.004417, 0.013600, 0.027388, 0.023790, 0.032159, 0.046991, 0.047951, 0.038473, 0.036008, 0.032597, 0.025730, 0.022583, 0.027525, 0.022414 #*# 0.020635, 0.018620, 0.008504, 0.013783, 0.020505, 0.018517, -0.002339, 0.003598, 0.014056, 0.008784, 0.009234, 0.013188, 0.014867, 0.013348, 0.005222, 0.018136, 0.008693, -0.000058, 0.018516, 0.037165, 0.030348, 0.034961, 0.052331, 0.040560, 0.036452, 0.022915, 0.027142, 0.022917, 0.021779, 0.041143 #*# 0.017261, 0.032589, 0.011510, 0.008616, 0.027478, 0.013798, 0.009731, 0.008680, 0.006857, 0.017797, 0.002883, 0.012021, 0.020655, 0.011493, 0.007917, -0.000296, -0.000858, 0.013775, 0.018136, 0.027489, 0.037905, 0.036886, 0.050540, 0.046823, 0.037247, 0.026527, 0.029202, 0.032249, 0.031802, 0.032123 #*# 0.030140, 0.018467, 0.026343, 0.025382, 0.028087, 0.018268, 0.008353, 0.004564, 0.011719, 0.023058, 0.015968, 0.008775, 0.015725, 0.022692, 0.018364, -0.004618, 0.004577, 0.008188, 0.024083, 0.018185, 0.029765, 0.045333, 0.043580, 0.052191, 0.040985, 0.027465, 0.022937, 0.030417, 0.037410, 0.046082 #*# 0.044863, 0.031046, 0.020655, 0.017438, 0.033175, 0.021101, 0.018529, 0.008069, 0.024190, 0.017356, 0.020184, 0.011483, 0.012636, 0.024012, 0.018380, 0.003703, 0.002274, 0.009592, 0.022622, 0.025373, 0.032032, 0.045606, 0.050884, 0.046251, 0.042060, 0.034338, 0.034897, 0.041193, 0.030322, 0.039636 #*# 0.041138, 0.026545, 0.029706, 0.027219, 0.029570, 0.027473, 0.009231, 0.014519, 0.016080, 0.024146, 0.013757, 0.013671, 0.020227, 0.023759, 0.014183, 0.004578, 0.011089, 0.010750, 0.023265, 0.028607, 0.026953, 0.043924, 0.050573, 0.050784, 0.036368, 0.032371, 0.035475, 0.043179, 0.031978, 0.039736 #*# 0.042113, 0.041144, 0.031389, 0.018363, 0.013776, 0.027528, 0.017936, 0.008073, 0.016226, 0.020202, 0.020755, 0.027469, 0.013442, 0.018366, 0.022954, 0.014575, 0.015782, 0.004576, 0.015573, 0.031087, 0.036261, 0.041118, 0.036834, 0.043947, 0.046235, 0.036485, 0.037170, 0.027496, 0.032585, 0.045403 #*# 0.034721, 0.030530, 0.029383, 0.018214, 0.027494, 0.025227, 0.016087, 0.008505, 0.018928, 0.024375, 0.013776, 0.018596, 0.017973, 0.016636, 0.015758, 0.014987, 0.009317, 0.002317, 0.022953, 0.032150, 0.026693, 0.032087, 0.044097, 0.054651, 0.036331, 0.044228, 0.039150, 0.045889, 0.041468, 0.027436 #*# 0.038284, 0.034615, 0.028921, 0.017531, 0.027607, 0.027499, 0.009215, 0.012300, 0.019295, 0.017919, 0.013722, 0.020435, 0.018872, 0.016629, 0.018671, 0.011574, 0.004425, 0.013780, 0.019165, 0.022958, 0.035078, 0.043071, 0.044445, 0.043576, 0.045692, 0.036740, 0.034356, 0.038927, 0.031929, 0.034907 #*# 0.036681, 0.032136, 0.027089, 0.022907, 0.018448, 0.017305, 0.013844, 0.015949, 0.009723, 0.008355, 0.018705, 0.016571, 0.008652, 0.014912, 0.008606, 0.000005, 0.009183, 0.003979, 0.004543, 0.027500, 0.031883, 0.038631, 0.046603, 0.039108, 0.031935, 0.045776, 0.041545, 0.022271, 0.025930, 0.034854 #*# 0.041419, 0.022542, 0.032212, 0.021009, 0.016572, 0.013686, 0.009886, 0.006313, 0.004696, 0.007055, 0.009488, 0.004528, 0.008831, 0.009200, -0.004608, -0.000019, 0.000787, -0.004939, 0.003496, 0.018369, 0.025100, 0.027338, 0.032352, 0.029962, 0.031425, 0.029780, 0.025508, 0.022113, 0.021199, 0.031664 #*# 0.026335, 0.022263, 0.027540, 0.020100, 0.014996, 0.008072, 0.006869, 0.004190, 0.001431, 0.004699, 0.006617, 0.005204, 0.003428, 0.002362, 0.000007, -0.001592, -0.004649, 0.000209, 0.002401, 0.008038, 0.017547, 0.033103, 0.028064, 0.027581, 0.028689, 0.027457, 0.024188, 0.021559, 0.020761, 0.018543 #*# 0.036466, 0.024047, 0.013769, 0.017224, 0.013991, 0.010312, 0.006300, 0.002439, 0.002214, -0.000119, 0.004645, 0.008728, 0.001703, -0.004609, 0.001067, -0.002032, -0.000030, -0.006564, 0.002624, 0.011244, 0.022826, 0.022944, 0.025235, 0.025239, 0.027436, 0.022637, 0.018364, 0.019366, 0.019509, 0.025154 #*# 0.022630, 0.016359, 0.016281, 0.015625, 0.014908, 0.008796, 0.006606, 0.002419, 0.004888, 0.003472, 0.004474, 0.002390, 0.001694, -0.000985, -0.004884, -0.000423, -0.002864, 0.004578, 0.004018, 0.010240, 0.018397, 0.028331, 0.027740, 0.018052, 0.017505, 0.029803, 0.027558, 0.009354, 0.009163, 0.024621 #*# 0.023055, 0.013763, 0.016191, 0.018520, 0.016256, 0.007191, 0.003804, 0.002593, 0.005452, 0.004592, 0.005877, -0.001162, 0.001693, 0.002177, 0.000552, -0.002441, -0.002425, -0.002266, 0.004575, 0.004647, 0.016075, 0.022599, 0.021950, 0.023072, 0.021902, 0.022113, 0.021046, 0.019474, 0.015114, 0.019545 #*# 0.024957, 0.016097, 0.016634, 0.015839, 0.014317, 0.011241, 0.009695, 0.006842, 0.009378, 0.009200, 0.006907, 0.006995, 0.005504, 0.005702, 0.003452, 0.002527, 0.000698, 0.004778, 0.009522, 0.008376, 0.016187, 0.024008, 0.028093, 0.026360, 0.022901, 0.029636, 0.027208, 0.027689, 0.013669, 0.018297 #*# 0.032365, 0.027637, 0.018452, 0.013784, 0.013362, 0.018364, 0.011309, 0.011019, 0.011213, 0.009309, 0.012083, 0.014329, 0.011493, 0.009167, 0.009758, 0.007995, 0.006641, 0.003760, 0.011359, 0.015605, 0.023472, 0.029773, 0.030906, 0.030212, 0.033008, 0.031163, 0.027520, 0.028117, 0.024953, 0.027923 #*# 0.028776, 0.024749, 0.021082, 0.023690, 0.020507, 0.013797, 0.011694, 0.011233, 0.015545, 0.013555, 0.013060, 0.020468, 0.016194, 0.013911, 0.012396, 0.010071, 0.008777, 0.009500, 0.018365, 0.013529, 0.032500, 0.037714, 0.034366, 0.027523, 0.041611, 0.036447, 0.034223, 0.031517, 0.025454, 0.029852 #*# 0.036597, 0.022464, 0.018310, 0.023078, 0.018652, 0.012640, 0.009760, 0.018292, 0.018364, 0.017261, 0.013816, 0.022944, 0.020653, 0.016064, 0.013088, 0.013779, 0.007235, 0.006985, 0.013261, 0.018678, 0.027420, 0.032804, 0.034491, 0.034315, 0.034138, 0.034261, 0.031460, 0.028088, 0.023376, 0.027499 #*# 0.035267, 0.027551, 0.023341, 0.021950, 0.021163, 0.019357, 0.017237, 0.016086, 0.018649, 0.024054, 0.027156, 0.028499, 0.028029, 0.023172, 0.020331, 0.016088, 0.011574, 0.008609, 0.018369, 0.021853, 0.027454, 0.038375, 0.041211, 0.036637, 0.038076, 0.033889, 0.032380, 0.025953, 0.022869, 0.026369 #*# 0.040216, 0.027505, 0.022623, 0.025217, 0.024247, 0.024638, 0.021128, 0.020823, 0.023552, 0.033918, 0.034057, 0.031983, 0.033042, 0.028661, 0.022289, 0.018350, 0.014350, 0.013770, 0.018664, 0.026832, 0.032107, 0.036746, 0.045676, 0.039006, 0.036150, 0.034334, 0.032491, 0.027393, 0.027494, 0.031144 #*# 0.039364, 0.031551, 0.024088, 0.027499, 0.025247, 0.025611, 0.025683, 0.031188, 0.034167, 0.036394, 0.039250, 0.038429, 0.036590, 0.027731, 0.020672, 0.018340, 0.018364, 0.011305, 0.013469, 0.024664, 0.029788, 0.046718, 0.046216, 0.031786, 0.033181, 0.037102, 0.031562, 0.027862, 0.027763, 0.027062 #*# 0.041473, 0.028132, 0.020657, 0.020666, 0.021956, 0.024012, 0.022994, 0.026580, 0.032029, 0.037749, 0.037769, 0.032082, 0.026499, 0.022490, 0.018336, 0.011807, 0.008091, 0.007345, 0.013783, 0.022937, 0.030189, 0.035946, 0.036134, 0.032367, 0.032058, 0.031006, 0.029867, 0.028654, 0.028062, 0.034616 #*# 0.054672, 0.033056, 0.022801, 0.020809, 0.022299, 0.022959, 0.026216, 0.027642, 0.032349, 0.036178, 0.036031, 0.031402, 0.022939, 0.018287, 0.012682, 0.009016, 0.005235, 0.008086, 0.013764, 0.022636, 0.031087, 0.036713, 0.036307, 0.034074, 0.032610, 0.035510, 0.034756, 0.034113, 0.031692, 0.036789 #*# 0.072186, 0.041971, 0.026016, 0.020093, 0.020077, 0.022948, 0.023118, 0.026718, 0.028132, 0.031797, 0.031986, 0.026956, 0.018766, 0.013478, 0.009187, 0.007326, 0.005060, 0.009192, 0.015077, 0.024528, 0.032206, 0.036907, 0.037782, 0.036822, 0.037053, 0.040243, 0.039830, 0.036692, 0.034133, 0.040334 #*# 0.085211, 0.047736, 0.027476, 0.018425, 0.019078, 0.018675, 0.018957, 0.021185, 0.022944, 0.027533, 0.027471, 0.022835, 0.018114, 0.011646, 0.009020, 0.004554, 0.004570, 0.009344, 0.014817, 0.022873, 0.032567, 0.036934, 0.038882, 0.037061, 0.037778, 0.040966, 0.041266, 0.036498, 0.032085, 0.041315 #*# 0.086287, 0.045480, 0.022907, 0.013793, 0.013490, 0.011870, 0.011266, 0.012612, 0.015752, 0.018404, 0.019013, 0.017462, 0.011573, 0.006915, 0.003708, 0.001711, 0.000005, 0.002345, 0.007941, 0.016053, 0.023655, 0.029766, 0.032053, 0.032769, 0.033084, 0.032079, 0.031731, 0.027404, 0.027290, 0.033173 #*# 0.077876, 0.038749, 0.017756, 0.009415, 0.009003, 0.008192, 0.007362, 0.004755, 0.009133, 0.013766, 0.015004, 0.013786, 0.009774, 0.004500, -0.000020, -0.002350, -0.002697, -0.002557, 0.002205, 0.009223, 0.018324, 0.022978, 0.027551, 0.030200, 0.031082, 0.029896, 0.027797, 0.023730, 0.022936, 0.029789 #*# 0.061804, 0.031407, 0.013609, 0.005822, 0.004726, 0.004321, 0.003003, 0.002613, 0.004625, 0.009263, 0.013510, 0.011781, 0.006241, 0.002098, -0.001477, -0.004332, -0.004655, -0.004667, -0.001018, 0.006865, 0.015949, 0.024355, 0.027509, 0.028506, 0.030481, 0.030868, 0.027486, 0.022928, 0.022753, 0.029223 #*# 0.050383, 0.023414, 0.011332, 0.006716, 0.004629, 0.004517, 0.004058, 0.003221, 0.004902, 0.009303, 0.013768, 0.011742, 0.008608, 0.003676, -0.000416, -0.003623, -0.004613, -0.004612, 0.000026, 0.009219, 0.018389, 0.023926, 0.027525, 0.027547, 0.028451, 0.027514, 0.026614, 0.022910, 0.023165, 0.030379 #*# 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 #*# #*# [skew_correction Calilantern] #*# xy_skew = 0.0004221439779203628 #*# xz_skew = 0.0 #*# yz_skew = 0.0