1
0
mirror of https://github.com/revarbat/BOSL2.git synced 2025-02-16 14:04:54 +01:00
BOSL2/examples/cylinder_anchors.scad
2020-05-29 19:04:34 -07:00

9 lines
155 B
OpenSCAD

include <BOSL2/std.scad>
include <BOSL2/debug.scad>
cylinder(h=30, d=30) show_anchors();
// vim: expandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap