chiark / gitweb /
mic-table-clamp: Make StemBlankPart into a toplevel
[reprap-play.git] / mic-table-clamp.scad
index eb68c9638f323939713d7c837aab4bcf06dfc60b..3d0a9ff9dc09fb6994c96355f8b5ba560ad4543c 100644 (file)
@@ -97,7 +97,7 @@ module Stem(){ ////toplevel
                   length= (positive_l + 0.1) / inch);
 }
 
-module StemBlankPart(){
+module StemBlankPart(){ ////toplevel
     hull(){
       cylinder(h = positive_l + 0.1 - blank_taper,
               r = positive_blank_dia/2);