box: PCB moved below, also moving connector cuts

pull/3/head
emard 6 years ago
parent a0304e0a59
commit a670688665

@ -153,7 +153,7 @@ PCBW=PCBWidth;
// mounting hole xy-position // mounting hole xy-position
Footx = 2*Thick+FootClrX; Footx = 2*Thick+FootClrX;
Footy = Thick+FootClrY+FootmvY; Footy = Thick+FootClrY+FootmvY;
Fh = 16.5; // top feet height Fh = 17.0; // top feet height
// foot xy positions // foot xy positions
Fxy = [ Fxy = [
[Footx, Footy, 0], [Footx, Footy, 0],
@ -168,7 +168,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]) translate([Footx,Footy,-0.8])
{ {
// cut off for WiFi // cut off for WiFi
translate([24-10,-10,6]) translate([24-10,-10,6])

Loading…
Cancel
Save