2019-04-22 08:08:41 +00:00
|
|
|
include <BOSL2/std.scad>
|
|
|
|
include <BOSL2/debug.scad>
|
|
|
|
|
|
|
|
|
2019-06-22 00:36:38 +00:00
|
|
|
cylinder(h=30, d1=50, d2=30) show_anchors();
|
2019-04-22 08:08:41 +00:00
|
|
|
|
|
|
|
|
2020-05-30 02:04:34 +00:00
|
|
|
// vim: expandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap
|