mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -06:00
Added filter machines to requestWrite
CURA-49
This commit is contained in:
parent
298c740abe
commit
cf061b2fbe
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ class NetworkPrinterOutputDevice(PrinterOutputDevice):
|
||||||
self._connection_state == ConnectionState.closed
|
self._connection_state == ConnectionState.closed
|
||||||
self._thread = None
|
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._file = getattr(Application.getInstance().getController().getScene(), "gcode_list")
|
||||||
self.startPrint()
|
self.startPrint()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue