Add iso view to snapshot

This commit is contained in:
c.lamboo 2023-10-20 23:14:58 +02:00
parent 1425dd01d5
commit fe4790fe06
2 changed files with 89 additions and 3 deletions

View file

@ -61,7 +61,7 @@ class MakerbotWriter(MeshWriter):
Logger.warning("Can't create snapshot when renderer not initialized.")
return
try:
snapshot = Snapshot.snapshot(width, height)
snapshot = Snapshot.isometric_snapshot(width, height)
except:
Logger.logException("w", "Failed to create snapshot image")
return