From: Ian Jackson Date: Mon, 3 Dec 2012 00:35:30 +0000 (+0000) Subject: anke-gps-bracket: NestleCube: visible arches X-Git-Tag: filamentspool-v2-release~613 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=fb50f6829f3a0dd154d21f4381205162b5fd6a09;p=reprap-play.git anke-gps-bracket: NestleCube: visible arches --- diff --git a/anke-gps-bracket.scad b/anke-gps-bracket.scad index a54dc33..084eefd 100644 --- a/anke-gps-bracket.scad +++ b/anke-gps-bracket.scad @@ -80,9 +80,9 @@ holderdccount = 2; holderdoveclipl = 15; chassish = 13; chassist = 13; -nestlefloorh = 1.7; -nestleceilh = 2.0; -nestlewallmin = 3.0; +nestlefloorh = 4.7; +nestleceilh = 6.0; +nestlewallmin = 10.0; nestlearchslope = 0.75 * sqrt(0.5); // Consequential values @@ -264,7 +264,7 @@ module NestleCube(){ ////toplevel [4,3,2],[2,1,0],[0,4,2], [12,13,14],[10,11,12],[12,14,10]], convexity=3); - intersection(){ + union(){ #NestleCubeCutout(cutw1, cutw0, max(nestledl,nestledr)); #rotate([0,0,90]) NestleCubeCutout(cutd0, cutd1, nestlew); }