mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-19 19:09:36 +00:00
9 lines
152 B
OpenSCAD
9 lines
152 B
OpenSCAD
|
include <BOSL2/std.scad>
|
||
|
include <BOSL2/debug.scad>
|
||
|
|
||
|
|
||
|
sphere(d=30) show_connectors();
|
||
|
|
||
|
|
||
|
// vim: noexpandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap
|