mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
9 lines
216 B
OpenSCAD
9 lines
216 B
OpenSCAD
include <BOSL2/constants.scad>
|
|
include <BOSL2/primitives.scad>
|
|
include <BOSL2/debug.scad>
|
|
|
|
|
|
cylinder(h=30, d1=50, d2=30) show_connectors("cylinder");
|
|
|
|
|
|
// vim: noexpandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap
|