aboutsummaryrefslogtreecommitdiff
path: root/src/polyhedra.scad
diff options
context:
space:
mode:
authorElena of Valhalla'' Grandi <valhalla@trueelena.org>2013-12-07 21:57:37 +0100
committerElena of Valhalla'' Grandi <valhalla@trueelena.org>2013-12-07 21:57:37 +0100
commit3383067cf5958242bff20bf998789106ed3f7a49 (patch)
treebd918db71b73b9c6b6bbd06b7ab6698513e0c6b5 /src/polyhedra.scad
First die: fudge
Diffstat (limited to 'src/polyhedra.scad')
-rw-r--r--src/polyhedra.scad8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/polyhedra.scad b/src/polyhedra.scad
new file mode 100644
index 0000000..0cee714
--- /dev/null
+++ b/src/polyhedra.scad
@@ -0,0 +1,8 @@
+
+
+module d6(len) {
+ intersection() {
+ cube(len, center=true);
+ sphere(len*0.79);
+ }
+}