1
0
mirror of https://github.com/revarbat/BOSL2.git synced 2025-02-16 14:04:54 +01:00
BOSL2/examples/sphere_anchors.scad
2019-06-21 17:36:38 -07:00

9 lines
149 B
OpenSCAD

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