Remove some whitespace
And change a *.5 to a /2 for consistency and to save a character.
This commit is contained in:
parent
9b22604d3e
commit
583fe6a198
@ -430,7 +430,7 @@ module tab() {
|
|||||||
translate([0, ScrewHole*2, PartMargin]) {
|
translate([0, ScrewHole*2, PartMargin]) {
|
||||||
difference() {
|
difference() {
|
||||||
sphere(d=(ScrewHole - PartMargin*2), $fn=100);
|
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);
|
cube(ScrewHole, center=true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user