diff --git a/src/communication/ArcusCommunication.cpp b/src/communication/ArcusCommunication.cpp index 0d38401c7c..9746eae98a 100644 --- a/src/communication/ArcusCommunication.cpp +++ b/src/communication/ArcusCommunication.cpp @@ -481,7 +481,7 @@ void ArcusCommunication::setExtruderForSend(const ExtruderTrain& extruder) void ArcusCommunication::sliceNext() { - const Arcus::MessagePtr message = private_data->socket->takeNextMessage(true); + const Arcus::MessagePtr message = private_data->socket->takeNextMessage(); //Handle the main Slice message. const cura::proto::Slice* slice_message = dynamic_cast(message.get()); //See if the message is of the message type Slice. Returns nullptr otherwise.