rename & gitignore

fix typo and correct gitignore
This commit is contained in:
2026-03-26 18:56:53 +01:00
parent 442cdacbe8
commit 7432ce03d0
4 changed files with 5 additions and 2 deletions

2
.gitignore vendored
View File

@@ -1 +1 @@
/*.stl
*.stl

View File

@@ -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);

View File

@@ -1,7 +1,7 @@
# all
HerosKeepOut: ./CardHolder.scad
./.helperHeroeasKeepOut.sh
./.helperHerosKeepOut.sh
clear:
rm -r ./STL