Fix snapshot for makerbot

CURA-11442
This commit is contained in:
c.lamboo 2023-12-12 17:19:28 +01:00
parent d9b75cedef
commit 3472ec26a1

View file

@ -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()