mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-19 09:10:47 +08:00
Fixed black magic options being visible when none of its options were
This commit is contained in:
parent
130e97b860
commit
dab74e524a
@ -272,6 +272,7 @@ class PrinterApplication(QtApplication):
|
|||||||
elif self._output_source == 'usb':
|
elif self._output_source == 'usb':
|
||||||
return 'print_usb'
|
return 'print_usb'
|
||||||
|
|
||||||
|
|
||||||
@pyqtSlot()
|
@pyqtSlot()
|
||||||
def writeToOutputDevice(self):
|
def writeToOutputDevice(self):
|
||||||
pass
|
pass
|
||||||
|
Loading…
x
Reference in New Issue
Block a user