mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
8 lines
163 B
OpenSCAD
8 lines
163 B
OpenSCAD
include <BOSL2/std.scad>
|
|
include <BOSL2/debug.scad>
|
|
|
|
|
|
cylinder(h=30, d1=50, d2=30) show_anchors();
|
|
|
|
|
|
// vim: expandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap
|