From 2e0af423d51ee0ebbed74e16688403f47e90fb70 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 4 Oct 2016 21:40:36 +0100 Subject: [PATCH] bike-stalk-led-mount: commitids --- bike-stalk-led-mount.scad | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/bike-stalk-led-mount.scad b/bike-stalk-led-mount.scad index d5cc2a4..a3c0c4e 100644 --- a/bike-stalk-led-mount.scad +++ b/bike-stalk-led-mount.scad @@ -1,5 +1,7 @@ // -*- C -*- +include + stalk_dia = 6.4 + 0.25; length = 50; @@ -28,8 +30,13 @@ module StalkCutout(){ } module SomeBlockBase(height){ - translate([0,0, height/2 + inside_gap/2]) - cube([length, width, height], center=true); + translate([0,0, height/2 + inside_gap/2]) { + difference(){ + cube([length, width, height], center=true); + translate([-length/2, 0, height/2]) + Commitid_BestCount([length*.66, width/2]); + } + } } module BlockAbove(){ ////toplevel -- 2.30.2