|
@@ -12,17 +12,17 @@ overhang_a_width = a_gap_width /2 * 0.9
|
|
|
overhang_a_height = 3
|
|
overhang_a_height = 3
|
|
|
|
|
|
|
|
b_thick = 4.2
|
|
b_thick = 4.2
|
|
|
-b_diam = 2.8
|
|
|
|
|
|
|
+b_diam = 3.2
|
|
|
b_gap_width = a_gap_width
|
|
b_gap_width = a_gap_width
|
|
|
overhang_b_width = b_gap_width /2 * 0.98
|
|
overhang_b_width = b_gap_width /2 * 0.98
|
|
|
overhang_b_height = overhang_a_height
|
|
overhang_b_height = overhang_a_height
|
|
|
|
|
|
|
|
thick_eps = 0.1
|
|
thick_eps = 0.1
|
|
|
-space_height = 2.5
|
|
|
|
|
|
|
+space_height = 4
|
|
|
space_diam = 7
|
|
space_diam = 7
|
|
|
overhang_top = 0.5
|
|
overhang_top = 0.5
|
|
|
|
|
|
|
|
-print_height = 3
|
|
|
|
|
|
|
+print_height = 2.8
|
|
|
|
|
|
|
|
spacer = cq.Workplane("XY").cylinder(space_height, space_diam/2)
|
|
spacer = cq.Workplane("XY").cylinder(space_height, space_diam/2)
|
|
|
|
|
|