mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 03:29:00 +08:00
Merge branch 'fix_tests_cura_engine_backend' of https://github.com/Ultimaker/Cura into fix_tests_cura_engine_backend
This commit is contained in:
commit
b8a670a15a
@ -178,7 +178,7 @@ class ClusterUM3OutputDevice(NetworkedPrinterOutputDevice):
|
|||||||
# \param preferred_format A dictionary containing some information about
|
# \param preferred_format A dictionary containing some information about
|
||||||
# what format to write to. This is necessary to create the correct buffer
|
# what format to write to. This is necessary to create the correct buffer
|
||||||
# types and file extension and such.
|
# types and file extension and such.
|
||||||
def _sendPrintJob(self, writer: MeshWriter, preferred_format: Dict, nodes: List[SceneNode]):
|
def _sendPrintJob(self, writer: FileWriter, preferred_format: Dict, nodes: List[SceneNode]):
|
||||||
Logger.log("i", "Sending print job to printer.")
|
Logger.log("i", "Sending print job to printer.")
|
||||||
if self._sending_gcode:
|
if self._sending_gcode:
|
||||||
self._error_message = Message(
|
self._error_message = Message(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user