Files
RP2350_MIDI_Lighter/Housing/Pin_Header_Cut_Template.scad
Christian Leibold 20322c58fc - Added datasheets of several components / connectors
- Advanced with housing design, but no finished yet
2025-09-07 09:04:11 +02:00

16 lines
227 B
OpenSCAD

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);
}