Verified examples scadfiles.

This commit is contained in:
Garth Minette 2021-05-10 23:26:35 -07:00
parent 9668eefb7d
commit bd3210022d
6 changed files with 2 additions and 44 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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){

View file

@ -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