We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1febb25 commit cdd4743Copy full SHA for cdd4743
electronics/reflow-oven-parts/power-cord-grommet.scad
@@ -12,18 +12,18 @@ Print_Orientation = true;
12
/* [Size] */
13
// All units in millimeters
14
15
-Dimensions = [15, 10.8]; // [5:0.1:20]
+Dimensions = [15, 10.2]; // [5:0.1:20]
16
Radius = 3.5; // [0:0.1:5]
17
Thickness = 3; // [1.5:0.1:10]
18
-Cord_Diameter = 9.25; // [5:0.05:20]
+Cord_Diameter = 9.5; // [5:0.05:20]
19
20
Screw_Hole_Diameter = 3; // [2:0.1:5]
21
-Screw_Hole_Offset = 8;
+Screw_Hole_Offset = 5;
22
Grommet_Thickness = 3; // [0.8:0.1:5]
23
-Grommet_Depth = 3.0; // [0.4:0.1:5]
+Grommet_Depth = 6; // [0.4:0.1:5]
24
25
/* [Advanced Options] */
26
-Vertical_Overlap = 2; // [0:0.1:10]
+Vertical_Overlap = 8; // [0:0.1:10]
27
Screw_Hole_Fit = 0.2; // [0:0.05:1]
28
Screw_Hole_Style = "inset"; // [flat: Flat, countersink: Countersink, inset: Inset]
29
Edge_Radius = 0.4; // [0:0.1:3]
0 commit comments