20 bool Reset(uint8_t param)
override;
32 void GoToFeedingToBondtech();
33 void GoToFeedingToFinda();
36 void ToolChangeFinishedCorrectly();
Base class defining common API for high-level operations/commands/state machines.
Definition: command_base.h:29
A high-level command state machine - handles the complex logic of unloading filament.
Definition: unload_filament.h:12
ErrorCode
Definition: error_codes.h:17
The logic namespace handles the application logic on top of the modules.
Definition: application.h:8
ToolChange toolChange
The one and only instance of ToolChange state machine in the FW.
Definition: tool_change.cpp:18
ProgressCode
Definition: progress_codes.h:11
Feed filament to Bondtech gears of the printer.
Definition: feed_to_bondtech.h:18
Feed filament to FINDA.
Definition: feed_to_finda.h:13