Closed DRracer closed 2 years ago
Should we add a test to confirm that an error is indeed emitted after the idler has finished disengaging?
@vintagepc IMO that's what current tests do (but they do not check if the error gets reported somewhere in the middle of the disengage progress). OK, I'll think about this scenario and add a test case for that
This is an attempt to solving a situation, when the MMU was technically in an error, it was reporting an error and the printer sent a button to resolve it. But because the Idler hasn't disengaged yet, the button was just queued and the next consecutive
Q0
query still got aQ0 E<something>
response, which really confused the MK3 side.MMU-170