1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-08-13 02:43:58 +02:00

IEC mains connector models more accurate.

This commit is contained in:
Chris Palmer
2019-06-20 11:59:13 +01:00
parent bb6af0233d
commit 9ccdf3c075
16 changed files with 102 additions and 58 deletions

View File

@@ -60,7 +60,7 @@ insert_length = insert_length(insert);
insert_boss = mains_socket_insert_boss(socket);
screw_length = screw_longer_than(mains_socket_height(socket) + insert_length(insert));
iec_h = iec_slot_h(iec) + 1;
iec_h = iec_body_h(iec) + 1;
box_height = socket_depth + iec_h;
base_thickness = wall;