mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-01-16 21:58:27 +01:00
10 lines
213 B
OpenSCAD
10 lines
213 B
OpenSCAD
|
include <BOSL/constants.scad>
|
||
|
include <BOSL/primitives.scad>
|
||
|
include <BOSL/debug.scad>
|
||
|
|
||
|
|
||
|
cylinder(h=30, d1=50, d2=30) show_connectors("cylinder");
|
||
|
|
||
|
|
||
|
// vim: noexpandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap
|