diff --git a/plugins/3MFWriter/ThreeMFWriter.py b/plugins/3MFWriter/ThreeMFWriter.py index 42b03835dc..45ba556d65 100644 --- a/plugins/3MFWriter/ThreeMFWriter.py +++ b/plugins/3MFWriter/ThreeMFWriter.py @@ -234,7 +234,7 @@ class ThreeMFWriter(MeshWriter): return True @call_on_qt_thread # must be called from the main thread because of OpenGL - def _createSnapshot(self) -> Optional[Snapshot.snapshot]: + def _createSnapshot(self): Logger.log("d", "Creating thumbnail image...") if not CuraApplication.getInstance().isVisible: Logger.log("w", "Can't create snapshot when renderer not initialized.")