BOSL2/examples/sphere_anchors.scad

9 lines
151 B
OpenSCAD
Raw Normal View History

include <BOSL2/std.scad>
include <BOSL2/debug.scad>
spheroid(d=30) show_anchors();
// vim: noexpandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap