mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Use camercase for isometricSnapshot
def
CURA-10561
This commit is contained in:
parent
2660933d6e
commit
71ada85966
2 changed files with 2 additions and 2 deletions
|
@ -86,7 +86,7 @@ class MakerbotWriter(MeshWriter):
|
|||
Logger.warning("Can't create snapshot when renderer not initialized.")
|
||||
return
|
||||
try:
|
||||
snapshot = Snapshot.isometric_snapshot(width, height)
|
||||
snapshot = Snapshot.isometricSnapshot(width, height)
|
||||
except:
|
||||
Logger.logException("w", "Failed to create snapshot image")
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue