From 7432ce03d00fb6bcccc58d189b3f7cd643b6ba2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elias=20Schr=C3=B6ter?= Date: Thu, 26 Mar 2026 18:56:53 +0100 Subject: [PATCH] rename & gitignore fix typo and correct gitignore --- .gitignore | 2 +- .helperHeroeasKeepOut.sh => .helperHerosKeepOut.sh | 0 CardHolder.scad | 3 +++ makefile | 2 +- 4 files changed, 5 insertions(+), 2 deletions(-) rename .helperHeroeasKeepOut.sh => .helperHerosKeepOut.sh (100%) 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