From 6971e1f9cf8583f5d9885427f279cee7d34dafd2 Mon Sep 17 00:00:00 2001 From: Nino van Hooff Date: Thu, 31 Oct 2019 15:01:24 +0100 Subject: [PATCH] Add clarifying documentation to getConvexHull CURA-6522 --- cura/Scene/ConvexHullDecorator.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cura/Scene/ConvexHullDecorator.py b/cura/Scene/ConvexHullDecorator.py index 72e95c9299..7c886d59c6 100644 --- a/cura/Scene/ConvexHullDecorator.py +++ b/cura/Scene/ConvexHullDecorator.py @@ -88,7 +88,8 @@ class ConvexHullDecorator(SceneNodeDecorator): return self._add2DAdhesionMargin(hull) - ## Get the unmodified 2D projected convex hull with 2D adhesion area of the node (if any) + ## Get the unmodified 2D projected convex hull of the node (if any) + # In case of all-at-once, this includes adhesion and head+fans clearance def getConvexHull(self) -> Optional[Polygon]: if self._node is None: return None