include <BOSL2/std.scad>
include <BOSL2/debug.scad>


transparent() cylinder(h=30, d1=50, d2=30) show_anchors();


// vim: noexpandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap