mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Removing debug statement
CURA-11624
This commit is contained in:
parent
2681932fec
commit
982f82c1a1
1 changed files with 0 additions and 1 deletions
|
@ -188,7 +188,6 @@ class ThreeMFWriter(MeshWriter):
|
|||
painter.drawImage(icon_position[0], icon_position[1], icon_image)
|
||||
|
||||
painter.end()
|
||||
primary_image.save("test.png", "PNG")
|
||||
|
||||
def write(self, stream, nodes, mode = MeshWriter.OutputMode.BinaryMode, export_settings_model = None) -> bool:
|
||||
self._archive = None # Reset archive
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue