BOSL2/examples/cube_anchors.scad
2019-04-22 20:55:03 -07:00

8 lines
172 B
OpenSCAD

include <BOSL2/std.scad>
include <BOSL2/debug.scad>
transparent() cube(40, center=true) show_anchors();
// vim: noexpandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap