BOSL2/foo.scad

8 lines
242 B
OpenSCAD
Raw Normal View History

2019-04-23 22:59:43 +00:00
include <BOSL2/std.scad>
cube([20,4,4], anchor=TOP+FRONT) {
attach(FRONT, BACK) cube([20,20,4]);
attach(TOP, BOTTOM) cube([20,4,20]);
attach(TOP+FRONT, norot=true) recolor("green") interior_fillet(l=20, r=10, orient=ORIENT_XNEG);
}