From de7bcd3f24c9285572467c9be99151583ec45967 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 9 Jun 2013 14:54:09 +0100 Subject: [PATCH] crossbar-computer-led-mount: adjust cable ties --- crossbar-computer-led-mount.scad | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/crossbar-computer-led-mount.scad b/crossbar-computer-led-mount.scad index f5775d4..92a079b 100644 --- a/crossbar-computer-led-mount.scad +++ b/crossbar-computer-led-mount.scad @@ -16,17 +16,17 @@ tower_frontheight = 10; tower_base_height = 20; tower_slot_width = 3; -cableclamp_ctie_width = 3 + 0.5; -cableclamp_ctie_thick = 2 + 0.5; +cableclamp_ctie_width = 4.0 + 1.0; +cableclamp_ctie_thick = 2.5 + 0.5; -lidclamp_ctie_width = 4.0 + 0.5; +lidclamp_ctie_width = 4.0 + 1.0; lidclamp_ctie_thick = 2.5 + 0.5; -base_ctie_width = 4.0 + 0.5; +base_ctie_width = 4.0 + 1.0; base_ctie_thick = 2.5 + 0.5; -tube_ctie_width = 5 + 0.5; -tube_ctie_thick = 3 + 0.5; +tube_ctie_width = 4.0 + 1.0; +tube_ctie_thick = 2.5 + 0.5; // tuning -- 2.30.2