From 32df06c2801c78cd8375f45a975625805bb7da41 Mon Sep 17 00:00:00 2001 From: Kostas Karmas Date: Wed, 20 Jan 2021 12:51:13 +0100 Subject: Add TODO comment to explain the commenting out of the snapshot CURA-7865 --- plugins/UFPWriter/UFPWriter.py | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins') diff --git a/plugins/UFPWriter/UFPWriter.py b/plugins/UFPWriter/UFPWriter.py index 08c2f3252f..af208209e4 100644 --- a/plugins/UFPWriter/UFPWriter.py +++ b/plugins/UFPWriter/UFPWriter.py @@ -72,6 +72,7 @@ class UFPWriter(MeshWriter): gcode.write(gcode_textio.getvalue().encode("UTF-8")) archive.addRelation(virtual_path = "/3D/model.gcode", relation_type = "http://schemas.ultimaker.org/package/2018/relationships/gcode") + # TODO temporarily commented out, as is causes a crash whenever the UFPWriter is called outside of the main thread # self._createSnapshot() # # # Store the thumbnail. -- cgit v1.2.3