changes in esp
This commit is contained in:
parent
97fa7a8022
commit
4fb665bd7c
22
esp8266.scad
22
esp8266.scad
@ -1,11 +1,17 @@
|
||||
D1W=26;
|
||||
D1L=34.5;
|
||||
D1H=8;
|
||||
Wall=2;
|
||||
Wall=1.67;
|
||||
Clearance=0.2;
|
||||
Lidnodge=1;
|
||||
GPIOW=2.5;
|
||||
GPIOL=21;
|
||||
GPIOW=2.8;
|
||||
GPIOL=22;
|
||||
//translate([-Wall,0,-Wall]){
|
||||
// difference(){
|
||||
// cube([D1W+Wall*4,D1L+Wall*2,D1H+Wall*5]);
|
||||
// translate([0,0,0]) cube([D1W+Wall*4,D1L/1.2,D1H+Wall]);
|
||||
// }
|
||||
//}
|
||||
translate([0,0,0]){
|
||||
|
||||
difference(){
|
||||
@ -21,15 +27,16 @@ translate([0,0,0]){
|
||||
}
|
||||
}
|
||||
//usb port
|
||||
translate([((D1W/2)-(7.5/2))+Wall,-1,Wall]){
|
||||
cube([7.5,Wall+1,3.0]);
|
||||
translate([((D1W/2)-(7.5/2))+Wall,0,Wall]){
|
||||
cube([7.5,Wall+0.1,3.0]);
|
||||
}
|
||||
//reset button
|
||||
translate([-1,Wall+2,Wall]){
|
||||
cube([Wall+1,2,1]);
|
||||
translate([-0.1,Wall+2,Wall]){
|
||||
cube([Wall+0.1+1,4,2]);
|
||||
}
|
||||
}
|
||||
//lid
|
||||
translate([0,0,5]){
|
||||
difference(){
|
||||
union(){
|
||||
//lid
|
||||
@ -52,4 +59,5 @@ translate([0,0,0]){
|
||||
cube([GPIOW,GPIOL,Wall+Lidnodge]);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user