mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-22 13:49:39 +08:00
Fix typing mistake
This commit is contained in:
parent
569be2c791
commit
a49d9748ee
@ -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.")
|
||||
|
Loading…
x
Reference in New Issue
Block a user