Cable clamp for multiple cables fastened with m3x8 screws
This commit is contained in:
@@ -10,7 +10,7 @@ inner_monitor_hinge = 3.2 / 2
|
||||
outer_monitor_hinge = hinge_w / 2
|
||||
|
||||
# tripod hinge dimensions
|
||||
inner_tripod_hinge = 7.5 / 2
|
||||
inner_tripod_hinge = 7 / 2
|
||||
outer_tripod_hinge = 17.5 / 2
|
||||
tripod_hinge_width = 5.5
|
||||
|
||||
@@ -24,7 +24,7 @@ tripod_hinge_shape = (
|
||||
)
|
||||
|
||||
arm_width = min(tripod_hinge_width, hinge_gap)
|
||||
arm_length = 150
|
||||
arm_length = 130
|
||||
|
||||
lower_arm = (
|
||||
cq.Workplane("XY")
|
||||
@@ -46,4 +46,4 @@ lower_arm = (
|
||||
.extrude(-tripod_hinge_width)
|
||||
)
|
||||
|
||||
exporters.export(lower_arm, "lower_arm.stl")
|
||||
exporters.export(lower_arm, "lower_arm.svg")
|
||||
|
@@ -18,7 +18,7 @@ elbow_hinge_shape = (
|
||||
cq.Sketch().circle(outer_monitor_hinge).circle(inner_monitor_hinge, mode="s")
|
||||
)
|
||||
|
||||
arm_length = 150
|
||||
arm_length = 130
|
||||
arm_width = hinge_gap
|
||||
|
||||
upper_arm = (
|
||||
|
Reference in New Issue
Block a user