Holder for IEC 320 C14 Inlet  (with clip)

Holder for IEC 320 C14 Inlet (with clip)

Description

You can use it as module like: ``` use <c14_housing.scad>; ``` ---------------------------------------- Example: ---------------------------------------- ``` use <c14_housing.scad>; wall_thickness = 3; x = 100; y = 160; z = 70; housing_depth = 10; difference() { cube([x+wall_thickness*2, y+wall_thickness*2, z]); translate([wall_thickness, wall_thickness, wall_thickness]) cube([x, y, z]); // positioning to the center of the wall translate([x+wall_thickness+wall_thickness/2, y-30, z-50]) c14_extraction(wall_thickness); } translate([x + wall_thickness*2 - housing_depth/2, y-30, z-50]) c14_housing(housing_depth); ```

Statistics

Likes

6

Downloads

0

Category

DIY