aboutsummaryrefslogtreecommitdiff
path: root/src/polyhedra.scad
diff options
context:
space:
mode:
authorElena of Valhalla'' Grandi <valhalla@trueelena.org>2014-06-22 14:57:53 +0200
committerElena of Valhalla'' Grandi <valhalla@trueelena.org>2014-06-22 14:57:53 +0200
commit1bfb049f9cdd10e81d7c4b360ad49a6706c715e7 (patch)
treee152734da304acab92ba2d0183e3652aaa4928fc /src/polyhedra.scad
parent80c4cebaccd949c88a07cea49c0f95d4f743846a (diff)
Fudge die: migrated to new layout / lib
Diffstat (limited to 'src/polyhedra.scad')
-rw-r--r--src/polyhedra.scad8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/polyhedra.scad b/src/polyhedra.scad
deleted file mode 100644
index 0cee714..0000000
--- a/src/polyhedra.scad
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-module d6(len) {
- intersection() {
- cube(len, center=true);
- sphere(len*0.79);
- }
-}