mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 06:35:58 +08:00
Added filter machines to requestWrite
CURA-49
This commit is contained in:
parent
298c740abe
commit
cf061b2fbe
@ -75,7 +75,7 @@ class NetworkPrinterOutputDevice(PrinterOutputDevice):
|
||||
self._connection_state == ConnectionState.closed
|
||||
self._thread = None
|
||||
|
||||
def requestWrite(self, node, file_name = None):
|
||||
def requestWrite(self, node, file_name = None, filter_by_machine = False):
|
||||
self._file = getattr(Application.getInstance().getController().getScene(), "gcode_list")
|
||||
self.startPrint()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user