BOSL2/examples/cube_anchors.scad
2020-05-29 19:04:34 -07:00

8 lines
156 B
OpenSCAD

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