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:
authorJack Ha <j.ha@ultimaker.com>2017-04-03 12:12:20 +0300
committerJack Ha <j.ha@ultimaker.com>2017-04-03 12:12:20 +0300
commite866c03b50481af10bb89748002b435596eba392 (patch)
treed927fce4aa86675490176f50e7de5c2470af9a2e /cura/Arrange.py
parentbd874a62aca5da089a4a8cd59629a0351157f7e2 (diff)
Fixed multiplyObject group. CURA-3239
Diffstat (limited to 'cura/Arrange.py')
-rwxr-xr-xcura/Arrange.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cura/Arrange.py b/cura/Arrange.py
index 303d0c6804..6437532b21 100755
--- a/cura/Arrange.py
+++ b/cura/Arrange.py
@@ -143,7 +143,7 @@ class Arrange:
Logger.log("d", "Current buildplate: \n%s" % str(arranger._occupied[::10, ::10]))
return arranger
- ## Find placement for a node and place it
+ ## Find placement for a node (using offset shape) and place it (using hull shape)
#
def findNodePlacements(self, node, offset_shape_arr, hull_shape_arr, count = 1, step = 1):
# offset_shape_arr, hull_shape_arr, arranger -> nodes, arranger