BOSL2/examples/cylinder_connectors.scad

9 lines
160 B
OpenSCAD
Raw Normal View History

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