diff --git a/cura/PlatformPhysicsOperation.py b/cura/PlatformPhysicsOperation.py index 04f7e1616c..57206226e2 100644 --- a/cura/PlatformPhysicsOperation.py +++ b/cura/PlatformPhysicsOperation.py @@ -23,8 +23,8 @@ class PlatformPhysicsOperation(Operation): def mergeWith(self, other): group = GroupedOperation() - group.addOperation(self) group.addOperation(other) + group.addOperation(self) return group