From a9eeaa94197a9d68fa90c3db356a9c641b40d59c Mon Sep 17 00:00:00 2001 From: Kostas Karmas Date: Wed, 3 Feb 2021 17:18:05 +0100 Subject: [PATCH] Mention the layFlat operation in the RotateTool CURA-7502 --- docs/scene/tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scene/tools.md b/docs/scene/tools.md index eff7e7a701..0418bf4a97 100644 --- a/docs/scene/tools.md +++ b/docs/scene/tools.md @@ -51,7 +51,7 @@ This tool allows the user to rotate the selected object(s). The RotateTool is ac ![Rotate Tool](images/rotate_tool.jpg) -The RotateTool contains the RotateToolHandle, which draws the donuts (tori) and arrow handles on the selected object(s). The RotateTool generates RotateOperations whenever the object is rotated. +The RotateTool contains the RotateToolHandle, which draws the donuts (tori) and arrow handles on the selected object(s). The RotateTool generates RotateOperations whenever the object is rotated or if a face is selected to be laid flat on the build plate. It also contains the `layFlat()` action, which generates the [LayFlatOperation](operations.md#layflatoperation). ### MirrorTool