BOSL2/examples/cylinder_anchors.scad

9 lines
171 B
OpenSCAD
Raw Normal View History

include <BOSL2/std.scad>
include <BOSL2/debug.scad>
2019-04-23 03:55:03 +00:00
transparent() cylinder(h=30, d=30) show_anchors();
// vim: noexpandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap