mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-01-16 13:50:23 +01:00
9 lines
165 B
OpenSCAD
9 lines
165 B
OpenSCAD
include <BOSL2/std.scad>
|
|
include <BOSL2/debug.scad>
|
|
|
|
|
|
cylinder(h=30, d1=50, d2=30) show_anchors();
|
|
|
|
|
|
// vim: noexpandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap
|