Skip to content

Commit cdd4743

Browse files
committedDec 13, 2024
Adjust power cord grommet dimensions
1 parent 1febb25 commit cdd4743

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎electronics/reflow-oven-parts/power-cord-grommet.scad

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ Print_Orientation = true;
1212
/* [Size] */
1313
// All units in millimeters
1414

15-
Dimensions = [15, 10.8]; // [5:0.1:20]
15+
Dimensions = [15, 10.2]; // [5:0.1:20]
1616
Radius = 3.5; // [0:0.1:5]
1717
Thickness = 3; // [1.5:0.1:10]
18-
Cord_Diameter = 9.25; // [5:0.05:20]
18+
Cord_Diameter = 9.5; // [5:0.05:20]
1919

2020
Screw_Hole_Diameter = 3; // [2:0.1:5]
21-
Screw_Hole_Offset = 8;
21+
Screw_Hole_Offset = 5;
2222
Grommet_Thickness = 3; // [0.8:0.1:5]
23-
Grommet_Depth = 3.0; // [0.4:0.1:5]
23+
Grommet_Depth = 6; // [0.4:0.1:5]
2424

2525
/* [Advanced Options] */
26-
Vertical_Overlap = 2; // [0:0.1:10]
26+
Vertical_Overlap = 8; // [0:0.1:10]
2727
Screw_Hole_Fit = 0.2; // [0:0.05:1]
2828
Screw_Hole_Style = "inset"; // [flat: Flat, countersink: Countersink, inset: Inset]
2929
Edge_Radius = 0.4; // [0:0.1:3]

0 commit comments

Comments
 (0)
Failed to load comments.