509 lines
22 KiB
INI
509 lines
22 KiB
INI
# 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=<GND>, 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=<RST>,
|
|
EXP2_9=<GND>, 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.115
|
|
#*#
|
|
#*# [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.006511, 0.006301, -0.003046, -0.012408, -0.005185, -0.007874, -0.008168, -0.011720, -0.009654, -0.005334, -0.000908, 0.000542, 0.003560, -0.007424, 0.005903, -0.005425, -0.012836, 0.006246, 0.003797, 0.005336, 0.021843, 0.026854, 0.022951, 0.023463, 0.021075, 0.017672, 0.011437, 0.008421, 0.005630, 0.009053
|
|
#*# 0.006185, 0.005982, 0.004590, 0.001636, 0.000545, -0.002741, -0.004028, -0.007419, -0.005405, -0.002862, -0.000497, 0.001640, 0.001671, 0.001125, -0.003067, -0.007098, -0.006552, -0.004871, 0.002886, 0.015265, 0.024674, 0.029123, 0.029857, 0.026707, 0.024209, 0.020246, 0.014705, 0.011765, 0.008373, 0.015318
|
|
#*# 0.009812, 0.009057, 0.010965, 0.008388, 0.004522, 0.002948, -0.001120, -0.007296, -0.003036, 0.002453, 0.001630, 0.000684, -0.004995, 0.002585, -0.003349, -0.012005, -0.012235, 0.001646, 0.008327, 0.009560, 0.024232, 0.028949, 0.035621, 0.022368, 0.027102, 0.023741, 0.019211, 0.014217, 0.005942, 0.015524
|
|
#*# 0.019440, 0.016403, 0.016162, 0.016666, 0.013265, 0.010606, 0.007856, 0.003798, 0.001692, 0.002875, 0.006116, 0.006093, 0.005267, 0.003286, 0.001681, -0.002787, -0.003009, -0.000761, 0.005844, 0.015326, 0.026386, 0.033005, 0.033327, 0.032877, 0.031388, 0.028894, 0.024313, 0.019808, 0.016278, 0.023963
|
|
#*# 0.020231, 0.018648, 0.018666, 0.019795, 0.016174, 0.012161, 0.005400, 0.003817, 0.006491, 0.006343, 0.004493, 0.007317, 0.008022, 0.010480, 0.000907, -0.002871, -0.000080, 0.006188, 0.005697, 0.010698, 0.024010, 0.037783, 0.038601, 0.028680, 0.028504, 0.029302, 0.029342, 0.021132, 0.014603, 0.024226
|
|
#*# 0.022456, 0.020933, 0.019045, 0.015554, 0.015189, 0.010753, 0.006151, 0.004219, 0.006028, 0.006765, 0.009606, 0.007007, 0.007425, 0.006391, 0.006228, 0.003656, 0.001613, 0.002669, 0.007406, 0.015312, 0.024450, 0.031080, 0.033289, 0.034069, 0.033192, 0.032714, 0.027390, 0.023173, 0.019325, 0.025364
|
|
#*# 0.024140, 0.022025, 0.017602, 0.015262, 0.012508, 0.008515, 0.005443, 0.005152, 0.007003, 0.010296, 0.010316, 0.010442, 0.011016, 0.009563, 0.005741, 0.007107, 0.002120, 0.002347, 0.006382, 0.012999, 0.025629, 0.034390, 0.033355, 0.028774, 0.033409, 0.037745, 0.027547, 0.019484, 0.019799, 0.022298
|
|
#*# 0.027110, 0.024271, 0.019822, 0.015280, 0.011642, 0.010729, 0.009176, 0.007040, 0.009577, 0.012731, 0.015267, 0.013037, 0.010740, 0.010728, 0.010727, 0.009145, 0.005138, 0.005633, 0.010656, 0.017068, 0.028792, 0.033327, 0.036136, 0.037320, 0.036961, 0.035815, 0.031921, 0.026531, 0.023725, 0.027861
|
|
#*# 0.028858, 0.024232, 0.018639, 0.012997, 0.010223, 0.010358, 0.006448, 0.001950, 0.006657, 0.010628, 0.011029, 0.010648, 0.008476, 0.007789, 0.005928, 0.003850, -0.000015, 0.001410, 0.008194, 0.015571, 0.022332, 0.032306, 0.033293, 0.033467, 0.033441, 0.037764, 0.030426, 0.025510, 0.022526, 0.026433
|
|
#*# 0.029183, 0.024311, 0.019787, 0.014379, 0.010757, 0.009073, 0.006159, 0.001891, 0.003851, 0.006186, 0.008241, 0.006796, 0.004955, 0.001704, 0.001699, 0.000377, -0.002598, -0.000312, 0.004809, 0.015169, 0.024324, 0.029208, 0.029589, 0.029934, 0.031116, 0.028817, 0.025245, 0.020211, 0.017331, 0.023531
|
|
#*# 0.026451, 0.020905, 0.018224, 0.012842, 0.009011, 0.005515, 0.001656, -0.001938, -0.002350, -0.002883, 0.002160, 0.001582, -0.002941, -0.003751, -0.005165, -0.008233, -0.006757, -0.007446, -0.007424, 0.006142, 0.017797, 0.024344, 0.019510, 0.022599, 0.022333, 0.022305, 0.021907, 0.013107, 0.010703, 0.019271
|
|
#*# 0.024376, 0.020624, 0.017787, 0.012113, 0.008660, 0.005095, 0.001456, -0.002865, -0.002471, -0.000541, 0.001181, -0.000981, -0.004227, -0.006050, -0.004622, -0.007168, -0.007458, -0.007427, -0.002651, 0.006493, 0.015447, 0.020699, 0.024136, 0.022032, 0.021925, 0.020223, 0.017946, 0.014838, 0.012438, 0.019911
|
|
#*# 0.021867, 0.018352, 0.011365, 0.008488, 0.006218, 0.003020, -0.002863, -0.003277, -0.003384, -0.002293, -0.002422, -0.003875, -0.007113, -0.007339, -0.007495, -0.006874, -0.007819, -0.009155, -0.004062, 0.007360, 0.013256, 0.018402, 0.019759, 0.024180, 0.017966, 0.013138, 0.015264, 0.010821, 0.010693, 0.016240
|
|
#*# 0.020146, 0.015263, 0.010448, 0.006750, 0.006412, 0.005071, 0.000666, -0.002643, -0.002405, -0.000612, -0.002603, -0.003377, -0.006782, -0.007459, -0.007311, -0.007442, -0.006625, -0.006320, -0.003403, 0.001689, 0.011032, 0.016407, 0.015513, 0.014421, 0.014461, 0.014936, 0.013381, 0.012398, 0.010020, 0.015147
|
|
#*# 0.015421, 0.012934, 0.009106, 0.006314, 0.006030, 0.004162, 0.001637, -0.002588, -0.002629, -0.002310, -0.002228, -0.003069, -0.007077, -0.007318, -0.005151, -0.006902, -0.008036, -0.006937, -0.002617, 0.003771, 0.008604, 0.016331, 0.015340, 0.015088, 0.016431, 0.013003, 0.010777, 0.015269, 0.009471, 0.010783
|
|
#*# 0.016330, 0.013932, 0.011028, 0.009044, 0.008443, 0.006187, 0.003933, 0.001690, 0.001192, 0.002575, 0.005802, 0.002144, -0.000041, -0.000924, 0.000835, 0.000593, -0.001253, -0.002162, 0.000512, 0.006262, 0.014807, 0.020027, 0.019642, 0.017707, 0.020288, 0.022052, 0.023431, 0.017559, 0.014164, 0.018671
|
|
#*# 0.016763, 0.015189, 0.010738, 0.010341, 0.010756, 0.006550, 0.006150, 0.005204, 0.005777, 0.006759, 0.006262, 0.006230, 0.003416, 0.003930, 0.006671, 0.003944, 0.001677, 0.001245, 0.002208, 0.010781, 0.014992, 0.019822, 0.026032, 0.024469, 0.026363, 0.026782, 0.024206, 0.024591, 0.019796, 0.018815
|
|
#*# 0.021994, 0.015269, 0.013133, 0.011738, 0.011685, 0.009593, 0.008486, 0.007327, 0.008494, 0.010594, 0.009663, 0.010977, 0.008668, 0.006759, 0.004119, 0.005057, 0.006839, 0.004159, 0.001693, 0.012601, 0.022057, 0.026262, 0.029210, 0.028746, 0.027716, 0.029346, 0.029122, 0.023278, 0.017576, 0.024421
|
|
#*# 0.022147, 0.017831, 0.014945, 0.012258, 0.010730, 0.009586, 0.009230, 0.008892, 0.010529, 0.012608, 0.012873, 0.013323, 0.011725, 0.010249, 0.008923, 0.007046, 0.006109, 0.006111, 0.007820, 0.015269, 0.019793, 0.027665, 0.028779, 0.028756, 0.028751, 0.027724, 0.024302, 0.021723, 0.019649, 0.019956
|
|
#*# 0.026551, 0.021894, 0.017470, 0.015268, 0.014998, 0.013569, 0.011022, 0.011809, 0.015382, 0.019428, 0.022050, 0.024304, 0.020151, 0.015732, 0.014726, 0.013033, 0.009806, 0.010069, 0.011217, 0.015239, 0.024892, 0.030796, 0.033426, 0.028839, 0.028508, 0.028946, 0.024417, 0.020392, 0.019455, 0.020378
|
|
#*# 0.025540, 0.020074, 0.017536, 0.014810, 0.014238, 0.010781, 0.013010, 0.011940, 0.016416, 0.022301, 0.026544, 0.026379, 0.023416, 0.015319, 0.014178, 0.011306, 0.011250, 0.006244, 0.010225, 0.017870, 0.029043, 0.031047, 0.028729, 0.029040, 0.026689, 0.025849, 0.019795, 0.020045, 0.018837, 0.023241
|
|
#*# 0.029228, 0.022093, 0.019345, 0.015312, 0.015289, 0.015945, 0.018097, 0.020000, 0.023218, 0.029728, 0.031095, 0.031028, 0.024311, 0.020316, 0.011860, 0.012582, 0.008982, 0.009048, 0.013275, 0.021136, 0.028837, 0.031340, 0.037533, 0.030532, 0.024275, 0.026713, 0.029098, 0.025423, 0.023958, 0.024311
|
|
#*# 0.035168, 0.022058, 0.015021, 0.014140, 0.013034, 0.015305, 0.016362, 0.019561, 0.024371, 0.027865, 0.030969, 0.024564, 0.021300, 0.015337, 0.010767, 0.006309, 0.003849, 0.003923, 0.010037, 0.018610, 0.024736, 0.028756, 0.029011, 0.026552, 0.028911, 0.026536, 0.026540, 0.024661, 0.026417, 0.028411
|
|
#*# 0.046245, 0.026534, 0.017042, 0.014021, 0.012432, 0.015502, 0.017397, 0.019571, 0.023992, 0.026551, 0.027099, 0.024018, 0.017300, 0.010246, 0.006331, 0.001454, 0.001297, 0.004423, 0.010905, 0.018657, 0.023909, 0.027913, 0.029325, 0.028512, 0.026715, 0.029151, 0.029676, 0.028858, 0.026567, 0.031385
|
|
#*# 0.064424, 0.034260, 0.019423, 0.014277, 0.011972, 0.015421, 0.015449, 0.015837, 0.020181, 0.023313, 0.023181, 0.020924, 0.012998, 0.007578, 0.003613, 0.001649, -0.000467, 0.005249, 0.008795, 0.017519, 0.025441, 0.029459, 0.028712, 0.030647, 0.030267, 0.028796, 0.032170, 0.028816, 0.024279, 0.033735
|
|
#*# 0.082814, 0.041721, 0.019153, 0.011932, 0.012676, 0.012940, 0.013041, 0.014833, 0.017421, 0.019140, 0.019454, 0.016401, 0.009667, 0.005209, 0.001638, 0.001398, 0.001148, 0.003939, 0.006178, 0.016325, 0.026565, 0.028897, 0.028820, 0.033310, 0.032456, 0.033002, 0.031181, 0.026671, 0.024476, 0.031060
|
|
#*# 0.082609, 0.035702, 0.012734, 0.006199, 0.006194, 0.003970, 0.005770, 0.006339, 0.006244, 0.010508, 0.011323, 0.008533, 0.001696, 0.000542, -0.002242, -0.005038, -0.007428, -0.000870, 0.000523, 0.005780, 0.020756, 0.024123, 0.023645, 0.029128, 0.026848, 0.027054, 0.022698, 0.024258, 0.018606, 0.018951
|
|
#*# 0.072485, 0.033826, 0.010259, 0.001695, 0.001639, 0.000041, -0.001155, 0.000319, 0.002983, 0.006339, 0.008644, 0.007820, 0.003378, -0.001302, -0.003367, -0.006534, -0.007868, -0.007421, -0.002872, 0.003914, 0.012720, 0.019533, 0.023843, 0.024317, 0.024886, 0.023911, 0.019531, 0.015272, 0.015293, 0.018666
|
|
#*# 0.057904, 0.025264, 0.006452, 0.000484, -0.001395, -0.002969, -0.004569, -0.002932, -0.000338, 0.002932, 0.006270, 0.005291, 0.001359, -0.002874, -0.006216, -0.007516, -0.009718, -0.009593, -0.005142, 0.001735, 0.010671, 0.017549, 0.020014, 0.019794, 0.023275, 0.021989, 0.018666, 0.014359, 0.012992, 0.020915
|
|
#*# 0.042879, 0.019781, 0.006283, 0.002518, 0.001205, -0.002889, -0.002656, -0.003346, -0.001867, 0.003827, 0.006191, 0.004360, 0.001391, -0.001214, -0.005214, -0.007568, -0.008208, -0.007621, -0.002870, 0.004072, 0.010751, 0.018669, 0.020040, 0.019720, 0.022044, 0.020966, 0.017528, 0.013438, 0.013003, 0.019757
|
|
#*# 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
|