mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-04 03:09:45 +00:00
fix
This commit is contained in:
parent
d949c08f7e
commit
adb6dbe153
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
example, you can position an object 5 units from the right edge:
|
||||||
|
|
||||||
```openscad-3D
|
```openscad-3D
|
||||||
|
include<BOSL2/std.scad>
|
||||||
cube([50,50,20],center=true)
|
cube([50,50,20],center=true)
|
||||||
position(TOP+RIGHT) translate([-5,0,0]) cube([4,50,10], anchor=RIGHT+BOT);
|
position(TOP+RIGHT) translate([-5,0,0]) cube([4,50,10], anchor=RIGHT+BOT);
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue