2019-04-19 06:45:46 +00:00
|
|
|
include <BOSL2/constants.scad>
|
|
|
|
include <BOSL2/primitives.scad>
|
|
|
|
include <BOSL2/debug.scad>
|
2019-04-17 02:16:50 +00:00
|
|
|
|
|
|
|
|
|
|
|
cylinder(h=30, d1=50, d2=30) show_connectors("cylinder");
|
|
|
|
|
|
|
|
|
|
|
|
// vim: noexpandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap
|