Voron2_4_Klipper_Config/config/config/extruder_hotend.cfg

83 lines
1.7 KiB
INI

#[probe]
#pin: ^!PA0
#x_offset: 0
#y_offset: 25.0
#z_offset: 7.8
#speed: 25.0
#samples: 3
#samples_result: median
#sample_retract_dist: 4.0
#samples_tolerance: 0.025
#samples_tolerance_retries: 3
[bltouch]
sensor_pin: PA0
control_pin: PA2
x_offset: 0
y_offset: 25.0
z_offset: 3.155
speed: 15
samples: 3
samples_result: median
sample_retract_dist: 3.0
samples_tolerance: 0.02
samples_tolerance_retries: 3
probe_with_touch_mode: True
[extruder]
step_pin: PD5
dir_pin: PD6
enable_pin: !PD4
## 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: 23.1325301 #Bondtech 5mm Drive Gears
## Update Gear Ratio depending on your Extruder Type
## Use 50:17 for Afterburner/Clockwork (BMG Gear Ratio)
## Use 80:20 for M4, M3.1
gear_ratio: 50:17 #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: PB15
sensor_type: ATC Semitec 104GT-2
sensor_pin: PC0
min_temp: 10
max_temp: 300
max_power: 1.0
min_extrude_temp: 200
control = pid
pid_kp = 28.020
pid_ki = 1.746
pid_kd = 112.429
pressure_advance: 0.05
pressure_advance_smooth_time: 0.040
max_extrude_only_distance: 200
max_extrude_cross_section: 50.0
[tmc2209 extruder]
uart_pin: PD7
interpolate: false
run_current: 0.5
#hold_current: 0.2
sense_resistor: 0.110
stealthchop_threshold: 0
[heater_fan hotend_fan]
pin: PB1
max_power: 1.0
fan_speed: 1.0
kick_start_time: 0.5
heater: extruder
heater_temp: 50.0
shutdown_speed: 1.0
[fan]
pin: PB0
max_power: 1.0
kick_start_time: 0.5
off_below: 0.2