From f4da293370dbcc2b18419ab6895b4d8bdc4d03f0 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 15 Sep 2012 19:13:27 +0100 Subject: [PATCH] doveclippin height configurable --- doveclip.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doveclip.scad b/doveclip.scad index 6ceb2fe..6ff68f9 100644 --- a/doveclip.scad +++ b/doveclip.scad @@ -12,7 +12,7 @@ webgap = 0.4; toothgap = webthick + webgap*2; basethick = toothheight; -module DoveClipPin() { +module DoveClipPin(height=height) { translate([0,0, height/2]) intersection(){ union(){ for (m=[0,1]) { -- 2.30.2