mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
Typo fix in Attachments tutorial.
This commit is contained in:
parent
65a2dc986e
commit
e519ad26cc
1 changed files with 1 additions and 1 deletions
|
@ -509,7 +509,7 @@ Both position() and align() can accept a list of anchor locations and
|
|||
makes several copies of the children, but
|
||||
if you want the children positioned flush, each copy
|
||||
requires a different anchor, so it is impossible to do this with a
|
||||
singlke call to position(), but easily done using align():
|
||||
single call to position(), but easily done using align():
|
||||
|
||||
```openscad-3D
|
||||
include<BOSL2/std.scad>
|
||||
|
|
Loading…
Reference in a new issue