mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Prevent 'major' API/SDK version break.
This commit is contained in:
parent
8d34bcdeb5
commit
c20b227e5f
3 changed files with 5 additions and 6 deletions
|
@ -124,7 +124,7 @@ class Nest2DArrange(Arranger):
|
|||
|
||||
return found_solution_for_all, node_items
|
||||
|
||||
def createGroupOperationForArrange(self, *, add_new_nodes_in_scene: bool = False) -> Tuple[GroupedOperation, int]:
|
||||
def createGroupOperationForArrange(self, add_new_nodes_in_scene: bool = False) -> Tuple[GroupedOperation, int]:
|
||||
scene_root = Application.getInstance().getController().getScene().getRoot()
|
||||
found_solution_for_all, node_items = self.findNodePlacement()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue