mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-02 01:20:17 +02:00
fix
This commit is contained in:
@@ -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);
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user