mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -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
|
@ -37,7 +37,7 @@ class Snapshot:
|
|||
return min_x, max_x, min_y, max_y
|
||||
|
||||
@staticmethod
|
||||
def isometric_snapshot(width: int = 300, height: int = 300) -> Optional[QImage]:
|
||||
def isometricSnapshot(width: int = 300, height: int = 300) -> Optional[QImage]:
|
||||
"""Create an isometric snapshot of the scene."""
|
||||
|
||||
root = Application.getInstance().getController().getScene().getRoot()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue