Add TODO comment to explain the commenting out of the snapshot

CURA-7865
This commit is contained in:
Kostas Karmas 2021-01-20 12:51:13 +01:00
parent a72a58cca1
commit 32df06c280

View file

@ -72,6 +72,7 @@ class UFPWriter(MeshWriter):
gcode.write(gcode_textio.getvalue().encode("UTF-8")) 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") 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() # self._createSnapshot()
# #
# # Store the thumbnail. # # Store the thumbnail.