From 5b8e0ddc5c70e1bb9b5641404265bf023cb0f6d2 Mon Sep 17 00:00:00 2001 From: Garth Minette Date: Mon, 12 Apr 2021 00:44:45 -0700 Subject: [PATCH] Tweaks in attahements tutorial. --- tutorials/Attachments.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tutorials/Attachments.md b/tutorials/Attachments.md index 6ada249..7cf26b5 100644 --- a/tutorials/Attachments.md +++ b/tutorials/Attachments.md @@ -204,8 +204,8 @@ cube(50, center=true) { } ``` -Or, if you want to attach the same shape to multiple places on the parent, you can pass the -anchors as a list to the `attach()` or `position()` modules: +If you want to attach the same shape to multiple places on the same parent, you can pass the +desired anchors as a list to the `attach()` or `position()` modules: ```openscad cube(50, center=true) @@ -218,7 +218,7 @@ cube(50, center=true) ``` -## Boolean Operations +## Tagged Operations ## Masking Children