4 lines
80 B
OpenSCAD
4 lines
80 B
OpenSCAD
// Simple cylinder test
|
|
$fn = 128;
|
|
cylinder(h = 10, d = 5.0, center = true);
|