From 8f78f5e5078bc1b85fedf16f1535d3f20edbab2c Mon Sep 17 00:00:00 2001 From: "Jan \"Yenya\" Kasprzak" Date: Mon, 11 Mar 2019 14:12:00 +0100 Subject: [PATCH] pencil_stand: disable inner hexagon grid --- pencil_stand.scad | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pencil_stand.scad b/pencil_stand.scad index 5eeb71e..f6a666a 100644 --- a/pencil_stand.scad +++ b/pencil_stand.scad @@ -1,7 +1,7 @@ eps = 0.01; infty = 200; -thin_wall = 0.5; +thin_wall = 0.6; wall = 1.5; body_d = 60; @@ -25,6 +25,7 @@ difference() { } } +/*/ scale([1, 1, -1]) difference() { cube([80, 60, 2]); @@ -37,6 +38,7 @@ difference() { cylinder(r1 = rear_hex_r-2, r2 = rear_hex_r, 2+2*eps, $fn = 6); } } +*/ } -- 2.43.0