mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 07:38:58 +08:00
Update Usbprinter output request write
This commit is contained in:
parent
84759e5808
commit
1d2d31c81b
@ -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…
x
Reference in New Issue
Block a user