Removed overrides for square() and circle() builtin modules.

This commit is contained in:
Revar Desmera
2020-04-25 04:00:16 -07:00
parent 104a43bd1f
commit ff96db86d2
7 changed files with 357 additions and 323 deletions

View File

@@ -2,7 +2,7 @@ include <BOSL2/std.scad>
include <BOSL2/debug.scad>
sphere(d=30) show_anchors();
spheroid(d=30) show_anchors();
// vim: noexpandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap