mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-30 11:11:58 +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"))
|
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user