cleanup hl v3

This commit is contained in:
finn 2024-10-21 00:31:19 -07:00
parent efc8335e67
commit ed52ccb72e

View File

@ -54,7 +54,6 @@ minkowski(){
} }
} }
// this does the fillets // this does the fillets
sphere(r = minkRad); sphere(r = minkRad);
} }
@ -89,7 +88,6 @@ translate([-1 * hcRad - plateThick + hcDepth, 0, (strapWide / 2 + (plateScale +
} // plane diff } // plane diff
// add little lower bump // add little lower bump
difference(){ difference(){
minkowski(){ minkowski(){
translate([ (1.2 * lDiam / 2 - 2.5), -8, 0]){ translate([ (1.2 * lDiam / 2 - 2.5), -8, 0]){
@ -114,10 +112,9 @@ difference(){
} // rot cant } // rot cant
} // trans in xy } // trans in xy
sphere(r = minkRad); sphere(r = minkRad);
} }
// cut off below xy plane // cut off below xy plane again?
translate([0, 0, -22]){ translate([0, 0, -22]){
cube([99, 99, 44], center = true); cube([99, 99, 44], center = true);
} }