Thingiverse
Parametric Ethernet Plug Cap (Dust Cap)
by gammy
22
Downloads
15
Likes
0
Makes
An SCAD design (my first!) for generating ethernet plug caps; a dust-cap for ethernet switches. The caps fits a **female** socket.
It has several parameters:
```
// Switch properties
plug_spacing = 4.2; // Standard ethernet port spacing
num_plugs = 8;
// My switch consists of 2 modules of 4 ports each.
// There is therefore an additional space between each module
module_padding_every = 4;
padding_module = 4;
// Cover properties
thickness = 1.5;
padding_top = 10;
padding_bottom
It has several parameters:
```
// Switch properties
plug_spacing = 4.2; // Standard ethernet port spacing
num_plugs = 8;
// My switch consists of 2 modules of 4 ports each.
// There is therefore an additional space between each module
module_padding_every = 4;
padding_module = 4;
// Cover properties
thickness = 1.5;
padding_top = 10;
padding_bottom
Sign in to leave a comment
Sign in