mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Use self._camera_active to detect whether we should show the camera
Because the camera timer is whether we should request the camera. Contributes to issue CURA-4376.
This commit is contained in:
parent
dfe4a76e85
commit
bd0b38f688
2 changed files with 2 additions and 2 deletions
|
|
@ -242,8 +242,8 @@ class PrinterOutputDevice(QObject, OutputDevice):
|
|||
|
||||
@pyqtSlot()
|
||||
def stopCamera(self):
|
||||
self._camera_active = False
|
||||
self._stopCamera()
|
||||
self._camera_active = False
|
||||
|
||||
def _stopCamera(self):
|
||||
Logger.log("w", "_stopCamera is not implemented by this output device")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue