|
@@ -555,6 +555,7 @@ void MMU2::manage_response(const bool move_axes, const bool turn_off_nozzle) {
|
|
st_synchronize();
|
|
st_synchronize();
|
|
return;
|
|
return;
|
|
case VersionMismatch: // this basically means the MMU will be disabled until reconnected
|
|
case VersionMismatch: // this basically means the MMU will be disabled until reconnected
|
|
|
|
+ CheckUserInput();
|
|
return;
|
|
return;
|
|
case CommunicationTimeout:
|
|
case CommunicationTimeout:
|
|
case CommandError:
|
|
case CommandError:
|
|
@@ -597,6 +598,7 @@ StepStatus MMU2::LogicStep() {
|
|
case VersionMismatch:
|
|
case VersionMismatch:
|
|
StopKeepPowered();
|
|
StopKeepPowered();
|
|
ReportError(ErrorCode::VERSION_MISMATCH);
|
|
ReportError(ErrorCode::VERSION_MISMATCH);
|
|
|
|
+ CheckUserInput();
|
|
break;
|
|
break;
|
|
default:
|
|
default:
|
|
break;
|
|
break;
|