grommet tolerance adjustment, fixed wrong part count and other minor changes

This commit is contained in:
Edward Kisiel
2025-05-26 16:06:52 -04:00
parent 5a15316530
commit 9a037db8a4
6 changed files with 360 additions and 32 deletions

View File

@@ -78,7 +78,7 @@ module grommet(face = "bottom", style = "sleeve", od, id, wall, assembly, mask)
}
translate([0,0,-adj]) cylinder(d=id, h=height+(2*adj));
translate([-lip_od/2,-cut/2,-adj]) cube([lip_od+(2*adj),cut,height+(2*adj)]);
translate([0,0,2.5+wall]) grommet_clip(style,od,id,wall);
translate([0,0,2.75+wall]) grommet_clip(style,od,id,wall);
}
if(assembly == true) {
translate([0,0,2.5+wall]) grommet_clip(style,od,id,wall);
@@ -99,11 +99,11 @@ module grommet_clip(style,od,id,wall) {
difference() {
cylinder(d=lip_od, h=2.5);
difference() {
translate([0,0,-adj]) cylinder(d=od, h=wall+2*adj);
translate([0,0,-adj]) cylinder(d=od, h=wall+2.5);
translate([-lip_od/2,-od/2,-adj]) cube([lip_od+(2*adj),2,height-2]);
translate([-lip_od/2,-2+od/2,-adj]) cube([lip_od+(2*adj),2,height-2]);
}
translate([-lip_od,-(od-6)/2,-adj]) cube([lip_od+(2*adj),od-6,wall+(2*adj)]);
translate([-lip_od,-(od-6)/2,-adj]) cube([lip_od+(2*adj),od-6,wall+2.5]);
}
}
}

View File

@@ -19,7 +19,7 @@
hd25_tab(side)
hd25_vtab(side)
hd35(orientation, mask)
hdd35_25holder(length)
hd35_25holder(length,width)
hd35_tab(side)
hd35_vtab(side)
hd_bottom_holes(hd, orientation, side, thick, holetype)