forked from boardthatpowder/klipper-firmware-voronswitchwire
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextruder.cfg
36 lines (34 loc) · 764 Bytes
/
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
[extruder]
step_pin: E0_STEP
dir_pin: E0_DIR
enable_pin: !E0_ENABLE
## If you ask for 100mm of filament, but in reality it is 98mm:
## step_distance = 98 / 100 * step_distance_old
step_distance: 0.0014553 ## Galileo Clockwork Afterburner (LDO 36mm pancake)
nozzle_diameter: 0.400
filament_diameter: 1.75
heater_pin: HE0
sensor_type: ATC Semitec 104GT-2
sensor_pin: TH0
min_temp: 0
max_temp: 270
min_extrude_temp: 170
control: pid
pid_kp: 18.313
pid_ki: 0.860
pid_kd: 97.516
max_extrude_only_distance: 100.0
[verify_heater extruder]
hysteresis: 5
check_gain_time: 30
heating_gain: 2
max_error: 150
## E0 on MCU X/Y
[tmc2209 extruder]
uart_pin: E0_UART
# tx_pin: E0_TX
# uart_address: 1
microsteps: 16
interpolate: True
run_current: 0.4
stealthchop_threshold: 10