various plumbing to implement auto-masks for library, config changes and other modifications

This commit is contained in:
Edward Kisiel
2024-03-16 17:39:23 -04:00
parent 8bf424b99b
commit 0fb0f4daef
10 changed files with 1470 additions and 1068 deletions

View File

@@ -132,7 +132,7 @@ module standoff(stand_off, mask){
}
// countersink hole
if(sink == "countersunk" && reverse == false) {
#translate([0,0, -adj]) cylinder(d1=6.5, d2=holesize, h=3.25);
translate([0,0, -adj]) cylinder(d1=6.5, d2=holesize, h=3.25);
}
if(sink == "countersunk" && reverse == true) {
translate([0,0,+adj-2.5]) cylinder(d1=holesize, d2=6.5, h=3.25);