We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb8181d commit a672f7dCopy full SHA for a672f7d
1 file changed
src/DisplayCase/DisplayCableStrainRelief.scad
@@ -11,8 +11,8 @@ module DisplayCableStrainRelief() {
11
12
difference() {
13
union () {
14
- scale([1, 12/14, 1])
15
- cylinder(r=8.2, h=1.5);
+ scale([8.2/6.7, 12/14, 1])
+ cylinder(r=6.7, h=1.5);
16
17
translate([0, 0, 1.5])
18
scale([1, 12/14, 1])
@@ -38,10 +38,14 @@ module DisplayCableStrainRelief() {
38
translate([0, 0, -1])
39
cylinder(r=2.5, h=100);
40
41
- // clearance for fitting in
42
- rotate([0, -30, 0])
43
- translate([0, -50, -20])
44
- cube([1, 100, 40]);
+ // // clearance angle for fitting in
+ rotate([90, 0, 0])
+ linear_extrude(100, center=true)
+ polygon([
45
+ [0, 0],
46
+ [0, 2.8],
47
+ [2, 0]
48
+ ]);
49
50
translate([3, 4.4, 10])
51
rotate([0, 90, 0])
0 commit comments