-
Notifications
You must be signed in to change notification settings - Fork 0
/
extruder.cfg
41 lines (39 loc) · 949 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
37
38
39
40
41
# Driver4
[extruder]
step_pin: PF9
dir_pin: !PF10
enable_pin: !PG2
microsteps: 16
rotation_distance: 7.786 #8.115
#gear_ratio: 73:20 #73:22
nozzle_diameter: 0.500
filament_diameter: 1.750
heater_pin: PA2 # HE0
max_extrude_only_distance: 150
max_extrude_cross_section: 30
# sensor_type: Generic 3950
# sensor_type: ATC Semitec 104GT-2
######## старый датчик ########
sensor_pin: PF4 # T0
sensor_type: PT1000
######## старый датчик ########
######## MAX31865 ########
# sensor_type: MAX31865
# sensor_pin: PD3
# spi_software_sclk_pin: PA5
# spi_software_mosi_pin: PA7
# spi_software_miso_pin: PA6
# rtd_nominal_r: 1000
# rtd_num_of_wires: 2
# rtd_reference_r: 4300
######## MAX31865 ########
min_temp: 0
max_temp: 350
pressure_advance: 0.03
control = pid
pid_kp = 25.165
pid_ki = 1.049
pid_kd = 150.991
# Для калиьбровки потока установить
# min_extrude_temp: 0
# max_extrude_only_distance: 500