4 #include "../modules/axisunit.h"
23 PushingFilamentToFSensor,
24 PushingFilamentIntoNozzle,
25 PartiallyDisengagingIdler,
38 void Reset(uint8_t maxRetries);
46 inline uint8_t
State()
const {
return state; }
The logic namespace handles the application logic on top of the modules.
Definition: application.h:8
Feed filament to Bondtech gears of the printer.
Definition: feed_to_bondtech.h:18
uint8_t State() const
Definition: feed_to_bondtech.h:46
void Reset(uint8_t maxRetries)
Restart the automaton.
Definition: feed_to_bondtech.cpp:16
bool Step()
Definition: feed_to_bondtech.cpp:32
void GoToPushToNozzle()
Definition: feed_to_bondtech.cpp:24