Toolchanger Commands
Tip-Forming Related Commands¶
These commands are available when using AFC with a toolchanger setup and [AFC_Toolchanger <name>] has been defined in the configuration.
[AFC_SELECT_TOOL]
[AFC_UNSELECT_TOOL]
[AFC_SET_TOOLHEAD_LED]
Macro to set nozzle led in toolhead based on lane/tool mapping. Led config name needs to be
set to AFC_extruder led_name variable. Status led in toolhead will not be affected if status_led_idx
is set in AFC_extruder config. If nozzle_led_idx is set in AFC_extruder configuration then just
those leds will be turned on. If nozzle_led_idx is not provided then all LEDs not in defined in
status_led_idx will be turned on.
MAP - is the mapped toolhead to set. ex(T0,T1,etc)
TURN_ON - set to 1 to turn on leds, set to 0 to turn off leds. If not supplied, defaults to 1
Usage
AFC_SET_TOOLHEAD_LED MAP=<T(n) mapping> TURN_ON=<0/1>