From d10512e60a09a3ffb4b11db798c9c48af1a1ac5e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 1 Feb 2017 21:51:33 +0000 Subject: [PATCH] maglite-holder: Commitid --- maglite-holder.scad | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/maglite-holder.scad b/maglite-holder.scad index d9395f5..4a881a5 100644 --- a/maglite-holder.scad +++ b/maglite-holder.scad @@ -34,6 +34,8 @@ torch_smm_xcoord_fig_cm = -1.9; // x coord of lhs of narrow part // calculated +include + torch_dxf_scale = [ (torch_big_dia - torch_lit_dia) / (-(torch_min_xcoord_fig_cm - torch_smm_xcoord_fig_cm) * 10 * 2), @@ -118,6 +120,9 @@ module Bracket(){ ////toplevel } ScrewHole(holes[0], 90); ScrewHole(holes[1], 0); + translate([-cid_w/2, 0, above - holes[0] - hole_near]) + rotate([-90,0,0]) + %Commitid_BestCount([cid_w, holes[1]-holes[0] - hole_near*2]); } difference(){ mirror([0,1,0]) -- 2.30.2