mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-04 03:09:45 +00:00
8 lines
149 B
OpenSCAD
8 lines
149 B
OpenSCAD
include <BOSL2/std.scad>
|
|
include <BOSL2/debug.scad>
|
|
|
|
|
|
spheroid(d=30) show_anchors();
|
|
|
|
|
|
// vim: expandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap
|