Merge pull request #1727 from adrianVmariano/master

tutorial fixes
This commit is contained in:
adrianVmariano
2025-06-21 14:54:28 -04:00
committed by GitHub
2 changed files with 6 additions and 6 deletions

View File

@@ -1,3 +1,5 @@
[Prev: Using attach()](Tutorial-Attachment-Attach)
# Attachment Parts # Attachment Parts
Some objects provide named attachable parts that you can select Some objects provide named attachable parts that you can select
@@ -17,7 +19,6 @@ method for placing a child **inside** the tube. In order to attach
inside the tube, we select the "inside" part using the `attach_part()` inside the tube, we select the "inside" part using the `attach_part()`
module. module.
```openscad-3D ```openscad-3D
include<BOSL2/std.scad> include<BOSL2/std.scad>
tube(id=20,h=15,wall=3) tube(id=20,h=15,wall=3)
@@ -46,5 +47,4 @@ tube(id=20,h=15,wall=3){
} }
``` ```
[Next: Using Color with Attachments](Tutorial-Attachment-Color)

View File

@@ -1,4 +1,4 @@
[Prev: Using color with attachments](Tutorial-Attachment-Color) [Prev: Using Color with Attachments](Tutorial-Attachment-Color)
# Tagged Operations # Tagged Operations