mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue