mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Add TODO comment to explain the commenting out of the snapshot
CURA-7865
This commit is contained in:
parent
a72a58cca1
commit
32df06c280
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue