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