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"; name = "Cards";
module cardHolder(b,t,h,name){ module cardHolder(b,t,h,name){
// floor // floor
cube([b+4,t+4,1],false); cube([b+4,t+4,1],false);
// left // left
translate([0,0,1]){ translate([0,0,1]){
cuboid([1,t+4,h+3], anchor=[-1,-1,-1], rounding=min(10,t+4), edges=FRONT+TOP); cuboid([1,t+4,h+3], anchor=[-1,-1,-1], rounding=min(10,t+4), edges=FRONT+TOP);
} }
// right // right
translate([b+3,0,1]){ translate([b+3,0,1]){
cuboid([1,t+4,h+3], anchor=[-1,-1,-1], rounding=min(10,t+4), edges=FRONT+TOP); 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 # all
HerosKeepOut: ./CardHolder.scad HerosKeepOut: ./CardHolder.scad
./.helperHeroeasKeepOut.sh ./.helperHerosKeepOut.sh
clear: clear:
rm -r ./STL rm -r ./STL