Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [include mainsail.cfg]
- # [include timelapse.cfg]
- [virtual_sdcard]
- path: /home/sean/printer_data/gcodes
- on_error_gcode: CANCEL_PRINT
- [mcu]
- serial: /dev/serial/by-id/usb-Klipper_stm32f446xx_270013000150335331383520-if00
- [mcu EBBCan]
- canbus_uuid: 2a9a5c8592f6
- [temperature_sensor EBB_NTC]
- sensor_type: Generic 3950
- sensor_pin: EBBCan:gpio28
- [printer]
- kinematics: corexy
- max_velocity: 300
- max_accel: 3000 #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
- [exclude_object]
- #####################################################################
- # 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: 300
- position_max: 300
- homing_speed: 80 #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: 300
- position_max: 300
- homing_speed: 80 #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: 4 # Rotation Distance for TR8x8 = 8, TR8x4 = 4, TR8x2 = 2
- microsteps: 32
- full_steps_per_rotation: 200
- endstop_pin: probe:z_virtual_endstop #PG10
- ## 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.5
- position_max: 290 ## For LDO 300^3 kits use 290, for 250^3 kits use 240
- position_min: -2.5
- homing_speed: 8.0 # Leadscrews are slower than 2.4, 10 is a recommended max.
- second_homing_speed: 3
- homing_retract_dist: 0 # beacon needs this to be set to 0
- ## Make sure to update below for your relevant driver (2208 or 2209)
- [tmc2209 stepper_z]
- uart_pin: PC6
- interpolate: False
- run_current: 0.6
- sense_resistor: 0.110
- stealthchop_threshold: 0
- ## Z1 Stepper - Rear Center
- ## Connected to MOTOR_3
- [stepper_z1]
- step_pin: PG4
- dir_pin: !PC1
- enable_pin: !PA0
- rotation_distance: 4 # Rotation Distance for TR8x8 = 8, TR8x4 = 4, TR8x2 = 2
- microsteps: 32
- full_steps_per_rotation: 200
- ## Make sure to update below for your relevant driver (2208 or 2209)
- [tmc2209 stepper_z1]
- uart_pin: PC7
- interpolate: False
- run_current: 0.6
- sense_resistor: 0.110
- stealthchop_threshold: 0
- ## Z2 Stepper - Front Right
- ## Connected to MOTOR_4
- [stepper_z2]
- step_pin: PF9
- dir_pin: !PF10
- enable_pin: !PG2
- rotation_distance: 4 # Rotation Distance for TR8x8 = 8, TR8x4 = 4, TR8x2 = 2
- microsteps: 32
- full_steps_per_rotation: 200
- ## Make sure to update below for your relevant driver (2208 or 2209)
- [tmc2209 stepper_z2]
- uart_pin: PF2
- interpolate: False
- run_current: 0.6
- sense_resistor: 0.110
- stealthchop_threshold: 0
- #####################################################################
- # Extruder
- #####################################################################
- # Connected to MOTOR_6
- # Heater - HE0
- # Thermistor - T0
- [adxl345]
- cs_pin: EBBCan:gpio1
- spi_software_sclk_pin: EBBCan:gpio2
- spi_software_mosi_pin: EBBCan:gpio0
- spi_software_miso_pin: EBBCan:gpio3
- axes_map: z,-y,x
- [resonance_tester]
- probe_points: 100, 100, 20
- accel_chip: adxl345
- [tmc2209 extruder]
- uart_pin: EBBCan:gpio20
- run_current: 0.650
- stealthchop_threshold: 999999
- [extruder]
- step_pin: EBBCan:gpio18
- dir_pin: EBBCan:gpio19
- enable_pin: !EBBCan:gpio17
- rotation_distance: 22.6789511 #Bondtech 5mm Drive Gears
- gear_ratio: 50:10
- microsteps: 16
- full_steps_per_rotation: 200 #200 for 1.8 degree, 400 for 0.9 degree
- nozzle_diameter: 0.600
- filament_diameter: 1.75
- pwm_cycle_time: 0.2
- smooth_time: 0.5
- ## Check what thermistor type you have. See https://www.klipper3d.org/Config_Reference.html#common-thermistors for common thermistor types.
- ## The kit ships with ATC Semitec 104NT thermistors, check your thermistor type if you have a hotend with an integrated thermistor
- heater_pin: EBBCan:gpio7
- sensor_pin: EBBCan:gpio9
- sensor_type:MAX31865
- spi_software_sclk_pin: EBBCan:gpio10
- spi_software_mosi_pin: EBBCan:gpio8
- spi_software_miso_pin: EBBCan:gpio11
- rtd_nominal_r: 100 #1000?
- rtd_reference_r: 430 #4300?
- rtd_num_of_wires: 2
- min_temp: 10
- max_temp: 350
- max_power: 1.0
- min_extrude_temp: 170
- #control = pid
- #pid_kp = 26.213
- #pid_ki = 1.304
- #pid_kd = 131.721
- ## Try to keep pressure_advance below 1.0
- pressure_advance: 0.023
- ## Default is 0.040, leave stock
- pressure_advance_smooth_time: 0.040
- [heater_fan hotend_fan]
- pin: EBBCan:gpio14
- heater: extruder
- heater_temp: 50.0
- #####################################################################
- # Bed Heater
- #####################################################################
- [heater_bed]
- ## SSR Pin - HE1
- ## Thermistor - TB
- heater_pin: PA2
- ## 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
- ## LDO heaters have their sensor type labelled on the heater
- 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.74
- min_temp: 0
- max_temp: 120
- #control: pid
- #pid_kp: 58.437
- #pid_ki: 2.347
- #pid_kd: 363.769
- #####################################################################
- # Probe
- #####################################################################
- [beacon]
- serial: /dev/serial/by-id/usb-Beacon_Beacon_RevD_DA6FD5E24E5737374D202020FF072328-if00
- x_offset: 0 # update with offset from nozzle on your machine
- y_offset: 21.6 # update with offset from nozzle on your machine
- mesh_main_direction: x
- mesh_runs: 2
- mesh_cluster_size: 1
- #####################################################################
- # Fan Control
- #####################################################################
- [fan]
- ## Print Cooling Fan - FAN0
- pin: EBBCan:gpio13
- kick_start_time: 0.5
- ## Depending on your fan, you may need to increase this value
- ## if your fan will not start. Can change cycle_time (increase)
- ## if your fan is not able to slow down effectively
- off_below: 0.10
- [controller_fan controller_fan]
- ## Controller fan - FAN2
- pin: PD12
- kick_start_time: 0.5
- heater: heater_bed
- [heater_fan exhaust_fan]
- ## Exhaust fan - FAN3
- 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 - FAN5
- pin: PD15
- pwm:true
- shutdown_value: 0
- value:1
- cycle_time: 0.01
- [neopixel headlight]
- ## Stealthburner lighting - RGB_LED
- pin: EBBCan:gpio16
- chain_count: 3
- color_order: GRBW
- initial_RED: 0.0
- initial_GREEN: 0.0
- initial_BLUE: 0.0
- initial_WHITE: 0.0
- #####################################################################
- # Additional Sensors
- #####################################################################
- #[temperature_sensor chamber_temp]
- ## Chamber Temperature - T1
- #sensor_type: ATC Semitec 104NT-4-R025H42G
- #sensor_pin: PF5
- #min_temp: 0
- #max_temp: 100
- #gcode_id: chamber_th
- #####################################################################
- # Homing and Gantry Adjustment Routines
- #####################################################################
- ##[idle_timeout]
- ##timeout: 1800
- [safe_z_home]
- ## XY Location of the Z Endstop Switch
- ## Update -10,-10 to the XY coordinates of your endstop pin
- ## (such as 157,305) after going through Z Endstop Pin
- ## Location Definition step.
- home_xy_position:150,150
- speed:100
- z_hop: 3
- [z_tilt]
- ## Use Z_TILT_ADJUST to level the bed .
- ## z_positions: Location of toolhead
- ##--------------------------------------------------------------------
- ## Uncomment below for 300mm build
- z_positions:
- -50, 18
- 150, 348
- 350, 18
- points:
- 30, 5
- 150, 245
- 270, 5
- ##--------------------------------------------------------------------
- ##speed: 200
- horizontal_move_z: 20
- ##retries: 5
- ##retry_tolerance: 0.0075
- [bed_mesh]
- speed: 120
- horizontal_move_z: 2
- mesh_min: 25, 25
- mesh_max: 275, 245
- probe_count: 20, 20
- algorithm: bicubic
- [fan_generic Nevermore]
- ## Nevermore - FAN5 on Octopus
- ## Adjust if you use a different board or a different terminal.
- pin: PA8
- #####################################################################
- # Macros
- #####################################################################
- # [include klicky-probe.cfg]
- [gcode_macro PRINT_START]
- # Use PRINT_START for the slicer starting script - PLEASE CUSTOMISE THE SCRIPT
- gcode:
- {% set BED_TEMP = params.BED_TEMP|default(60)|float %}
- {% set EXTRUDER_TEMP = params.EXTRUDER_TEMP|default(190)|float %}
- M190 S{BED_TEMP}
- G28
- Z_TILT_ADJUST
- G28
- M118 Heat soaking bed for 20 mins...
- G4 P1200000
- M118 Heat soaking extruder for 5 mins...
- M109 S160
- G4 P300000
- M118 Scanning bed for mesh...
- BED_MESH_CALIBRATE
- M118 Raising extruder to melting temp...
- M109 S{EXTRUDER_TEMP}
- M118 Releasing kracken....
- G0 X10 Y4 F10000 # Moves to starting point
- G0 Z0.4 # Raises Z to 0.4
- G91 # Incremental positioning
- G1 X200 E20 F1000 # Purge line
- G90 # Absolut position
- ## Uncomment for for your size printer:
- #--------------------------------------------------------------------
- ## Uncomment for 250mm build
- #G0 X125 Y125 Z30 F3600
- ## Uncomment for 300 build
- G0 X150 Y150 Z30 F3600
- ## Uncomment for 350mm build
- #G0 X175 Y175 Z30 F3600
- #--------------------------------------------------------------------
- [gcode_macro PRINT_END]
- # Use PRINT_END for the slicer ending script - please customise for your slicer of choice
- gcode:
- # safe anti-stringing move coords
- {% set th = printer.toolhead %}
- {% set x_safe = th.position.x + 20 * (1 if th.axis_maximum.x - th.position.x > 20 else -1) %}
- {% set y_safe = th.position.y + 20 * (1 if th.axis_maximum.y - th.position.y > 20 else -1) %}
- {% set z_safe = [th.position.z + 2, th.axis_maximum.z]|min %}
- SAVE_GCODE_STATE NAME=STATE_PRINT_END
- M400 ; wait for buffer to clear
- G92 E0 ; zero the extruder
- G1 E-2.0 F3600 ; retract filament
- TURN_OFF_HEATERS
- G90 ; absolute positioning
- G0 X{x_safe} Y{y_safe} Z{z_safe} F20000 ; move nozzle to remove stringing
- G0 X{th.axis_maximum.x//2} Y{th.axis_maximum.y - 2} F3600 ; park nozzle at rear
- M107 ; turn off fan
- BED_MESH_CLEAR
- RESTORE_GCODE_STATE NAME=STATE_PRINT_END
- #*# <---------------------- SAVE_CONFIG ---------------------->
- #*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
- #*#
- #*# [heater_bed]
- #*# control = pid
- #*# pid_kp = 64.407
- #*# pid_ki = 3.670
- #*# pid_kd = 282.587
- #*#
- #*# [extruder]
- #*# control = pid
- #*# pid_kp = 20.774
- #*# pid_ki = 1.610
- #*# pid_kd = 66.993
- #*#
- #*# [probe]
- #*# z_offset = 1.250
- #*#
- #*# [input_shaper]
- #*# shaper_type_x = zv
- #*# shaper_freq_x = 70.4
- #*# shaper_type_y = mzv
- #*# shaper_freq_y = 47.2
- #*#
- #*# [beacon model default]
- #*# model_coef = 1.7082918245727396,
- #*# 2.0143166279514135,
- #*# 0.7036985320709135,
- #*# 0.31190502692890926,
- #*# 0.1823313676479398,
- #*# 0.05318442831229657,
- #*# -0.044553461413687385,
- #*# 0.02605716216520861,
- #*# 0.054378276374450744,
- #*# 0.0017613762497089753
- #*# model_domain = 3.322845105953376e-07,3.3576295541652947e-07
- #*# model_range = 0.200000,5.000000
- #*# model_temp = 54.938424
- #*# model_offset = 0.00000
- #*#
- #*# [bed_mesh default]
- #*# version = 1
- #*# points =
- #*# -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
- #*# -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
- #*# -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
- #*# -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
- #*# -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
- #*# -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
- #*# -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
- #*# -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
- #*# -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
- #*# -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
- #*# -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
- #*# -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
- #*# -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
- #*# -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
- #*# -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
- #*# -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
- #*# -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
- #*# -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
- #*# -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
- #*# -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
- #*# -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
- #*# -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
- #*# -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
- #*# -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
- #*# -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
- #*# x_count = 25
- #*# y_count = 25
- #*# mesh_x_pps = 2
- #*# mesh_y_pps = 2
- #*# algo = bicubic
- #*# tension = 0.2
- #*# min_x = 25.0
- #*# max_x = 245.0
- #*# min_y = 25.0
- #*# max_y = 245.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement