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