129 lines
No EOL
3.6 KiB
INI
129 lines
No EOL
3.6 KiB
INI
[mcu ebb36]
|
|
canbus_uuid: 856855c0f065
|
|
|
|
[temperature_sensor ebb36]
|
|
sensor_type: temperature_mcu
|
|
sensor_mcu: ebb36
|
|
min_temp: 0
|
|
max_temp: 100
|
|
|
|
[adxl345]
|
|
cs_pin: ebb36: PB12
|
|
spi_software_sclk_pin: ebb36: PB10
|
|
spi_software_mosi_pin: ebb36: PB11
|
|
spi_software_miso_pin: ebb36: PB2
|
|
axes_map: x,y,z
|
|
|
|
#####################################################################
|
|
# Extruder
|
|
#####################################################################
|
|
|
|
## Connected to MOTOR_6
|
|
## Heater - HE0
|
|
## Thermistor - T0
|
|
[extruder]
|
|
step_pin: ebb36: PD0
|
|
dir_pin: ebb36: PD1
|
|
enable_pin: !ebb36: PD2
|
|
## Update value below when you perform extruder calibration
|
|
## If you ask for 100mm of filament, but in reality it is 98mm:
|
|
## rotation_distance = <previous_rotation_distance> * <actual_extrude_distance> / 100
|
|
## 22.6789511 is a good starting point
|
|
#rotation_distance: 22.6789511 #Bondtech 5mm Drive Gears
|
|
# 101/100
|
|
rotation_distance: 22.905740611
|
|
## Update Gear Ratio depending on your Extruder Type
|
|
## Use 50:10 for Stealthburner/Clockwork 2
|
|
## Use 50:17 for Afterburner/Clockwork (BMG Gear Ratio)
|
|
## Use 80:20 for M4, M3.1
|
|
gear_ratio: 50:10 #BMG Gear Ratio
|
|
microsteps: 16
|
|
full_steps_per_rotation: 200 #200 for 1.8 degree, 400 for 0.9 degree
|
|
nozzle_diameter: 0.400
|
|
filament_diameter: 1.75
|
|
heater_pin: ebb36: PB13
|
|
## Check what thermistor type you have. See https://www.klipper3d.org/Config_Reference.html#common-thermistors for common thermistor types.
|
|
## Use "Generic 3950" for NTC 100k 3950 thermistors
|
|
sensor_type: ATC Semitec 104NT-4-R025H42G
|
|
sensor_pin: ebb36: PA3
|
|
min_temp: 10
|
|
max_temp: 295
|
|
max_power: 1.0
|
|
min_extrude_temp: 170
|
|
control = pid
|
|
pid_kp = 26.213
|
|
pid_ki = 1.304
|
|
pid_kd = 131.721
|
|
max_extrude_only_distance = 101
|
|
## Try to keep pressure_advance below 1.0
|
|
#pressure_advance: 0.05
|
|
## Default is 0.040, leave stock
|
|
#pressure_advance_smooth_time: 0.040
|
|
|
|
## E0 on MOTOR6
|
|
## Make sure to update below for your relevant driver (2208 or 2209)
|
|
[tmc2209 extruder]
|
|
uart_pin: ebb36: PA15
|
|
interpolate: false
|
|
run_current: 0.5
|
|
sense_resistor: 0.110
|
|
stealthchop_threshold: 0
|
|
|
|
[fan]
|
|
kick_start_time: 0.5
|
|
pin: ebb36: PA1
|
|
|
|
[heater_fan hotend_fan]
|
|
pin: ebb36: PA0
|
|
max_power: 1.0
|
|
kick_start_time: 0.5
|
|
heater: extruder
|
|
heater_temp: 50.0
|
|
## If you are experiencing back flow, you can reduce fan_speed
|
|
#fan_speed: 1.0
|
|
|
|
[neopixel sb_leds]
|
|
pin: ebb36:PD3
|
|
chain_count: 3
|
|
# The number of Neopixel chips that are "daisy chained" to the
|
|
# provided pin. The default is 1 (which indicates only a single
|
|
# Neopixel is connected to the pin).
|
|
color_order: GRBW
|
|
# Set the pixel order required by the LED hardware. Options are GRB,
|
|
# RGB, GRBW, or RGBW. The default is GRB.
|
|
initial_RED: 0.0
|
|
initial_GREEN: 0.0
|
|
initial_BLUE: 0.0
|
|
initial_WHITE: 0.0
|
|
|
|
#####################################################################
|
|
# Probe
|
|
#####################################################################
|
|
|
|
## Inductive Probe
|
|
## This probe is not used for Z height, only Quad Gantry Leveling
|
|
# moved to printer.cfg so I can save from the interface.
|
|
# [probe]
|
|
# pin: ebb36:PB8
|
|
# x_offset: 0
|
|
# y_offset: 19.75
|
|
# z_offset: 5.930
|
|
# # below is default, trying -0.365 measured, if +0.365, it's 6.785
|
|
# # z_offset: 6.42
|
|
# speed: 5
|
|
# samples: 3
|
|
# samples_result: median
|
|
# sample_retract_dist: 2.0
|
|
# samples_tolerance: 0.01
|
|
# samples_tolerance_retries: 3
|
|
|
|
[adxl345]
|
|
cs_pin: ebb36:PB12
|
|
spi_software_sclk_pin: ebb36:PB10
|
|
spi_software_mosi_pin: ebb36:PB11
|
|
spi_software_miso_pin: ebb36:PB2
|
|
axes_map: x,y,z
|
|
|
|
[resonance_tester]
|
|
accel_chip: adxl345
|
|
probe_points: 175,175,15 |