508 lines
22 KiB
INI
508 lines
22 KiB
INI
[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 = 3000
|
|
#*# scanner_touch_speed = 3
|
|
#*# scanner_touch_z_offset = 0.230
|
|
#*#
|
|
#*# [scanner model default]
|
|
#*# model_coef = 1.4576195916953936,
|
|
#*# 1.785851337777226,
|
|
#*# 0.7482684560674038,
|
|
#*# 0.37149574454302975,
|
|
#*# 0.45525587058229405,
|
|
#*# 0.38020169514738367,
|
|
#*# -0.3194453631539581,
|
|
#*# -0.3210922662765739,
|
|
#*# 0.3090302568640316,
|
|
#*# 0.23578147304339162
|
|
#*# model_domain = 3.20112000993792e-07,3.3365602490491824e-07
|
|
#*# model_range = 0.200000,5.100000
|
|
#*# model_temp = 66.713254
|
|
#*# model_offset = 0.00000
|
|
#*# model_mode = touch
|
|
#*# model_fw_version = CARTOGRAPHER 5.0.0
|
|
#*#
|
|
#*# [bed_mesh default]
|
|
#*# version = 1
|
|
#*# points =
|
|
#*# 0.005428, 0.012634, 0.007922, 0.008674, 0.006418, 0.010329, 0.007932, 0.006014, 0.009595, 0.015761, 0.020520, 0.023058, 0.026490, 0.027599, 0.020490, 0.015797, 0.016936, 0.020125, 0.031369, 0.032576, 0.042203, 0.053004, 0.059258, 0.054650, 0.042276, 0.038406, 0.029820, 0.025497, 0.012680, 0.017365
|
|
#*# 0.004790, 0.011021, 0.010218, 0.007725, 0.007282, 0.004784, 0.008024, 0.008021, 0.004726, 0.007790, 0.016417, 0.021598, 0.020549, 0.018569, 0.015993, 0.014275, 0.012965, 0.014550, 0.020528, 0.032385, 0.045232, 0.051797, 0.052251, 0.049158, 0.043429, 0.035957, 0.026688, 0.018257, 0.014988, 0.021464
|
|
#*# 0.003771, 0.008491, 0.012805, 0.012808, 0.007205, 0.006526, 0.008244, 0.009532, 0.007924, 0.011031, 0.015089, 0.018811, 0.018938, 0.018860, 0.015798, 0.011106, 0.008000, 0.010373, 0.022175, 0.033695, 0.040683, 0.046047, 0.049921, 0.051437, 0.043168, 0.032733, 0.022794, 0.023016, 0.018895, 0.019352
|
|
#*# 0.007861, 0.010479, 0.014312, 0.014399, 0.007926, 0.011496, 0.015699, 0.015829, 0.007870, 0.011102, 0.018316, 0.022281, 0.021319, 0.015760, 0.014365, 0.012794, 0.013316, 0.010978, 0.018935, 0.032091, 0.044241, 0.050013, 0.049998, 0.048376, 0.045692, 0.037845, 0.029770, 0.020603, 0.016772, 0.020957
|
|
#*# 0.008853, 0.014237, 0.009918, 0.006017, 0.010968, 0.015798, 0.014616, 0.009469, 0.009794, 0.015789, 0.018877, 0.019014, 0.018813, 0.018710, 0.015894, 0.013305, 0.012495, 0.014311, 0.020720, 0.029835, 0.040400, 0.049105, 0.051427, 0.048351, 0.042437, 0.037854, 0.032869, 0.021803, 0.014595, 0.018761
|
|
#*# 0.006143, 0.010447, 0.007105, 0.001626, 0.007148, 0.011111, 0.012413, 0.009530, 0.011325, 0.011719, 0.020607, 0.020901, 0.016660, 0.013654, 0.016005, 0.014002, 0.010237, 0.012093, 0.015780, 0.027652, 0.039329, 0.045320, 0.045962, 0.043745, 0.043669, 0.038243, 0.031504, 0.023313, 0.017625, 0.023202
|
|
#*# -0.003000, 0.008120, 0.009439, 0.003366, 0.000193, 0.002943, 0.009467, 0.011813, 0.010758, 0.012688, 0.016529, 0.019691, 0.016194, 0.014726, 0.012784, 0.010329, 0.008117, 0.009878, 0.017372, 0.026702, 0.035479, 0.042605, 0.044561, 0.043702, 0.039071, 0.036742, 0.030527, 0.023537, 0.020410, 0.023498
|
|
#*# 0.001967, 0.004107, 0.006818, 0.003170, 0.003171, 0.000030, 0.009633, 0.011914, 0.011877, 0.012784, 0.018536, 0.020931, 0.016530, 0.015201, 0.011489, 0.014002, 0.011007, 0.009144, 0.013391, 0.021804, 0.036855, 0.039771, 0.042751, 0.038318, 0.040573, 0.039103, 0.030707, 0.023204, 0.018905, 0.027623
|
|
#*# -0.003120, 0.007881, 0.006377, -0.000455, -0.003195, 0.000823, 0.006297, 0.009545, 0.009157, 0.011007, 0.015607, 0.016149, 0.012814, 0.011109, 0.008011, 0.006206, 0.004071, 0.004263, 0.011275, 0.021960, 0.031697, 0.037804, 0.040707, 0.040299, 0.038756, 0.035727, 0.030712, 0.023712, 0.020416, 0.025102
|
|
#*# 0.000469, 0.000044, -0.005826, -0.007897, -0.008962, -0.000759, -0.003849, -0.006291, -0.002367, 0.008731, 0.011948, 0.008398, 0.003192, 0.001496, 0.006599, 0.001798, -0.003886, -0.004821, 0.005714, 0.019156, 0.025805, 0.028401, 0.029450, 0.034807, 0.033776, 0.028161, 0.019356, 0.014321, 0.015866, 0.018797
|
|
#*# -0.016665, -0.012665, -0.009393, -0.013438, -0.016576, -0.014163, -0.012414, -0.011679, -0.007624, -0.004610, -0.001388, -0.000563, -0.000731, -0.002240, -0.005106, -0.007888, -0.010907, -0.009217, -0.000686, 0.009547, 0.017336, 0.022022, 0.022957, 0.022375, 0.020531, 0.019611, 0.015075, 0.008686, 0.006309, 0.012350
|
|
#*# -0.015757, -0.013668, -0.013289, -0.018949, -0.016489, -0.014779, -0.014939, -0.014246, -0.010006, -0.006043, 0.000087, 0.000386, -0.001782, -0.004385, -0.005492, -0.008431, -0.011233, -0.009924, -0.005334, 0.005826, 0.014222, 0.023794, 0.018939, 0.021133, 0.019602, 0.021583, 0.012969, 0.004435, 0.005628, 0.011003
|
|
#*# -0.017732, -0.025235, -0.022272, -0.020563, -0.017256, -0.020466, -0.020667, -0.015821, -0.009436, -0.004668, -0.001909, 0.000648, -0.001821, -0.001526, -0.004318, -0.009414, -0.012097, -0.011057, -0.006097, 0.002827, 0.012283, 0.017411, 0.018808, 0.018831, 0.016680, 0.015066, 0.011302, 0.007663, 0.004775, 0.009534
|
|
#*# -0.027013, -0.023571, -0.023938, -0.024449, -0.024566, -0.017436, -0.017278, -0.017385, -0.016318, -0.005683, 0.004825, 0.000439, -0.003844, -0.001231, -0.005090, -0.006796, -0.014435, -0.014622, -0.006996, 0.004929, 0.012734, 0.013983, 0.015850, 0.015264, 0.017414, 0.010864, 0.007963, 0.006192, 0.006473, 0.008770
|
|
#*# -0.026288, -0.032524, -0.031270, -0.019514, -0.016562, -0.019581, -0.019150, -0.015477, -0.008155, -0.001391, 0.001605, 0.001759, 0.000337, -0.002733, -0.005999, -0.009525, -0.011695, -0.009450, -0.004039, 0.001334, 0.009739, 0.015847, 0.017660, 0.016537, 0.015859, 0.015577, 0.013450, 0.008482, 0.005530, 0.006860
|
|
#*# -0.025190, -0.025150, -0.021412, -0.022376, -0.018943, -0.014581, -0.007998, -0.008396, -0.006266, -0.000061, 0.011419, 0.011563, -0.000063, -0.003127, -0.001499, 0.000000, -0.004215, -0.009304, -0.006216, 0.007179, 0.020500, 0.016381, 0.015788, 0.020408, 0.022335, 0.025295, 0.017481, 0.007197, 0.007211, 0.010258
|
|
#*# -0.024021, -0.018994, -0.021153, -0.016504, -0.011125, -0.011062, -0.007707, -0.004756, -0.001660, 0.004819, 0.011014, 0.009580, 0.006121, 0.004619, 0.001999, -0.001550, -0.002920, -0.003061, 0.002306, 0.010865, 0.021046, 0.025303, 0.025454, 0.026497, 0.025266, 0.025435, 0.021549, 0.016613, 0.012761, 0.015595
|
|
#*# -0.018344, -0.015904, -0.015984, -0.014773, -0.011019, -0.008011, -0.003822, -0.003839, -0.001582, 0.005968, 0.011839, 0.014291, 0.008873, 0.003278, 0.003240, -0.000129, 0.000031, -0.004615, 0.004193, 0.012619, 0.025125, 0.029778, 0.028265, 0.030261, 0.029398, 0.031480, 0.023715, 0.021064, 0.017546, 0.022917
|
|
#*# -0.014369, -0.012081, -0.012624, -0.011872, -0.009220, -0.007906, -0.005120, -0.004643, -0.000389, 0.006338, 0.011438, 0.013043, 0.009554, 0.006548, 0.003286, -0.000269, -0.001595, 0.000266, 0.006079, 0.013483, 0.025290, 0.032163, 0.033635, 0.032074, 0.030403, 0.030329, 0.027554, 0.022068, 0.018749, 0.022475
|
|
#*# -0.012035, -0.009019, -0.011018, -0.011065, -0.007828, -0.006997, -0.004302, -0.003788, 0.000919, 0.007621, 0.013442, 0.017367, 0.011846, 0.012498, 0.007135, 0.004068, 0.002002, 0.005426, 0.011303, 0.019782, 0.030688, 0.036689, 0.035319, 0.034883, 0.034403, 0.031412, 0.029044, 0.023456, 0.020325, 0.023433
|
|
#*# -0.004839, -0.004396, -0.005090, -0.004725, -0.001368, -0.003840, -0.002306, -0.001376, 0.003799, 0.008782, 0.014308, 0.016840, 0.015013, 0.011839, 0.010347, 0.009470, 0.007995, 0.011020, 0.017949, 0.026647, 0.036527, 0.042245, 0.044427, 0.040763, 0.036771, 0.034253, 0.031374, 0.027671, 0.025724, 0.027465
|
|
#*# -0.004316, -0.007808, -0.003772, -0.003545, -0.001422, -0.003675, -0.003008, 0.001867, 0.005789, 0.014644, 0.014183, 0.019450, 0.015768, 0.014619, 0.010976, 0.003636, 0.008206, 0.011395, 0.023711, 0.028960, 0.035635, 0.044192, 0.044450, 0.045726, 0.035636, 0.036454, 0.033708, 0.031450, 0.026670, 0.025071
|
|
#*# -0.008655, -0.005094, -0.005526, -0.003811, -0.003159, -0.003024, -0.003019, -0.000913, 0.003236, 0.010866, 0.017172, 0.016991, 0.012689, 0.009886, 0.008474, 0.005435, 0.005597, 0.008538, 0.018085, 0.028353, 0.037675, 0.041500, 0.041444, 0.037521, 0.035253, 0.035890, 0.036491, 0.032092, 0.029045, 0.029010
|
|
#*# -0.007356, -0.005498, -0.005814, -0.003044, -0.000431, -0.001744, -0.001574, 0.001773, 0.006326, 0.013551, 0.016679, 0.017341, 0.014874, 0.009867, 0.006378, 0.004765, 0.005251, 0.010967, 0.023185, 0.029603, 0.037213, 0.043252, 0.043208, 0.043564, 0.039273, 0.041440, 0.040003, 0.036057, 0.030071, 0.029832
|
|
#*# 0.000956, -0.001811, -0.002505, -0.000961, 0.000864, 0.002232, 0.003235, 0.004919, 0.009595, 0.014817, 0.018849, 0.018165, 0.015145, 0.010705, 0.006982, 0.006331, 0.008054, 0.014141, 0.023797, 0.035083, 0.042039, 0.046588, 0.046806, 0.045336, 0.045880, 0.048419, 0.047026, 0.039931, 0.034784, 0.035994
|
|
#*# 0.003919, 0.006339, -0.000740, -0.001127, 0.001755, 0.001550, 0.003224, 0.005581, 0.009724, 0.012775, 0.018133, 0.017328, 0.013418, 0.010353, 0.007946, 0.006506, 0.008699, 0.014233, 0.021644, 0.033576, 0.044000, 0.045753, 0.047358, 0.046146, 0.046359, 0.047555, 0.045530, 0.039212, 0.036007, 0.034809
|
|
#*# 0.003141, -0.003151, -0.002952, -0.003129, -0.001673, -0.002364, -0.001570, -0.000185, 0.003673, 0.009292, 0.012555, 0.012521, 0.009632, 0.006946, 0.003490, 0.001724, 0.004319, 0.009574, 0.017502, 0.027046, 0.035213, 0.041406, 0.043813, 0.042409, 0.039537, 0.040232, 0.038264, 0.031443, 0.027606, 0.027877
|
|
#*# 0.007174, 0.003155, -0.004711, -0.006206, -0.001475, -0.005241, -0.005538, -0.005987, 0.001112, 0.007883, 0.010181, 0.010734, 0.007989, 0.005819, 0.005598, 0.001476, 0.002641, 0.004885, 0.014170, 0.021898, 0.029614, 0.034450, 0.037670, 0.038995, 0.038445, 0.039490, 0.035213, 0.028461, 0.018946, 0.021209
|
|
#*# 0.006407, 0.001200, -0.002115, -0.003049, -0.004046, -0.005363, -0.004203, -0.001876, 0.001219, 0.005891, 0.010092, 0.012303, 0.008808, 0.005132, 0.003656, 0.002952, 0.002493, 0.005937, 0.011178, 0.019183, 0.028263, 0.035378, 0.037432, 0.037660, 0.038214, 0.038017, 0.034160, 0.026535, 0.022779, 0.024688
|
|
#*# 0.009883, 0.004892, 0.002338, 0.000764, -0.001461, -0.001838, -0.001564, -0.000265, 0.003133, 0.006444, 0.010819, 0.012607, 0.010269, 0.006413, 0.004381, 0.004025, 0.004001, 0.007085, 0.014154, 0.020939, 0.026734, 0.034161, 0.037692, 0.038189, 0.037848, 0.039113, 0.034547, 0.027312, 0.023446, 0.026240
|
|
#*# 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
|