From 344c3588920fac6f29790faebfefe68954c07852 Mon Sep 17 00:00:00 2001 From: emard Date: Tue, 13 Nov 2018 16:52:23 +0100 Subject: [PATCH] box: adjusting dimensions, lowering height of in-hole rings, lowering connector cuts, increasing PCB holder clearance --- box/ulx3s-v19.scad | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/box/ulx3s-v19.scad b/box/ulx3s-v19.scad index 9e7c411..0d41bcf 100644 --- a/box/ulx3s-v19.scad +++ b/box/ulx3s-v19.scad @@ -16,7 +16,7 @@ include //Texte façade - Front text Text = 1;// [0:No, 1:Yes] - + // multicolor front panel /* ;BEFORE_LAYER_CHANGE @@ -64,6 +64,7 @@ PCBWidth = 17*2.54; // Thickness of PCB PCBThick = 1.6; PCBThickTol = 0.0; +BFclr = 0.15; // bottom feet clearance // - Heuteur pied - Feet height FootHeight = 7; // - Diamètre pied - Foot diameter @@ -168,7 +169,7 @@ module connector_cut() //footx = 2*Thick+FootClrX; //footy = Thick+FootClrY; cy = 60-8; - translate([Footx,Footy,-0.8]) + translate([Footx,Footy,-0.7]) { // cut off for WiFi translate([24-10,-10,6]) @@ -297,7 +298,6 @@ module top_cut() cylinder(d=1.8,h=screwhole_h,$fn=6,center=true); } -BFclr = 0.1; // bottom feet clearance // add bottom custom feet module bottom_add() { @@ -309,7 +309,7 @@ module bottom_add() translate([0,0,upbase]) cylinder(d2=6.5,d1=8,h=bfh-upbase,$fn=12,center=false); translate([0,0,bfh]) - cylinder(d=3,h=1.5,$fn=12,center=false); + cylinder(d=3,h=0.8,$fn=12,center=false); } }