mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Add iso view to snapshot
This commit is contained in:
parent
1425dd01d5
commit
fe4790fe06
2 changed files with 89 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue