2019-04-22 01:08:41 -07:00
|
|
|
include <BOSL2/std.scad>
|
|
|
|
include <BOSL2/debug.scad>
|
|
|
|
|
|
|
|
|
2019-04-22 20:55:03 -07:00
|
|
|
transparent() cylinder(h=30, d1=50, d2=30) show_anchors();
|
2019-04-22 01:08:41 -07:00
|
|
|
|
|
|
|
|
|
|
|
// vim: noexpandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap
|