Merge pull request #17046 from Ultimaker/makerbot-iso-view-renderer

Add iso view to snapshot
This commit is contained in:
Casper Lamboo 2023-10-25 17:20:53 +02:00 committed by GitHub
commit 2ee0769812
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 89 additions and 11 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