Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
2250e70c25 | ||
|
f0a6e1f797 | ||
|
b186bdd3ce |
@ -148,7 +148,7 @@ Foot4Y = PCBWidth - Foot4YFromEdge;
|
|||||||
|
|
||||||
/* [STL element to export] */
|
/* [STL element to export] */
|
||||||
// - Top shell
|
// - Top shell
|
||||||
TShell = 0; // [0:No, 1:Yes]
|
TShell = 1; // [0:No, 1:Yes]
|
||||||
// - Bottom shell
|
// - Bottom shell
|
||||||
BShell = 1; // [0:No, 1:Yes]
|
BShell = 1; // [0:No, 1:Yes]
|
||||||
// - Front panel
|
// - Front panel
|
||||||
@ -665,6 +665,12 @@ module TopShell() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
Holes(top=1);
|
Holes(top=1);
|
||||||
|
translate([60, 40, -Thick]) {
|
||||||
|
cube([30, 90, Thick*3]);
|
||||||
|
}
|
||||||
|
translate([120, 85, -Thick]) {
|
||||||
|
cylinder(Thick*3, d=16);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user