X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=pencil_stand.scad;h=f6a666ad9ef180b1753a5f9ee2b272bc34511967;hb=8f78f5e5078bc1b85fedf16f1535d3f20edbab2c;hp=5eeb71e0bd9c3ecb447f4d8b68a3da9b3cc4a14d;hpb=8166e64fdded61a735c34502db86444fc5c0c6fe;p=things.git 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); } } +*/ }