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/Arranging/ArrangeObjectsAllBuildPlatesJob.py')
-rw-r--r--cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py b/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py
index 7736efbeeb..0f337a229b 100644
--- a/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py
+++ b/cura/Arranging/ArrangeObjectsAllBuildPlatesJob.py
@@ -18,8 +18,9 @@ from cura.Arranging.ShapeArray import ShapeArray
from typing import List
-## Do arrangements on multiple build plates (aka builtiplexer)
class ArrangeArray:
+ """Do arrangements on multiple build plates (aka builtiplexer)"""
+
def __init__(self, x: int, y: int, fixed_nodes: List[SceneNode]) -> None:
self._x = x
self._y = y