- Changed bottom part of housing -> separated to wall and plate

This commit is contained in:
2025-09-11 12:33:43 +02:00
parent 4ee7481cff
commit bdf157168d
2 changed files with 30 additions and 25 deletions

View File

@@ -6,7 +6,7 @@ eps = 0.001;
Cover_O = 2.5; // O = Overhang
Cover_T_T = 2.0; // T_T = Top Thickness
Cover_B_T = 3.0; // B_T = Bottom Thickness
Cover_B_T = 2.0; // B_T = Bottom Thickness
Wall_PCB_GAP = 0.25;
@@ -21,7 +21,7 @@ Spacer_Top_Height = 10;
Spacer_Bot_Height = 5;
Wall_T_H = Spacer_Top_Height + PCB_T/2 + Cover_T_T; // T_H = Wall Top Height
Wall_B_H = Spacer_Bot_Height + PCB_T/2; // B_H = Wall Bottom Height
Wall_B_H = Spacer_Bot_Height + PCB_T/2 + Cover_B_T + 1; // B_H = Wall Bottom Height
Mounting_Holes = [
[ 4.0, 70.0, 0],