From bcdad50050e88c443f68fd1ed60b3c74fb65bd92 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 11 May 2014 23:56:21 +0100 Subject: [PATCH] brompton-computer-guard: remove some /// annotations --- brompton-computer-guard.scad | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/brompton-computer-guard.scad b/brompton-computer-guard.scad index 24d041a..5cefc95 100644 --- a/brompton-computer-guard.scad +++ b/brompton-computer-guard.scad @@ -9,9 +9,9 @@ attach_cx = -7; attach_cdy = 0; attach_w = 25; -attach_inrad = 25; /// -attach_hole_dist = 5; /// -attach_hole_dia = 4 + 0.5; /// +attach_inrad = 25; +attach_hole_dist = 5; +attach_hole_dia = 4 + 0.5; attach_ang = 45; attach_dz = 2; -- 2.30.2