Browse Source

Fix snapshot for makerbot

CURA-11442
c.lamboo 1 year ago
parent
commit
3472ec26a1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cura/Snapshot.py

+ 1 - 1
cura/Snapshot.py

@@ -49,7 +49,7 @@ class Snapshot:
         """
 
         if node is None:
-            root = Application.getInstance().getController().getScene().getRoot()
+            node = Application.getInstance().getController().getScene().getRoot()
 
         # the direction the camera is looking at to create the isometric view
         iso_view_dir = Vector(-1, -1, -1).normalized()