mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
Tweaks in attahements tutorial.
This commit is contained in:
parent
6146cc3175
commit
5b8e0ddc5c
1 changed files with 3 additions and 3 deletions
|
@ -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
|
If you want to attach the same shape to multiple places on the same parent, you can pass the
|
||||||
anchors as a list to the `attach()` or `position()` modules:
|
desired anchors as a list to the `attach()` or `position()` modules:
|
||||||
|
|
||||||
```openscad
|
```openscad
|
||||||
cube(50, center=true)
|
cube(50, center=true)
|
||||||
|
@ -218,7 +218,7 @@ cube(50, center=true)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Boolean Operations
|
## Tagged Operations
|
||||||
|
|
||||||
|
|
||||||
## Masking Children
|
## Masking Children
|
||||||
|
|
Loading…
Reference in a new issue