|
@@ -238,6 +238,7 @@ StepStatus Command::Step() {
|
|
// The user pushed a button on the MMU. Save it, do what we need to do
|
|
// The user pushed a button on the MMU. Save it, do what we need to do
|
|
// to prepare, then pass it back to the MMU so it can work its magic.
|
|
// to prepare, then pass it back to the MMU so it can work its magic.
|
|
logic->buttonCode = static_cast<Buttons>(logic->rsp.paramValue);
|
|
logic->buttonCode = static_cast<Buttons>(logic->rsp.paramValue);
|
|
|
|
+ SendAndUpdateFilamentSensor();
|
|
return ButtonPushed;
|
|
return ButtonPushed;
|
|
case ResponseMsgParamCodes::Finished:
|
|
case ResponseMsgParamCodes::Finished:
|
|
logic->progressCode = ProgressCode::OK;
|
|
logic->progressCode = ProgressCode::OK;
|