rockpro64 adjustments, indent reposition for jack_3.5 and sbc model framework update

This commit is contained in:
Edward Kisiel
2024-07-04 10:12:44 -04:00
parent a4aed16cbc
commit 6527951336
3 changed files with 205 additions and 2 deletions

View File

@@ -246,7 +246,7 @@ module indent(loc_x, loc_y, loc_z, rotation, side, class, type, wallthick, gap,
rotate([90,0,0]) cylinder(d=10, h=wallthick);
}
if(class == "audio" && type == "jack_3.5" && rotation == 270 && side == "top") {
place(width-(wallthick+gap)-8-wallthick/2,loc_y+3.25,loc_z+2.75,8,8,rotation,side)
place(width-(wallthick+gap)-8-wallthick/2,loc_y+3.25,loc_z+2.5,8,8,rotation,side)
rotate([90,0,0]) cylinder(d=10, h=wallthick);
}
if(class == "audio" && type == "jack_3.5" && rotation == 0 && side == "bottom") {