Advertisement
Guest User

voron trident 300 config troubleshooting

a guest
Apr 28th, 2025
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.16 KB | None | 0 0
  1. [include mainsail.cfg]
  2. # [include timelapse.cfg]
  3.  
  4. [virtual_sdcard]
  5. path: /home/sean/printer_data/gcodes
  6. on_error_gcode: CANCEL_PRINT
  7.  
  8. [mcu]
  9. serial: /dev/serial/by-id/usb-Klipper_stm32f446xx_270013000150335331383520-if00
  10.  
  11. [mcu EBBCan]
  12. canbus_uuid: 2a9a5c8592f6
  13.  
  14. [temperature_sensor EBB_NTC]
  15. sensor_type: Generic 3950
  16. sensor_pin: EBBCan:gpio28
  17.  
  18. [printer]
  19. kinematics: corexy
  20. max_velocity: 300
  21. max_accel: 3000 #Max 4000
  22. max_z_velocity: 15 #Max 15 for 12V TMC Drivers, can increase for 24V
  23. max_z_accel: 350
  24. square_corner_velocity: 5.0
  25.  
  26. [exclude_object]
  27.  
  28. #####################################################################
  29. # X/Y Stepper Settings
  30. #####################################################################
  31.  
  32. ## B Stepper - Left
  33. ## Connected to MOTOR_0
  34. ## Endstop connected to DIAG_0
  35. [stepper_x]
  36. step_pin: PF13
  37. dir_pin: PF12
  38. enable_pin: !PF14
  39. rotation_distance: 40
  40. microsteps: 32
  41. full_steps_per_rotation: 400 #set to 200 for 1.8 degree stepper
  42. endstop_pin: ^PG6
  43. position_min: 0
  44.  
  45. position_endstop: 300
  46. position_max: 300
  47.  
  48. homing_speed: 80 #Max 100
  49. homing_retract_dist: 5
  50. homing_positive_dir: true
  51.  
  52. ## Make sure to update below for your relevant driver (2208 or 2209)
  53. [tmc2209 stepper_x]
  54. uart_pin: PC4
  55. interpolate: False
  56. run_current: 0.8
  57. sense_resistor: 0.110
  58. stealthchop_threshold: 0
  59.  
  60. ## A Stepper - Right
  61. ## Connected to MOTOR_1
  62. ## Endstop connected to DIAG_1
  63. [stepper_y]
  64. step_pin: PG0
  65. dir_pin: PG1
  66. enable_pin: !PF15
  67. rotation_distance: 40
  68. microsteps: 32
  69. full_steps_per_rotation: 400 #set to 200 for 1.8 degree stepper
  70. endstop_pin: PG9
  71. position_min: 0
  72.  
  73. position_endstop: 300
  74. position_max: 300
  75.  
  76. homing_speed: 80 #Max 100
  77. homing_retract_dist: 5
  78. homing_positive_dir: true
  79.  
  80. ## Make sure to update below for your relevant driver (2208 or 2209)
  81. [tmc2209 stepper_y]
  82. uart_pin: PD11
  83. interpolate: False
  84. run_current: 0.8
  85. sense_resistor: 0.110
  86. stealthchop_threshold: 0
  87.  
  88. #####################################################################
  89. # Z Stepper Settings
  90. #####################################################################
  91.  
  92. ## Z0 Stepper - Front Left
  93. ## Connected to MOTOR_2
  94. ## Endstop connected to DIAG_2
  95. [stepper_z]
  96. step_pin: PF11
  97. dir_pin: !PG3
  98. enable_pin: !PG5
  99. rotation_distance: 4 # Rotation Distance for TR8x8 = 8, TR8x4 = 4, TR8x2 = 2
  100. microsteps: 32
  101. full_steps_per_rotation: 200
  102. endstop_pin: probe:z_virtual_endstop #PG10
  103. ## Z-position of nozzle (in mm) to z-endstop trigger point relative to print surface (Z0)
  104. ## (+) value = endstop above Z0, (-) value = endstop below
  105. ## Increasing position_endstop brings nozzle closer to the bed
  106. ## After you run Z_ENDSTOP_CALIBRATE, position_endstop will be stored at the very end of your config
  107. # position_endstop: -0.5
  108. position_max: 290 ## For LDO 300^3 kits use 290, for 250^3 kits use 240
  109. position_min: -2.5
  110. homing_speed: 8.0 # Leadscrews are slower than 2.4, 10 is a recommended max.
  111. second_homing_speed: 3
  112. homing_retract_dist: 0 # beacon needs this to be set to 0
  113.  
  114. ## Make sure to update below for your relevant driver (2208 or 2209)
  115. [tmc2209 stepper_z]
  116. uart_pin: PC6
  117. interpolate: False
  118. run_current: 0.6
  119. sense_resistor: 0.110
  120. stealthchop_threshold: 0
  121.  
  122. ## Z1 Stepper - Rear Center
  123. ## Connected to MOTOR_3
  124. [stepper_z1]
  125. step_pin: PG4
  126. dir_pin: !PC1
  127. enable_pin: !PA0
  128. rotation_distance: 4 # Rotation Distance for TR8x8 = 8, TR8x4 = 4, TR8x2 = 2
  129. microsteps: 32
  130. full_steps_per_rotation: 200
  131.  
  132. ## Make sure to update below for your relevant driver (2208 or 2209)
  133. [tmc2209 stepper_z1]
  134. uart_pin: PC7
  135. interpolate: False
  136. run_current: 0.6
  137. sense_resistor: 0.110
  138. stealthchop_threshold: 0
  139.  
  140. ## Z2 Stepper - Front Right
  141. ## Connected to MOTOR_4
  142. [stepper_z2]
  143. step_pin: PF9
  144. dir_pin: !PF10
  145. enable_pin: !PG2
  146. rotation_distance: 4 # Rotation Distance for TR8x8 = 8, TR8x4 = 4, TR8x2 = 2
  147. microsteps: 32
  148. full_steps_per_rotation: 200
  149.  
  150. ## Make sure to update below for your relevant driver (2208 or 2209)
  151. [tmc2209 stepper_z2]
  152. uart_pin: PF2
  153. interpolate: False
  154. run_current: 0.6
  155. sense_resistor: 0.110
  156. stealthchop_threshold: 0
  157.  
  158.  
  159. #####################################################################
  160. # Extruder
  161. #####################################################################
  162.  
  163. # Connected to MOTOR_6
  164. # Heater - HE0
  165. # Thermistor - T0
  166.  
  167. [adxl345]
  168. cs_pin: EBBCan:gpio1
  169. spi_software_sclk_pin: EBBCan:gpio2
  170. spi_software_mosi_pin: EBBCan:gpio0
  171. spi_software_miso_pin: EBBCan:gpio3
  172. axes_map: z,-y,x
  173.  
  174. [resonance_tester]
  175. probe_points: 100, 100, 20
  176. accel_chip: adxl345
  177.  
  178. [tmc2209 extruder]
  179. uart_pin: EBBCan:gpio20
  180. run_current: 0.650
  181. stealthchop_threshold: 999999
  182.  
  183. [extruder]
  184. step_pin: EBBCan:gpio18
  185. dir_pin: EBBCan:gpio19
  186. enable_pin: !EBBCan:gpio17
  187. rotation_distance: 22.6789511 #Bondtech 5mm Drive Gears
  188. gear_ratio: 50:10
  189. microsteps: 16
  190. full_steps_per_rotation: 200 #200 for 1.8 degree, 400 for 0.9 degree
  191. nozzle_diameter: 0.600
  192. filament_diameter: 1.75
  193. pwm_cycle_time: 0.2
  194. smooth_time: 0.5
  195.  
  196. ## Check what thermistor type you have. See https://www.klipper3d.org/Config_Reference.html#common-thermistors for common thermistor types.
  197. ## The kit ships with ATC Semitec 104NT thermistors, check your thermistor type if you have a hotend with an integrated thermistor
  198. heater_pin: EBBCan:gpio7
  199. sensor_pin: EBBCan:gpio9
  200. sensor_type:MAX31865
  201. spi_software_sclk_pin: EBBCan:gpio10
  202. spi_software_mosi_pin: EBBCan:gpio8
  203. spi_software_miso_pin: EBBCan:gpio11
  204. rtd_nominal_r: 100 #1000?
  205. rtd_reference_r: 430 #4300?
  206. rtd_num_of_wires: 2
  207. min_temp: 10
  208. max_temp: 350
  209. max_power: 1.0
  210. min_extrude_temp: 170
  211. #control = pid
  212. #pid_kp = 26.213
  213. #pid_ki = 1.304
  214. #pid_kd = 131.721
  215. ## Try to keep pressure_advance below 1.0
  216. pressure_advance: 0.023
  217. ## Default is 0.040, leave stock
  218. pressure_advance_smooth_time: 0.040
  219.  
  220. [heater_fan hotend_fan]
  221. pin: EBBCan:gpio14
  222. heater: extruder
  223. heater_temp: 50.0
  224.  
  225. #####################################################################
  226. # Bed Heater
  227. #####################################################################
  228.  
  229. [heater_bed]
  230. ## SSR Pin - HE1
  231. ## Thermistor - TB
  232. heater_pin: PA2
  233. ## Check what thermistor type you have. See https://www.klipper3d.org/Config_Reference.html#common-thermistors for common thermistor types.
  234. ## Use "Generic 3950" for Keenovo heaters
  235. ## LDO heaters have their sensor type labelled on the heater
  236. sensor_type: ATC Semitec 104NT-4-R025H42G
  237. sensor_pin: PF3
  238. ## Adjust Max Power so your heater doesn't warp your bed. Rule of thumb is 0.4 watts / cm^2 .
  239. #max_power: 0.74
  240. min_temp: 0
  241. max_temp: 120
  242. #control: pid
  243. #pid_kp: 58.437
  244. #pid_ki: 2.347
  245. #pid_kd: 363.769
  246.  
  247. #####################################################################
  248. # Probe
  249. #####################################################################
  250.  
  251. [beacon]
  252. serial: /dev/serial/by-id/usb-Beacon_Beacon_RevD_DA6FD5E24E5737374D202020FF072328-if00
  253. x_offset: 0 # update with offset from nozzle on your machine
  254. y_offset: 21.6 # update with offset from nozzle on your machine
  255. mesh_main_direction: x
  256. mesh_runs: 2
  257. mesh_cluster_size: 1
  258.  
  259.  
  260. #####################################################################
  261. # Fan Control
  262. #####################################################################
  263.  
  264. [fan]
  265. ## Print Cooling Fan - FAN0
  266. pin: EBBCan:gpio13
  267. kick_start_time: 0.5
  268. ## Depending on your fan, you may need to increase this value
  269. ## if your fan will not start. Can change cycle_time (increase)
  270. ## if your fan is not able to slow down effectively
  271. off_below: 0.10
  272.  
  273. [controller_fan controller_fan]
  274. ## Controller fan - FAN2
  275. pin: PD12
  276. kick_start_time: 0.5
  277. heater: heater_bed
  278.  
  279. [heater_fan exhaust_fan]
  280. ## Exhaust fan - FAN3
  281. pin: PD13
  282. max_power: 1.0
  283. shutdown_speed: 0.0
  284. kick_start_time: 5.0
  285. heater: heater_bed
  286. heater_temp: 60
  287. fan_speed: 1.0
  288.  
  289. #####################################################################
  290. # LED Control
  291. #####################################################################
  292.  
  293. [output_pin caselight]
  294. ## Chamber Lighting - FAN5
  295. pin: PD15
  296. pwm:true
  297. shutdown_value: 0
  298. value:1
  299. cycle_time: 0.01
  300.  
  301. [neopixel headlight]
  302. ## Stealthburner lighting - RGB_LED
  303. pin: EBBCan:gpio16
  304. chain_count: 3
  305. color_order: GRBW
  306. initial_RED: 0.0
  307. initial_GREEN: 0.0
  308. initial_BLUE: 0.0
  309. initial_WHITE: 0.0
  310.  
  311. #####################################################################
  312. # Additional Sensors
  313. #####################################################################
  314.  
  315. #[temperature_sensor chamber_temp]
  316. ## Chamber Temperature - T1
  317. #sensor_type: ATC Semitec 104NT-4-R025H42G
  318. #sensor_pin: PF5
  319. #min_temp: 0
  320. #max_temp: 100
  321. #gcode_id: chamber_th
  322.  
  323.  
  324. #####################################################################
  325. # Homing and Gantry Adjustment Routines
  326. #####################################################################
  327.  
  328. ##[idle_timeout]
  329. ##timeout: 1800
  330.  
  331. [safe_z_home]
  332. ## XY Location of the Z Endstop Switch
  333. ## Update -10,-10 to the XY coordinates of your endstop pin
  334. ## (such as 157,305) after going through Z Endstop Pin
  335. ## Location Definition step.
  336. home_xy_position:150,150
  337. speed:100
  338. z_hop: 3
  339.  
  340. [z_tilt]
  341. ## Use Z_TILT_ADJUST to level the bed .
  342. ## z_positions: Location of toolhead
  343.  
  344. ##--------------------------------------------------------------------
  345.  
  346. ## Uncomment below for 300mm build
  347. z_positions:
  348. -50, 18
  349. 150, 348
  350. 350, 18
  351. points:
  352. 30, 5
  353. 150, 245
  354. 270, 5
  355.  
  356. ##--------------------------------------------------------------------
  357.  
  358. ##speed: 200
  359. horizontal_move_z: 20
  360. ##retries: 5
  361. ##retry_tolerance: 0.0075
  362.  
  363. [bed_mesh]
  364. speed: 120
  365. horizontal_move_z: 2
  366. mesh_min: 25, 25
  367. mesh_max: 275, 245
  368. probe_count: 20, 20
  369. algorithm: bicubic
  370.  
  371. [fan_generic Nevermore]
  372. ## Nevermore - FAN5 on Octopus
  373. ## Adjust if you use a different board or a different terminal.
  374. pin: PA8
  375.  
  376. #####################################################################
  377. # Macros
  378. #####################################################################
  379. # [include klicky-probe.cfg]
  380.  
  381.  
  382. [gcode_macro PRINT_START]
  383. # Use PRINT_START for the slicer starting script - PLEASE CUSTOMISE THE SCRIPT
  384. gcode:
  385. {% set BED_TEMP = params.BED_TEMP|default(60)|float %}
  386. {% set EXTRUDER_TEMP = params.EXTRUDER_TEMP|default(190)|float %}
  387. M190 S{BED_TEMP}
  388. G28
  389. Z_TILT_ADJUST
  390. G28
  391. M118 Heat soaking bed for 20 mins...
  392. G4 P1200000
  393. M118 Heat soaking extruder for 5 mins...
  394. M109 S160
  395. G4 P300000
  396. M118 Scanning bed for mesh...
  397. BED_MESH_CALIBRATE
  398. M118 Raising extruder to melting temp...
  399. M109 S{EXTRUDER_TEMP}
  400. M118 Releasing kracken....
  401. G0 X10 Y4 F10000 # Moves to starting point
  402. G0 Z0.4 # Raises Z to 0.4
  403. G91 # Incremental positioning
  404. G1 X200 E20 F1000 # Purge line
  405. G90 # Absolut position
  406.  
  407. ## Uncomment for for your size printer:
  408. #--------------------------------------------------------------------
  409. ## Uncomment for 250mm build
  410. #G0 X125 Y125 Z30 F3600
  411.  
  412. ## Uncomment for 300 build
  413. G0 X150 Y150 Z30 F3600
  414.  
  415. ## Uncomment for 350mm build
  416. #G0 X175 Y175 Z30 F3600
  417. #--------------------------------------------------------------------
  418.  
  419.  
  420. [gcode_macro PRINT_END]
  421. # Use PRINT_END for the slicer ending script - please customise for your slicer of choice
  422. gcode:
  423. # safe anti-stringing move coords
  424. {% set th = printer.toolhead %}
  425. {% set x_safe = th.position.x + 20 * (1 if th.axis_maximum.x - th.position.x > 20 else -1) %}
  426. {% set y_safe = th.position.y + 20 * (1 if th.axis_maximum.y - th.position.y > 20 else -1) %}
  427. {% set z_safe = [th.position.z + 2, th.axis_maximum.z]|min %}
  428.  
  429. SAVE_GCODE_STATE NAME=STATE_PRINT_END
  430.  
  431. M400 ; wait for buffer to clear
  432. G92 E0 ; zero the extruder
  433. G1 E-2.0 F3600 ; retract filament
  434.  
  435. TURN_OFF_HEATERS
  436.  
  437. G90 ; absolute positioning
  438. G0 X{x_safe} Y{y_safe} Z{z_safe} F20000 ; move nozzle to remove stringing
  439. G0 X{th.axis_maximum.x//2} Y{th.axis_maximum.y - 2} F3600 ; park nozzle at rear
  440. M107 ; turn off fan
  441.  
  442. BED_MESH_CLEAR
  443. RESTORE_GCODE_STATE NAME=STATE_PRINT_END
  444.  
  445. #*# <---------------------- SAVE_CONFIG ---------------------->
  446. #*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
  447. #*#
  448. #*# [heater_bed]
  449. #*# control = pid
  450. #*# pid_kp = 64.407
  451. #*# pid_ki = 3.670
  452. #*# pid_kd = 282.587
  453. #*#
  454. #*# [extruder]
  455. #*# control = pid
  456. #*# pid_kp = 20.774
  457. #*# pid_ki = 1.610
  458. #*# pid_kd = 66.993
  459. #*#
  460. #*# [probe]
  461. #*# z_offset = 1.250
  462. #*#
  463. #*# [input_shaper]
  464. #*# shaper_type_x = zv
  465. #*# shaper_freq_x = 70.4
  466. #*# shaper_type_y = mzv
  467. #*# shaper_freq_y = 47.2
  468. #*#
  469. #*# [beacon model default]
  470. #*# model_coef = 1.7082918245727396,
  471. #*# 2.0143166279514135,
  472. #*# 0.7036985320709135,
  473. #*# 0.31190502692890926,
  474. #*# 0.1823313676479398,
  475. #*# 0.05318442831229657,
  476. #*# -0.044553461413687385,
  477. #*# 0.02605716216520861,
  478. #*# 0.054378276374450744,
  479. #*# 0.0017613762497089753
  480. #*# model_domain = 3.322845105953376e-07,3.3576295541652947e-07
  481. #*# model_range = 0.200000,5.000000
  482. #*# model_temp = 54.938424
  483. #*# model_offset = 0.00000
  484. #*#
  485. #*# [bed_mesh default]
  486. #*# version = 1
  487. #*# points =
  488. #*# -0.027097, -0.018379, -0.014252, -0.009355, -0.003147, 0.001267, 0.006366, 0.013851, 0.018290, 0.025673, 0.026363, 0.029314, 0.032818, 0.032917, 0.037657, 0.041747, 0.037092, 0.035435, 0.031959, 0.031968, 0.027204, 0.025274, 0.011323, 0.003820, -0.004430
  489. #*# -0.030504, -0.023789, -0.014161, -0.010494, -0.006131, 0.000914, 0.003315, 0.011125, 0.016450, 0.019336, 0.023842, 0.027166, 0.030514, 0.031331, 0.037363, 0.043612, 0.037528, 0.031297, 0.026664, 0.024607, 0.022111, 0.017530, 0.004241, -0.003451, -0.012318
  490. #*# -0.038306, -0.025884, -0.020305, -0.016532, -0.010006, -0.003555, 0.003165, 0.010816, 0.012740, 0.017913, 0.023526, 0.026175, 0.029897, 0.031071, 0.036557, 0.038411, 0.030461, 0.023621, 0.018662, 0.016263, 0.010890, 0.007012, -0.004008, -0.010638, -0.024201
  491. #*# -0.038241, -0.029739, -0.017112, -0.017235, -0.007622, 0.002792, 0.004012, 0.012761, 0.016821, 0.019775, 0.029852, 0.031686, 0.030988, 0.036610, 0.036462, 0.039560, 0.028589, 0.023992, 0.024175, 0.015659, 0.009286, 0.003119, -0.010756, -0.017792, -0.027581
  492. #*# -0.039477, -0.024177, -0.015226, -0.015984, -0.008405, 0.002039, 0.004173, 0.019614, 0.020889, 0.024408, 0.031976, 0.031671, 0.037268, 0.038909, 0.038376, 0.043131, 0.033774, 0.027463, 0.023360, 0.016946, 0.009734, 0.005361, -0.009762, -0.020124, -0.029180
  493. #*# -0.038436, -0.025347, -0.013093, -0.018498, -0.007385, 0.005059, 0.004765, 0.022618, 0.023799, 0.025274, 0.037234, 0.032036, 0.038927, 0.042972, 0.031805, 0.039747, 0.035854, 0.028205, 0.022349, 0.012664, 0.005220, 0.000009, -0.019498, -0.027643, -0.036908
  494. #*# -0.047365, -0.032561, -0.023019, -0.029517, -0.018469, -0.006433, -0.005602, 0.011997, 0.015206, 0.017743, 0.028450, 0.022960, 0.027971, 0.033554, 0.025405, 0.035121, 0.027545, 0.018360, 0.014295, 0.004025, -0.006044, -0.012881, -0.033506, -0.039900, -0.047846
  495. #*# -0.063484, -0.042090, -0.030156, -0.042221, -0.020190, -0.020742, -0.017546, 0.003112, 0.004512, 0.013536, 0.022453, 0.011785, 0.020454, 0.027981, 0.012058, 0.027949, 0.017551, 0.005303, 0.008387, -0.010403, -0.016087, -0.019887, -0.045302, -0.047679, -0.066230
  496. #*# -0.060880, -0.052234, -0.032649, -0.043975, -0.031468, -0.019101, -0.021306, 0.000870, 0.003411, 0.001504, 0.018166, 0.015823, 0.013438, 0.024060, 0.005879, 0.013669, 0.010434, -0.000984, 0.007501, -0.008623, -0.024859, -0.023616, -0.050025, -0.055803, -0.062987
  497. #*# -0.069308, -0.045187, -0.031120, -0.047855, -0.020902, -0.023122, -0.027563, -0.000187, -0.009882, 0.005083, 0.015394, 0.003386, 0.012003, 0.013154, -0.000601, 0.013130, 0.005797, -0.000871, 0.000153, -0.021559, -0.022349, -0.023552, -0.055842, -0.055790, -0.077585
  498. #*# -0.062514, -0.059679, -0.035010, -0.039233, -0.035801, -0.018037, -0.027867, -0.011793, -0.003638, -0.005568, 0.012549, 0.005938, -0.001343, 0.016774, -0.006797, 0.002713, 0.006980, -0.013835, -0.004589, -0.017285, -0.034121, -0.024563, -0.051189, -0.066514, -0.070649
  499. #*# -0.073026, -0.051477, -0.046754, -0.053872, -0.024455, -0.025528, -0.019144, -0.000898, -0.016755, -0.003116, 0.009387, -0.006508, 0.012301, 0.002766, -0.011845, 0.006295, -0.016799, -0.010747, -0.007531, -0.034306, -0.034440, -0.042133, -0.066470, -0.061518, -0.085023
  500. #*# -0.057419, -0.054989, -0.031963, -0.033311, -0.037510, -0.013017, -0.023218, -0.010255, 0.005789, -0.009500, 0.009321, 0.002833, -0.006456, 0.008566, -0.002924, -0.003952, 0.000750, -0.018795, -0.018138, -0.022922, -0.043043, -0.032253, -0.057694, -0.080918, -0.071591
  501. #*# -0.063606, -0.027953, -0.034541, -0.038886, -0.013299, -0.027611, -0.010341, 0.005045, -0.012236, -0.000522, 0.001661, -0.005888, 0.012089, -0.002138, -0.004304, 0.005199, -0.017636, -0.012353, -0.008623, -0.035858, -0.022915, -0.045317, -0.067762, -0.060333, -0.093110
  502. #*# -0.049759, -0.052734, -0.026026, -0.034094, -0.038942, -0.016277, -0.020634, -0.016063, -0.002545, -0.019258, -0.010445, -0.008892, -0.018550, -0.001189, -0.012897, -0.024786, -0.009610, -0.032299, -0.027542, -0.021397, -0.052858, -0.042316, -0.062672, -0.086400, -0.079592
  503. #*# -0.080262, -0.038299, -0.045347, -0.051710, -0.025968, -0.045245, -0.030254, -0.015528, -0.034112, -0.010685, -0.022336, -0.030989, -0.009681, -0.032807, -0.025776, -0.016931, -0.045498, -0.036436, -0.042546, -0.060336, -0.047883, -0.068770, -0.091331, -0.079727, -0.115920
  504. #*# -0.065689, -0.076721, -0.045053, -0.052019, -0.065638, -0.033601, -0.043622, -0.053459, -0.024288, -0.046336, -0.033494, -0.017527, -0.044039, -0.021107, -0.037880, -0.052416, -0.032815, -0.061411, -0.058095, -0.050167, -0.086661, -0.074475, -0.094762, -0.117761, -0.107476
  505. #*# -0.092717, -0.053187, -0.073262, -0.055057, -0.039135, -0.061146, -0.044929, -0.029345, -0.050971, -0.022327, -0.034132, -0.043770, -0.020146, -0.050639, -0.040171, -0.032046, -0.061442, -0.043132, -0.062134, -0.080063, -0.066356, -0.099949, -0.102410, -0.102168, -0.139291
  506. #*# -0.073645, -0.079307, -0.062328, -0.045599, -0.065199, -0.039201, -0.047889, -0.057825, -0.028537, -0.048199, -0.034808, -0.022743, -0.044368, -0.025135, -0.039436, -0.057911, -0.042804, -0.055935, -0.073734, -0.059802, -0.088065, -0.093073, -0.095870, -0.125178, -0.121004
  507. #*# -0.098627, -0.060236, -0.077398, -0.061534, -0.047326, -0.064195, -0.040021, -0.046825, -0.050663, -0.030581, -0.033890, -0.032912, -0.024097, -0.046643, -0.040504, -0.039049, -0.061923, -0.050225, -0.068050, -0.079810, -0.074570, -0.103836, -0.106910, -0.110282, -0.143210
  508. #*# -0.089329, -0.092942, -0.076126, -0.064593, -0.078074, -0.056872, -0.062674, -0.063974, -0.044354, -0.046753, -0.045247, -0.037064, -0.050719, -0.044503, -0.040402, -0.064219, -0.054885, -0.072460, -0.086519, -0.080668, -0.102895, -0.105381, -0.114161, -0.142333, -0.140639
  509. #*# -0.111877, -0.086666, -0.093744, -0.081896, -0.074858, -0.079762, -0.065087, -0.065714, -0.064453, -0.051284, -0.060062, -0.052091, -0.050586, -0.058559, -0.058356, -0.065025, -0.079195, -0.079501, -0.091774, -0.095334, -0.100542, -0.121149, -0.130613, -0.139691, -0.163409
  510. #*# -0.108357, -0.096789, -0.093824, -0.083084, -0.086331, -0.078371, -0.073488, -0.070330, -0.058753, -0.059507, -0.063105, -0.055569, -0.063022, -0.061806, -0.063001, -0.071869, -0.076426, -0.090043, -0.100861, -0.104398, -0.115875, -0.126596, -0.138876, -0.156367, -0.166174
  511. #*# -0.110183, -0.093507, -0.090621, -0.084361, -0.082390, -0.075462, -0.066779, -0.062005, -0.056836, -0.055728, -0.057006, -0.054689, -0.055998, -0.058343, -0.061347, -0.064944, -0.077449, -0.083665, -0.092485, -0.100001, -0.107936, -0.124288, -0.137105, -0.151573, -0.164206
  512. #*# -0.107291, -0.096257, -0.090718, -0.083842, -0.081883, -0.070690, -0.064402, -0.059004, -0.054290, -0.049363, -0.052681, -0.049738, -0.055385, -0.055351, -0.057321, -0.058974, -0.070295, -0.077193, -0.089791, -0.097913, -0.106655, -0.120687, -0.134232, -0.148651, -0.162588
  513. #*# x_count = 25
  514. #*# y_count = 25
  515. #*# mesh_x_pps = 2
  516. #*# mesh_y_pps = 2
  517. #*# algo = bicubic
  518. #*# tension = 0.2
  519. #*# min_x = 25.0
  520. #*# max_x = 245.0
  521. #*# min_y = 25.0
  522. #*# max_y = 245.0
  523.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement