From 4fb665bd7cac79036ae1ee3ee166fd9c6b904d9e Mon Sep 17 00:00:00 2001 From: Filip Date: Mon, 20 Jan 2020 20:33:30 +0100 Subject: [PATCH] changes in esp --- esp8266.scad | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/esp8266.scad b/esp8266.scad index 38aedaf..340be98 100644 --- a/esp8266.scad +++ b/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]); } } + } } \ No newline at end of file