mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
Verified examples scadfiles.
This commit is contained in:
parent
9668eefb7d
commit
bd3210022d
6 changed files with 2 additions and 44 deletions
|
@ -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…
Reference in a new issue