mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
Fixed black magic options being visible when none of its options were
This commit is contained in:
parent
130e97b860
commit
dab74e524a
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue