- Added datasheets of several components / connectors

- Advanced with housing design, but no finished yet
This commit is contained in:
2025-09-07 09:04:11 +02:00
parent 714b5be13c
commit 20322c58fc
9 changed files with 1370 additions and 202 deletions

View File

@@ -0,0 +1,16 @@
No_Of_Pins = 8;
Wall_T = 2;
Wall_H = 7;
Inner_W = 2.54 * No_Of_Pins;
Inner_T = 2.54;
difference()
{
cube([Inner_W + 2*Wall_T, Inner_T + 2*Wall_T, Wall_H], center=true);
cube([Inner_W, Inner_T, 2*Wall_H], center=true);
}