From 49330f3e62fcfc5e5b3493c2896c381b61746a60 Mon Sep 17 00:00:00 2001 From: Kostas Karmas Date: Tue, 2 Feb 2021 14:22:06 +0100 Subject: Fix the description of the SliceableObjectDecorator CURA-7502 --- docs/scene/scene.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/scene/scene.md b/docs/scene/scene.md index 98b4fe6bb6..1af50fc227 100644 --- a/docs/scene/scene.md +++ b/docs/scene/scene.md @@ -35,7 +35,7 @@ The scene graph in this case is the following: **Note 2:** The ConvexHullNodes are not actually named after the object they decorate. Their names are used in the image to convey how the ConvexHullNodes are related to the objects in the scene. -**Note 3:** The CuraSceneNode that holds the layer data (inside the BuildVolume) is created and destroyed according to the availability of sliced layer data provided by the CuraEngine. See [Layer Data](#layer-data) for more information. +**Note 3:** The CuraSceneNode that holds the layer data (inside the BuildVolume) is created and destroyed according to the availability of sliced layer data provided by the CuraEngine. See the [LayerDataDecorator](#layerdatadecorator) for more information. Accessing SceneNodes in the Scene ---- @@ -127,7 +127,7 @@ For more information on the functions added to the node by this decorator, visit SliceableObjectDecorator ---- -This is a convenience decorator that allows us to easily identify the nodes which can be sliced. All **individual** objects (meshes) added to the build plate receive this decorator. +This is a convenience decorator that allows us to easily identify the nodes which can be sliced. All **individual** objects (meshes) added to the build plate receive this decorator, apart from the nodes loaded from GCode files (.gcode, .g, .gz, .ufp). The SceneNodes that do not receive this decorator are: @@ -139,6 +139,7 @@ The SceneNodes that do not receive this decorator are: - The CuraSceneNode that serves as the layer data node - ToolHandles - NozzleNode + - Nodes that contain GCode data. See the [BlockSlicingDecorator](#blockslicingdecorator) for more information on that. This decorator provides the following function to the node: -- cgit v1.2.3