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