BOSL2/foo.scad
2019-04-23 15:59:43 -07:00

7 lines
242 B
OpenSCAD

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);
}