mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Set explicit parameter name
Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
This commit is contained in:
parent
68818a525d
commit
9a108dc720
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ class GridArrange(Arranger):
|
|||
bounding_box = node.getBoundingBox()
|
||||
center_node_z = bounding_box.height / 2
|
||||
|
||||
return TranslateOperation(node, Vector(center_grid_x, center_node_z, center_grid_y), True)
|
||||
return TranslateOperation(node, Vector(center_grid_x, center_node_z, center_grid_y), set_position = True)
|
||||
|
||||
def _getGridCornerPoints(
|
||||
self,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue