fix broken examples

This commit is contained in:
Adrian Mariano
2022-03-24 00:15:25 -04:00
parent 5bcd7e571b
commit b4b62f86dd
12 changed files with 34 additions and 150 deletions

View File

@@ -1,9 +1,9 @@
include <BOSL2/std.scad>
include <BOSL2/hull.scad>
$fn=32;
cuboid([60,40,40], rounding=5, edges=edges("Z"), anchor=BOTTOM) {
cuboid([60,40,40], rounding=5, edges="Z", anchor=BOTTOM) {
attach(TOP, BOTTOM) prismoid([60,40],[20,20], h=50, rounding1=5, rounding2=10) {
attach(TOP) cylinder(d=20, h=30, center=false) {
attach(TOP) cylinder(d1=50, d2=30, h=12, center=false);