MMU: revert fallthrough in LogicStep
This commit is contained in:
parent
99e306f4a3
commit
4dc9fd4972
|
|
@ -885,7 +885,7 @@ StepStatus MMU2::LogicStep(bool reportErrors) {
|
||||||
case Finished:
|
case Finished:
|
||||||
// At this point it is safe to trigger a runout and not interrupt the MMU protocol
|
// At this point it is safe to trigger a runout and not interrupt the MMU protocol
|
||||||
CheckFINDARunout();
|
CheckFINDARunout();
|
||||||
[[fallthrough]]; // let Finished be reported the same way like Processing
|
break;
|
||||||
|
|
||||||
case Processing:
|
case Processing:
|
||||||
OnMMUProgressMsg(logic.Progress());
|
OnMMUProgressMsg(logic.Progress());
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue