From: Jan "Yenya" Kasprzak Date: Mon, 11 Mar 2019 13:12:00 +0000 (+0100) Subject: pencil_stand: disable inner hexagon grid X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?p=things.git;a=commitdiff_plain;h=8f78f5e5078bc1b85fedf16f1535d3f20edbab2c pencil_stand: disable inner hexagon grid --- 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); } } +*/ }