added multi-pcb indent support, new devices nodemcu-32s and cs-solarmeter

This commit is contained in:
Edward Kisiel
2024-05-26 15:57:06 -04:00
parent f8684b715f
commit 319bbe516e
7 changed files with 217 additions and 35 deletions

View File

@@ -242,7 +242,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 == 180 && side == "top") {
place(loc_x-4.6,depth-(wallthick+gap)-8-wallthick/2,loc_z+2,8,8,rotation,side)
place(loc_x-5.5,depth-(wallthick+gap)-8-wallthick/2,loc_z+2,8,8,rotation,side)
rotate([90,0,0]) cylinder(d=10, h=wallthick);
}
if(class == "audio" && type == "jack_3.5" && rotation == 270 && side == "top") {