From 3964dbf0e217326d5f9265081ea1174191e54c2a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 24 Jul 2016 01:07:58 +0100 Subject: [PATCH] earring-stand: commitid on base --- earring-stand.scad | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/earring-stand.scad b/earring-stand.scad index 175405c..c7ec629 100644 --- a/earring-stand.scad +++ b/earring-stand.scad @@ -232,10 +232,16 @@ module Base(){ } translate([xmin, 0, - -eclip_base_offset - thicks[0]]) - cube([xmax - xmin, - front_width, + -eclip_base_offset - thicks[0]]){ + difference(){ + cube([xmax - xmin, + front_width, thicks[0]]); + translate([xmax-xmin, front_width]/2) + rotate([0,0,270]) + Commitid_Full16_M(); + } + } } module FrontPattern(){ -- 2.30.2