From: Ian Jackson Date: Sun, 11 May 2014 22:56:21 +0000 (+0100) Subject: brompton-computer-guard: remove some /// annotations X-Git-Tag: filamentspool-v2-release~378 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=bcdad50050e88c443f68fd1ed60b3c74fb65bd92 brompton-computer-guard: remove some /// annotations --- 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;