diff --git a/.gitignore b/.gitignore index 89974f3..1567411 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/*.stl +*.stl diff --git a/.helperHeroeasKeepOut.sh b/.helperHerosKeepOut.sh similarity index 100% rename from .helperHeroeasKeepOut.sh rename to .helperHerosKeepOut.sh diff --git a/CardHolder.scad b/CardHolder.scad index 3922d77..b20613f 100644 --- a/CardHolder.scad +++ b/CardHolder.scad @@ -7,12 +7,15 @@ h = 88; name = "Cards"; module cardHolder(b,t,h,name){ + // floor cube([b+4,t+4,1],false); + // left translate([0,0,1]){ cuboid([1,t+4,h+3], anchor=[-1,-1,-1], rounding=min(10,t+4), edges=FRONT+TOP); } + // right translate([b+3,0,1]){ cuboid([1,t+4,h+3], anchor=[-1,-1,-1], rounding=min(10,t+4), edges=FRONT+TOP); diff --git a/makefile b/makefile index a89089e..a946de8 100644 --- a/makefile +++ b/makefile @@ -1,7 +1,7 @@ # all HerosKeepOut: ./CardHolder.scad - ./.helperHeroeasKeepOut.sh + ./.helperHerosKeepOut.sh clear: rm -r ./STL