mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 12:29:02 +08:00
Set explicit parameter name
Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
This commit is contained in:
parent
68818a525d
commit
9a108dc720
@ -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…
x
Reference in New Issue
Block a user