mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fixed multiplyObject group. CURA-3239
This commit is contained in:
parent
bd874a62ac
commit
e866c03b50
2 changed files with 8 additions and 8 deletions
|
|
@ -143,7 +143,7 @@ class Arrange:
|
|||
Logger.log("d", "Current buildplate: \n%s" % str(arranger._occupied[::10, ::10]))
|
||||
return arranger
|
||||
|
||||
## Find placement for a node and place it
|
||||
## Find placement for a node (using offset shape) and place it (using hull shape)
|
||||
#
|
||||
def findNodePlacements(self, node, offset_shape_arr, hull_shape_arr, count = 1, step = 1):
|
||||
# offset_shape_arr, hull_shape_arr, arranger -> nodes, arranger
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue