Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
583fe6a198 |
@ -148,7 +148,7 @@ Foot4Y = PCBWidth - Foot4YFromEdge;
|
||||
|
||||
/* [STL element to export] */
|
||||
// - Top shell
|
||||
TShell = 1; // [0:No, 1:Yes]
|
||||
TShell = 0; // [0:No, 1:Yes]
|
||||
// - Bottom shell
|
||||
BShell = 1; // [0:No, 1:Yes]
|
||||
// - Front panel
|
||||
@ -430,7 +430,7 @@ module tab() {
|
||||
translate([0, ScrewHole*2, PartMargin]) {
|
||||
difference() {
|
||||
sphere(d=(ScrewHole - PartMargin*2), $fn=100);
|
||||
translate([0, 0, ScrewHole*.5 + TabThick/2]) {
|
||||
translate([0, 0, ScrewHole/2 + TabThick/2]) {
|
||||
cube(ScrewHole, center=true);
|
||||
}
|
||||
}
|
||||
@ -665,12 +665,6 @@ module TopShell() {
|
||||
}
|
||||
}
|
||||
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