From 23b8239e8c9185f14712ed56d62d98c4cb21d910 Mon Sep 17 00:00:00 2001 From: Adrian Mariano Date: Sat, 21 Jun 2025 12:47:49 -0400 Subject: [PATCH] even more --- tutorials/Attachment-Making.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/Attachment-Making.md b/tutorials/Attachment-Making.md index 9ed70fbf..22c2b2f0 100644 --- a/tutorials/Attachment-Making.md +++ b/tutorials/Attachment-Making.md @@ -666,7 +666,7 @@ the cylinder is located relative to the part's overall geometry. If you create an "inside" part for a tube, the inside object will naturally have its anchors on the inner cylinder **pointing outward**. You can anchor on the inside by setting `inside=true` when -invoking `attach()` or `align()`, but another option set `inside=true` -when creating the part with `define_part()`. This cause `align()` and +invoking `attach()` or `align()`, but another option is to set `inside=true` +with `define_part()`. This marks the geometry as an inside geometry, which cause `align()` and `attach()` to invert the meaning of the `inside` parameter so that objects will attach on the inside by default.