pillar model added and readme.md updated, xu4_shifter_shield case added

This commit is contained in:
Edward Kisiel
2024-10-19 17:08:46 -04:00
parent ad087dbc77
commit be91de94ff
5 changed files with 244 additions and 2 deletions

View File

@@ -202,6 +202,9 @@ module add(type, loc_x, loc_y, loc_z, face, rotation, size, data, mask) {
if(type == "hk_xu4_shifter_shield") {
translate([loc_x,loc_y,loc_z]) rotate(rotation) hk_xu4_shifter_shield(mask);
}
if(type == "pillar") {
translate([loc_x,loc_y,loc_z]) rotate(rotation) pillar(data[0], 0, 0, 0, data[2], 0, size, data, pcb_z, false, mask);
}
if(type == "rpi_m2hat") {
translate([loc_x,loc_y,loc_z]) rotate(rotation) rpi_m2hat(mask);
}