Add a missing break

I don't see any difference in behaviour but this should be more correct
This commit is contained in:
Guðni Már Gilbert 2022-07-02 11:05:36 +00:00 committed by D.R.racer
parent 3520020b24
commit d420b20bd9
1 changed files with 1 additions and 0 deletions

View File

@ -847,6 +847,7 @@ void MMU2::OnMMUProgressMsg(ProgressCode pc){
unloadFilamentStarted = false;
}
}
break;
case ProgressCode::FeedingToBondtech:
case ProgressCode::FeedingToFSensor:
if (loadFilamentStarted) {