aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/dice.scad2
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] ) {