mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-01-16 13:50:23 +01:00
Verified examples scadfiles.
This commit is contained in:
parent
9668eefb7d
commit
bd3210022d
@ -1,8 +0,0 @@
|
|||||||
include <BOSL2/std.scad>
|
|
||||||
include <BOSL2/debug.scad>
|
|
||||||
|
|
||||||
|
|
||||||
cylinder(h=30, d1=50, d2=30) show_anchors();
|
|
||||||
|
|
||||||
|
|
||||||
// vim: expandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap
|
|
@ -1,8 +0,0 @@
|
|||||||
include <BOSL2/std.scad>
|
|
||||||
include <BOSL2/debug.scad>
|
|
||||||
|
|
||||||
|
|
||||||
cube(40, center=true) show_anchors();
|
|
||||||
|
|
||||||
|
|
||||||
// vim: expandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap
|
|
@ -1,8 +0,0 @@
|
|||||||
include <BOSL2/std.scad>
|
|
||||||
include <BOSL2/debug.scad>
|
|
||||||
|
|
||||||
|
|
||||||
cylinder(h=30, d=30) show_anchors();
|
|
||||||
|
|
||||||
|
|
||||||
// vim: expandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap
|
|
@ -1,8 +0,0 @@
|
|||||||
include <BOSL2/std.scad>
|
|
||||||
include <BOSL2/debug.scad>
|
|
||||||
|
|
||||||
|
|
||||||
prismoid([60,40], [30,20], h=40) show_anchors();
|
|
||||||
|
|
||||||
|
|
||||||
// vim: expandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap
|
|
@ -9,10 +9,8 @@ module leaf(s) {
|
|||||||
[-1.5,-1], [0,0]
|
[-1.5,-1], [0,0]
|
||||||
];
|
];
|
||||||
xrot(90)
|
xrot(90)
|
||||||
linear_sweep_bezier(
|
linear_extrude(height=0.02)
|
||||||
path * s/2,
|
bezier_polygon(path*s/2);
|
||||||
height=0.02
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
module branches(minsize, s1, s2){
|
module branches(minsize, s1, s2){
|
||||||
|
@ -1,8 +0,0 @@
|
|||||||
include <BOSL2/std.scad>
|
|
||||||
include <BOSL2/debug.scad>
|
|
||||||
|
|
||||||
|
|
||||||
spheroid(d=30) show_anchors();
|
|
||||||
|
|
||||||
|
|
||||||
// vim: expandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap
|
|
Loading…
x
Reference in New Issue
Block a user