mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06:00
Fix snapshot for makerbot
CURA-11442
This commit is contained in:
parent
d9b75cedef
commit
3472ec26a1
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue