514 lines
22 KiB
INI
514 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 = 1250
|
|
#*# scanner_touch_speed = 2
|
|
#*# scanner_touch_z_offset = 0.050
|
|
#*#
|
|
#*# [scanner model default]
|
|
#*# model_coef = 1.3305122102001719,
|
|
#*# 1.778716040310351,
|
|
#*# 0.7680440090844358,
|
|
#*# 0.23859921897576467,
|
|
#*# 0.43324242351119213,
|
|
#*# 0.7990293243051444,
|
|
#*# -0.29774573915060454,
|
|
#*# -0.826319532368512,
|
|
#*# 0.3149315990912823,
|
|
#*# 0.46089389855396873
|
|
#*# model_domain = 3.190439773591761e-07,3.333428586585128e-07
|
|
#*# model_range = 0.100000,5.000000
|
|
#*# model_temp = 27.128733
|
|
#*# model_offset = 0.00000
|
|
#*# model_mode = touch
|
|
#*# model_fw_version = CARTOGRAPHER 5.0.0
|
|
#*#
|
|
#*# [bed_mesh default]
|
|
#*# version = 1
|
|
#*# points =
|
|
#*# 0.024596, 0.028937, 0.027294, 0.027002, 0.025283, 0.024872, 0.021530, 0.017145, 0.020913, 0.027646, 0.032174, 0.033430, 0.035925, 0.035545, 0.030463, 0.030017, 0.029885, 0.032373, 0.038916, 0.048952, 0.062280, 0.064192, 0.058856, 0.059147, 0.056627, 0.053749, 0.045475, 0.034412, 0.031261, 0.044000
|
|
#*# 0.027313, 0.021603, 0.020388, 0.023390, 0.023643, 0.022059, 0.015253, 0.012273, 0.017194, 0.025022, 0.024173, 0.027645, 0.031548, 0.029640, 0.026259, 0.025207, 0.024971, 0.028125, 0.036472, 0.045547, 0.058763, 0.064132, 0.062516, 0.057353, 0.056024, 0.049844, 0.042457, 0.037425, 0.031285, 0.042056
|
|
#*# 0.034261, 0.026189, 0.020352, 0.020109, 0.023703, 0.021887, 0.019149, 0.015681, 0.017255, 0.023491, 0.026143, 0.026597, 0.029683, 0.028096, 0.022031, 0.020227, 0.021384, 0.023469, 0.032557, 0.046230, 0.058235, 0.064215, 0.062027, 0.060462, 0.058905, 0.050867, 0.044337, 0.040285, 0.039745, 0.041185
|
|
#*# 0.034172, 0.028416, 0.024972, 0.024966, 0.029891, 0.023938, 0.022822, 0.017332, 0.020414, 0.028065, 0.028996, 0.025879, 0.028127, 0.029292, 0.026137, 0.023241, 0.020177, 0.025866, 0.031773, 0.043310, 0.056240, 0.062014, 0.066243, 0.063562, 0.059881, 0.054207, 0.047857, 0.043493, 0.039067, 0.045104
|
|
#*# 0.033461, 0.032071, 0.020164, 0.018775, 0.023058, 0.028301, 0.021055, 0.013986, 0.015755, 0.029014, 0.031213, 0.029041, 0.026918, 0.029922, 0.026514, 0.023457, 0.021783, 0.024477, 0.029979, 0.041992, 0.054398, 0.061420, 0.063054, 0.062021, 0.060689, 0.055929, 0.049732, 0.046130, 0.042098, 0.046350
|
|
#*# 0.022683, 0.022587, 0.017038, 0.021293, 0.020057, 0.018380, 0.017244, 0.015955, 0.019200, 0.025293, 0.026725, 0.026178, 0.028048, 0.026931, 0.025549, 0.024425, 0.023680, 0.023462, 0.029987, 0.041987, 0.053287, 0.059391, 0.060858, 0.059818, 0.059534, 0.055840, 0.049700, 0.044837, 0.040945, 0.046646
|
|
#*# 0.018718, 0.017161, 0.012453, 0.018889, 0.015621, 0.015798, 0.014845, 0.010829, 0.016161, 0.027364, 0.025050, 0.025787, 0.020471, 0.028856, 0.026565, 0.023074, 0.020305, 0.023013, 0.028109, 0.037762, 0.049461, 0.057074, 0.059100, 0.058918, 0.057425, 0.054240, 0.048144, 0.045027, 0.040273, 0.044190
|
|
#*# 0.023588, 0.011684, 0.009468, 0.016266, 0.017146, 0.006267, 0.006169, 0.011721, 0.018880, 0.025072, 0.019550, 0.019356, 0.024962, 0.026753, 0.027332, 0.017509, 0.021748, 0.019891, 0.029917, 0.034060, 0.045016, 0.055250, 0.058659, 0.063610, 0.059679, 0.055973, 0.050844, 0.044945, 0.042806, 0.044435
|
|
#*# 0.018004, 0.010302, 0.012166, 0.017141, 0.008558, 0.010528, 0.009684, 0.009806, 0.011202, 0.017721, 0.018754, 0.020262, 0.025366, 0.021096, 0.019505, 0.015568, 0.016795, 0.020417, 0.027221, 0.034525, 0.046595, 0.054350, 0.056002, 0.057400, 0.057255, 0.054389, 0.050009, 0.045249, 0.040262, 0.044411
|
|
#*# 0.014400, 0.007782, 0.007077, 0.011744, 0.005354, 0.001478, -0.000838, 0.004825, 0.006677, 0.010166, 0.010779, 0.010799, 0.016545, 0.012662, 0.012190, 0.006936, 0.014811, 0.015754, 0.018606, 0.026520, 0.040022, 0.054282, 0.049815, 0.049681, 0.046616, 0.048036, 0.045751, 0.035902, 0.032362, 0.034342
|
|
#*# 0.013954, 0.006150, 0.003832, -0.000136, 0.001875, -0.000121, -0.002451, -0.003931, -0.002845, 0.006114, 0.006667, 0.007538, 0.003057, 0.006670, 0.006121, 0.001934, 0.001342, 0.001494, 0.011085, 0.022306, 0.032908, 0.039734, 0.043185, 0.042472, 0.042060, 0.039268, 0.035015, 0.030324, 0.026567, 0.032745
|
|
#*# 0.008264, 0.003890, 0.001088, -0.000131, 0.000699, -0.001521, -0.005301, -0.011946, -0.007044, 0.000178, 0.002233, 0.002234, 0.002239, 0.002802, 0.005189, 0.000536, -0.001042, -0.000687, 0.006222, 0.014435, 0.031050, 0.036760, 0.043990, 0.040526, 0.038952, 0.035494, 0.029519, 0.026672, 0.018814, 0.027368
|
|
#*# 0.000353, 0.000116, -0.001876, -0.006338, -0.002830, -0.001512, -0.006843, -0.009622, -0.009196, -0.001601, -0.000451, -0.001236, -0.004142, -0.000368, -0.000063, -0.001006, -0.003416, -0.003129, 0.004875, 0.014194, 0.025451, 0.032775, 0.036192, 0.035852, 0.034466, 0.031397, 0.026539, 0.022620, 0.020804, 0.025803
|
|
#*# -0.002271, -0.008946, -0.008872, -0.001710, -0.001605, -0.009966, -0.012745, -0.005535, -0.004531, -0.004057, -0.006661, -0.004902, -0.001613, -0.001679, -0.008751, -0.005300, -0.002510, 0.000138, -0.003176, 0.005951, 0.021749, 0.033466, 0.035819, 0.023291, 0.023301, 0.026556, 0.028144, 0.023399, 0.008487, 0.019227
|
|
#*# -0.008420, -0.002660, -0.008846, -0.007967, -0.011163, -0.001662, -0.004066, -0.009984, -0.012049, -0.006467, 0.001398, -0.000096, -0.003349, -0.004966, -0.000117, -0.001535, -0.004678, -0.007607, -0.002569, 0.012495, 0.021708, 0.025786, 0.024578, 0.025684, 0.028215, 0.025140, 0.021508, 0.015647, 0.015740, 0.017981
|
|
#*# -0.003691, -0.009608, -0.008075, -0.006884, -0.001705, -0.003231, -0.004411, -0.005835, -0.003244, 0.002058, 0.000679, 0.002310, 0.000800, 0.004945, 0.002444, 0.003100, 0.000690, 0.003708, 0.003341, 0.006856, 0.020912, 0.026785, 0.029690, 0.028780, 0.030249, 0.030038, 0.028607, 0.018814, 0.017974, 0.025951
|
|
#*# -0.003699, -0.004799, -0.007034, -0.003934, -0.001294, -0.000266, -0.001965, -0.002217, 0.001602, 0.007789, 0.006623, 0.008899, 0.008249, 0.007523, 0.007040, 0.006155, 0.004022, 0.004255, 0.008968, 0.015560, 0.023585, 0.029703, 0.032088, 0.033235, 0.033502, 0.033962, 0.032724, 0.027262, 0.022608, 0.024449
|
|
#*# 0.000890, -0.002004, -0.002498, 0.001023, 0.000790, 0.000587, 0.002592, 0.002122, 0.005379, 0.009145, 0.005588, 0.010875, 0.011115, 0.005385, 0.008182, 0.012868, 0.006575, 0.005899, 0.005441, 0.020668, 0.028395, 0.032573, 0.031985, 0.032272, 0.040681, 0.042079, 0.034253, 0.025778, 0.020769, 0.031936
|
|
#*# 0.004966, 0.002515, 0.000678, -0.000114, 0.002521, 0.003124, 0.004139, 0.004219, 0.007642, 0.012871, 0.012476, 0.015534, 0.015052, 0.013177, 0.013430, 0.010972, 0.009218, 0.009730, 0.013594, 0.021887, 0.030351, 0.034989, 0.035124, 0.036857, 0.036850, 0.035214, 0.033179, 0.029225, 0.025712, 0.027936
|
|
#*# 0.011578, 0.006286, 0.004617, 0.006067, 0.007704, 0.007052, 0.008413, 0.010032, 0.015295, 0.021047, 0.023339, 0.024578, 0.022724, 0.020247, 0.016020, 0.017174, 0.014421, 0.014453, 0.016920, 0.024137, 0.032277, 0.039073, 0.040408, 0.038576, 0.038585, 0.037197, 0.031275, 0.026667, 0.021907, 0.027766
|
|
#*# 0.012294, 0.008754, 0.006857, 0.006265, 0.010975, 0.012523, 0.013338, 0.014632, 0.020390, 0.029556, 0.032371, 0.031772, 0.029951, 0.025311, 0.021659, 0.020487, 0.017154, 0.017955, 0.022157, 0.029620, 0.038004, 0.045334, 0.044516, 0.040354, 0.037838, 0.035843, 0.034255, 0.029322, 0.026525, 0.030561
|
|
#*# 0.015582, 0.010772, 0.009287, 0.010905, 0.014457, 0.015646, 0.017956, 0.022507, 0.030743, 0.039046, 0.038777, 0.037980, 0.032663, 0.028264, 0.023463, 0.018801, 0.018060, 0.016567, 0.025369, 0.030668, 0.040050, 0.046043, 0.045248, 0.040361, 0.032844, 0.036116, 0.034590, 0.032175, 0.027652, 0.033435
|
|
#*# 0.016614, 0.010122, 0.007563, 0.008902, 0.012433, 0.015682, 0.020113, 0.023599, 0.031097, 0.037368, 0.040213, 0.037242, 0.030759, 0.023414, 0.018731, 0.015052, 0.011740, 0.011135, 0.018419, 0.028843, 0.036819, 0.041348, 0.040534, 0.035978, 0.035874, 0.035631, 0.034522, 0.032597, 0.032230, 0.035602
|
|
#*# 0.023521, 0.011480, 0.008889, 0.010150, 0.013551, 0.017169, 0.022757, 0.026787, 0.032640, 0.038799, 0.039365, 0.035804, 0.027988, 0.021621, 0.017264, 0.012477, 0.010829, 0.013279, 0.020306, 0.030766, 0.039597, 0.044083, 0.041643, 0.038226, 0.039438, 0.040964, 0.041700, 0.038380, 0.035910, 0.040565
|
|
#*# 0.041685, 0.019743, 0.011113, 0.013865, 0.016166, 0.019387, 0.022882, 0.025800, 0.031236, 0.036322, 0.037961, 0.033898, 0.027606, 0.020269, 0.016266, 0.015160, 0.014258, 0.018210, 0.026179, 0.035294, 0.043881, 0.048418, 0.048296, 0.045937, 0.047078, 0.049905, 0.048649, 0.043973, 0.040564, 0.044275
|
|
#*# 0.055739, 0.027816, 0.013971, 0.013906, 0.017958, 0.019411, 0.021319, 0.024558, 0.030275, 0.034429, 0.035872, 0.032810, 0.026211, 0.021005, 0.017647, 0.015709, 0.017151, 0.018857, 0.026521, 0.036788, 0.045970, 0.049530, 0.049974, 0.048101, 0.049051, 0.051171, 0.049746, 0.045504, 0.042014, 0.045175
|
|
#*# 0.059989, 0.026870, 0.012369, 0.011765, 0.012395, 0.014050, 0.015455, 0.017558, 0.022846, 0.028633, 0.030850, 0.029461, 0.024040, 0.018618, 0.014109, 0.013341, 0.014032, 0.014060, 0.020877, 0.029451, 0.037550, 0.043089, 0.045381, 0.045938, 0.046453, 0.047006, 0.042880, 0.038159, 0.034327, 0.041531
|
|
#*# 0.050890, 0.023586, 0.010913, 0.008581, 0.010374, 0.010851, 0.010780, 0.012558, 0.017217, 0.023490, 0.026939, 0.026756, 0.022203, 0.018522, 0.015614, 0.013367, 0.012512, 0.012570, 0.015709, 0.024975, 0.033248, 0.039165, 0.042695, 0.044111, 0.045324, 0.043635, 0.038871, 0.033032, 0.032674, 0.038970
|
|
#*# 0.045515, 0.021890, 0.011276, 0.009573, 0.011572, 0.011013, 0.012272, 0.012509, 0.017064, 0.023348, 0.027739, 0.028171, 0.023879, 0.019503, 0.016945, 0.015048, 0.014054, 0.014817, 0.018401, 0.026459, 0.034266, 0.041595, 0.046709, 0.048113, 0.048375, 0.048905, 0.044089, 0.038205, 0.037346, 0.041957
|
|
#*# 0.040542, 0.024947, 0.016048, 0.016870, 0.017050, 0.016426, 0.016466, 0.017192, 0.020568, 0.026466, 0.030457, 0.031209, 0.028040, 0.024226, 0.021805, 0.019328, 0.018614, 0.019250, 0.023391, 0.031936, 0.042122, 0.048193, 0.049784, 0.048979, 0.049297, 0.049841, 0.046124, 0.042479, 0.040434, 0.048137
|
|
#*# 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
|