Skip to content

Commit bebec9c

Browse files
authored
Merge pull request #13 from AFCProject/custom_extruder_name
Updating documentation for extruder_name variable
2 parents 069b8d1 + e8d43f1 commit bebec9c

2 files changed

Lines changed: 15 additions & 3 deletions

File tree

docs/configuration/AFC_Hardware.cfg.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,27 @@ enable_sensors_in_gui: False
5353
# Mainsail/Fluidd gui, overrides value set in AFC.cfg.
5454
enable_tool_runout: True
5555
# Default: True
56-
# If enabled and toolhead sensor(s) detect filament not present while printing AFC
57-
# will pause printing. Inputting value here overrides global value in AFC.cfg file
56+
# If enabled and toolhead sensor(s) detect filament not present while
57+
# printing AFC will pause printing. Inputting value here overrides global
58+
# value in AFC.cfg file
5859
debounce_delay: 0
5960
# Default: 0
6061
# A period of time in seconds to debounce switches prior to detecting
6162
# runout. If switches are pressed and released during this delay,
6263
# the entire switch event is ignored.
6364
#
6465
# This value overrides value set in AFC config section
66+
extruder_name: <uses name from config section>
67+
# Default: name taken from the [AFC_extruder ...] section name.
68+
#
69+
# If you use a custom section name (e.g. [AFC_extruder custom_name]),
70+
# you must set this option to the actual extruder name (e.g. extruder,
71+
# extruder1).
72+
#
73+
# AFC requires the word "extruder" to appear either in the section name
74+
# or in this option. If a custom section name is used and extruder_name
75+
# is not provided, AFC will raise a configuration error instructing the
76+
# user to supply a valid extruder name.
6577
```
6678

6779
### Temperature Settings

0 commit comments

Comments
 (0)