box: adjusting dimensions, lowering height of in-hole rings,

lowering connector cuts, increasing PCB holder clearance
pull/3/head
emard 6 years ago
parent a670688665
commit 344c358892

@ -16,7 +16,7 @@ include <upbox.scad>
//Texte façade - Front text //Texte façade - Front text
Text = 1;// [0:No, 1:Yes] Text = 1;// [0:No, 1:Yes]
// multicolor front panel // multicolor front panel
/* /*
;BEFORE_LAYER_CHANGE ;BEFORE_LAYER_CHANGE
@ -64,6 +64,7 @@ PCBWidth = 17*2.54;
// Thickness of PCB // Thickness of PCB
PCBThick = 1.6; PCBThick = 1.6;
PCBThickTol = 0.0; PCBThickTol = 0.0;
BFclr = 0.15; // bottom feet clearance
// - Heuteur pied - Feet height // - Heuteur pied - Feet height
FootHeight = 7; FootHeight = 7;
// - Diamètre pied - Foot diameter // - Diamètre pied - Foot diameter
@ -168,7 +169,7 @@ module connector_cut()
//footx = 2*Thick+FootClrX; //footx = 2*Thick+FootClrX;
//footy = Thick+FootClrY; //footy = Thick+FootClrY;
cy = 60-8; cy = 60-8;
translate([Footx,Footy,-0.8]) translate([Footx,Footy,-0.7])
{ {
// cut off for WiFi // cut off for WiFi
translate([24-10,-10,6]) translate([24-10,-10,6])
@ -297,7 +298,6 @@ module top_cut()
cylinder(d=1.8,h=screwhole_h,$fn=6,center=true); cylinder(d=1.8,h=screwhole_h,$fn=6,center=true);
} }
BFclr = 0.1; // bottom feet clearance
// add bottom custom feet // add bottom custom feet
module bottom_add() module bottom_add()
{ {
@ -309,7 +309,7 @@ module bottom_add()
translate([0,0,upbase]) translate([0,0,upbase])
cylinder(d2=6.5,d1=8,h=bfh-upbase,$fn=12,center=false); cylinder(d2=6.5,d1=8,h=bfh-upbase,$fn=12,center=false);
translate([0,0,bfh]) translate([0,0,bfh])
cylinder(d=3,h=1.5,$fn=12,center=false); cylinder(d=3,h=0.8,$fn=12,center=false);
} }
} }

Loading…
Cancel
Save