mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Mention the layFlat operation in the RotateTool
CURA-7502
This commit is contained in:
parent
2d1a0cd47f
commit
a9eeaa9419
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ This tool allows the user to rotate the selected object(s). The RotateTool is ac
|
|||
|
||||

|
||||
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue