-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextruder.cfg
44 lines (44 loc) · 1.32 KB
/
extruder.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#####################################################################
# Extruder
#####################################################################
[extruder]
step_pin: PE1
dir_pin: PE0
enable_pin: !PC5
heater_pin: PB15
## 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: 3.6 #4.5 #16.1759899 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
microsteps: 16
#step_distance: .002
full_steps_per_rotation: 200 #200 for 1.8 degree, 400 for 0.9 degree
nozzle_diameter: 0.500
filament_diameter: 1.75
sensor_type: PT1000
sensor_pin: PC0
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.030 #0.045
## Default is 0.040, leave stock
pressure_advance_smooth_time: 0.030
max_extrude_only_distance: 100.0
#max_extrude_cross_section: 5
## In E0-MOT Position
[tmc2209 extruder]
uart_pin: PD11
run_current: 0.45 #0.35
sense_resistor: 0.110
stealthchop_threshold: 0