Prusa3d Marlin fork
|
Filter of short consecutive drop outs which are recovered instantly.
#include <mmu2_protocol_logic.h>
Public Member Functions | |
bool | Record (StepStatus ss) |
StepStatus | InitialCause () const |
void | Reset () |
Rearms the object for further processing - basically call this once the MMU responds with something meaningful (e.g. S0 A2) | |
Static Public Attributes | |
static constexpr uint8_t | maxOccurrences = 10 |
|
inline |
bool MMU2::DropOutFilter::Record | ( | StepStatus | ss | ) |