Prusa-MMU-Private
PrusaMultiMaterialUpgradev3firmwareforMK3SMK4
|
Retract filament from FINDA to PTFE. More...
#include <retract_from_finda.h>
Public Types | |
enum | { EngagingIdler , UnloadBackToPTFE , OK , Failed } |
internal states of the state machine | |
Public Member Functions | |
void | Reset () |
Restart the automaton. | |
bool | Step () |
uint8_t | State () const |
Retract filament from FINDA to PTFE.
Continuously pulls filament by a fixed length (originally 600 steps) + verifies FINDA is switched OFF while performing the move Steps:
|
inline |
This method may be used to check the result of the automaton
bool logic::RetractFromFinda::Step | ( | ) |