23 bool Reset(uint8_t param)
override;
Base class defining common API for high-level operations/commands/state machines.
Definition: command_base.h:29
A high-level command state machine - wrapps the rehoming procedure to be used from a printer.
Definition: move_selector.h:16
bool Reset(uint8_t param) override
Definition: move_selector.cpp:11
bool StepInner() override
Definition: move_selector.cpp:24
The logic namespace handles the application logic on top of the modules.
Definition: application.h:8
MoveSelector moveSelector
The one and only instance of MoveSelector state machine in the FW.
Definition: move_selector.cpp:9