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";
|
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);
|
||||||
|
|||||||
Reference in New Issue
Block a user