mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-01 10:11:39 +08:00
Merge branch 'master' of github.com:Ultimaker/Cura
This commit is contained in:
commit
c3e086ce82
@ -432,7 +432,7 @@ class USBPrinterOutputDevice(PrinterOutputDevice):
|
||||
# This is ignored.
|
||||
# \param filter_by_machine Whether to filter MIME types by machine. This
|
||||
# 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)
|
||||
self.startPrint()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user