-
Notifications
You must be signed in to change notification settings - Fork 1
/
ercf_hardware.cfg
55 lines (49 loc) · 1.25 KB
/
ercf_hardware.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
45
46
47
48
49
50
51
52
53
54
55
## Enraged Rabbit : Carrot Feeder config file for voron 2.4 with 2 SKR1.4
# E1 on XY mcu : Carrot Feeder 5mm road with the 5 gears
[manual_stepper gear_stepper]
step_pin: PA7
dir_pin: PC7
enable_pin: PB10
# regular 16 microsteps
# step_distance: 0.00168
# value for 2 microsteps
step_distance: 0.01344
velocity: 50
accel: 30
endstop_pin: PA2
[tmc2209 manual_stepper gear_stepper]
# setting the micro steps to 2 no interpolation and stealthchop threshold at 26 (it skips if higher)
# helped me reduce the overall noise during loading//unloading.
# Adapth accordingly to your setup // desires
uart_pin: PC12
microsteps: 2
interpolate: False
run_current: 0.8
hold_current: 0.3
sense_resistor: 0.110
stealthchop_threshold: 26
# Z1 on XY mcu : Carrot Feeder color selector
[manual_stepper selector_stepper]
step_pin: PC6
dir_pin: PA4
enable_pin: PD1
step_distance: 0.0125
velocity: 50
accel: 200
endstop_pin: PC1
[tmc2209 manual_stepper selector_stepper]
uart_pin: PD2
microsteps: 16
run_current: 0.55
hold_current: 0.25
interpolate: True
sense_resistor: 0.110
stealthchop_threshold: 5000
[servo revolver]
pin: PC2
maximum_servo_angle: 180
minimum_pulse_width: 0.0005
maximum_pulse_width: 0.0025
[filament_switch_sensor toolhead_sensor]
pause_on_runout: False
switch_pin: PA1