diff options
author | Elena of Valhalla'' Grandi <valhalla@trueelena.org> | 2014-06-22 14:39:36 +0200 |
---|---|---|
committer | Elena of Valhalla'' Grandi <valhalla@trueelena.org> | 2014-06-22 14:39:36 +0200 |
commit | 80c4cebaccd949c88a07cea49c0f95d4f743846a (patch) | |
tree | 468e9477c7c3a17482bdc16252de35fff4809ebd | |
parent | a44fe41ef2e1230f0a593d8c842e0516866548a6 (diff) |
Fixed d8 (rounded vertices)
-rw-r--r-- | lib/dice.scad | 2 |
1 files changed, 1 insertions, 1 deletions
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] ) { |