mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 06:35:55 +08:00
Fix snapshot for makerbot
CURA-11442
This commit is contained in:
parent
d9b75cedef
commit
3472ec26a1
@ -49,7 +49,7 @@ class Snapshot:
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
if node is None:
|
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
|
# the direction the camera is looking at to create the isometric view
|
||||||
iso_view_dir = Vector(-1, -1, -1).normalized()
|
iso_view_dir = Vector(-1, -1, -1).normalized()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user