mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
Update Usbprinter output request write
This commit is contained in:
parent
84759e5808
commit
1d2d31c81b
1 changed files with 1 additions and 1 deletions
|
@ -432,7 +432,7 @@ class USBPrinterOutputDevice(PrinterOutputDevice):
|
||||||
# This is ignored.
|
# This is ignored.
|
||||||
# \param filter_by_machine Whether to filter MIME types by machine. This
|
# \param filter_by_machine Whether to filter MIME types by machine. This
|
||||||
# is ignored.
|
# is ignored.
|
||||||
def requestWrite(self, nodes, file_name = None, filter_by_machine = False):
|
def requestWrite(self, nodes, file_name = None, filter_by_machine = False, file_handler = None):
|
||||||
Application.getInstance().showPrintMonitor.emit(True)
|
Application.getInstance().showPrintMonitor.emit(True)
|
||||||
self.startPrint()
|
self.startPrint()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue