From 085af84a0c436fce8d3c2a81591ecd4227b12663 Mon Sep 17 00:00:00 2001 From: Maximilian Stiefel Date: Wed, 12 May 2021 20:52:37 +0200 Subject: [PATCH] Changed height dimensions and color cable tie mount --- cable_tie_mount/cable_tie_mount.scad | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/cable_tie_mount/cable_tie_mount.scad b/cable_tie_mount/cable_tie_mount.scad index 58d4115..ec24d4d 100644 --- a/cable_tie_mount/cable_tie_mount.scad +++ b/cable_tie_mount/cable_tie_mount.scad @@ -1,12 +1,11 @@ $fn=50; l_lower = 20; -h_lower = 4; +h_lower = 2; l_higher = 10; h_higher = 1; -h = 8; -l_slot = 5; -h_slot = 3; +h = 5; b_cable_tie = 5; +color("RoyalBlue", 1.0) difference () { hull(){ cube([l_lower, l_lower, h_lower], center=true);