From: Ian Jackson Date: Mon, 11 May 2020 01:10:38 +0000 (+0100) Subject: mic-table-clamp: Rename StemBlankPart X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=3987d306a31f0a0de9e7977da57e43d059c8e5fe;p=reprap-play.git mic-table-clamp: Rename StemBlankPart This is going to be a toplevel and this is a less confusing name. Signed-off-by: Ian Jackson --- diff --git a/mic-table-clamp.scad b/mic-table-clamp.scad index a88d567..eb68c96 100644 --- a/mic-table-clamp.scad +++ b/mic-table-clamp.scad @@ -97,7 +97,7 @@ module Stem(){ ////toplevel length= (positive_l + 0.1) / inch); } -module StemBlank(){ +module StemBlankPart(){ hull(){ cylinder(h = positive_l + 0.1 - blank_taper, r = positive_blank_dia/2); @@ -108,7 +108,7 @@ module StemBlank(){ module BlankStem(){ ////toplevel StemWith() - StemBlank(); + StemBlankPart(); } module Wingnut(){ ////toplevel