Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'cura/Operations/PlatformPhysicsOperation.py')
-rw-r--r--cura/Operations/PlatformPhysicsOperation.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/cura/Operations/PlatformPhysicsOperation.py b/cura/Operations/PlatformPhysicsOperation.py
index 0d69320eec..e433b67a7b 100644
--- a/cura/Operations/PlatformPhysicsOperation.py
+++ b/cura/Operations/PlatformPhysicsOperation.py
@@ -6,8 +6,9 @@ from UM.Operations.GroupedOperation import GroupedOperation
from UM.Scene.SceneNode import SceneNode
-## A specialised operation designed specifically to modify the previous operation.
class PlatformPhysicsOperation(Operation):
+ """A specialised operation designed specifically to modify the previous operation."""
+
def __init__(self, node: SceneNode, translation: Vector) -> None:
super().__init__()
self._node = node