diff --git a/cura/CuraApplication.py b/cura/CuraApplication.py index e13b5b58a9..1d06c9db6c 100644 --- a/cura/CuraApplication.py +++ b/cura/CuraApplication.py @@ -434,7 +434,7 @@ class CuraApplication(QtApplication): # Reset the position of each node for node in group_node.getChildren(): new_position = node.getMeshData().getCenterPosition() - #new_position.setY(0) + new_position = new_position.scale(node.getScale()) node.setPosition(new_position) # Use the previously found center of the group bounding box as the new location of the group