rename & gitignore
fix typo and correct gitignore
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1 +1 @@
|
||||
/*.stl
|
||||
*.stl
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user