mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-23 14:19:37 +08:00
Add TODO comment to explain the commenting out of the snapshot
CURA-7865
This commit is contained in:
parent
a72a58cca1
commit
32df06c280
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user