From adb6dbe1530058f16d9c333b3eadf4eda9bcb94e Mon Sep 17 00:00:00 2001 From: Adrian Mariano Date: Thu, 10 Nov 2022 22:06:59 -0500 Subject: [PATCH] fix --- tutorials/Attachments.md | 1 + 1 file changed, 1 insertion(+) diff --git a/tutorials/Attachments.md b/tutorials/Attachments.md index 504a31a..8a43520 100644 --- a/tutorials/Attachments.md +++ b/tutorials/Attachments.md @@ -341,6 +341,7 @@ additional translations or other transformations if you wish. For example, you can position an object 5 units from the right edge: ```openscad-3D +include cube([50,50,20],center=true) position(TOP+RIGHT) translate([-5,0,0]) cube([4,50,10], anchor=RIGHT+BOT); ```