From 80c4cebaccd949c88a07cea49c0f95d4f743846a Mon Sep 17 00:00:00 2001 From: Elena of Valhalla'' Grandi Date: Sun, 22 Jun 2014 14:39:36 +0200 Subject: Fixed d8 (rounded vertices) --- lib/dice.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dice.scad b/lib/dice.scad index 76b6d63..05bb23e 100644 --- a/lib/dice.scad +++ b/lib/dice.scad @@ -52,7 +52,7 @@ module d8(size=false, side=false) { i_r = sqrt(6)/6*l; difference() { intersection() { - #sphere(r); + sphere(r*0.86, $fn=64); cube([c, c, i_r*2], center=true); intersection_for ( i = [0:2] ) { -- cgit v1.2.3