chiark / gitweb /
mic-table-clamp: toplevels
[reprap-play.git] / mic-table-clamp.scad
index 3f7c05f2b592276725d0de05c68dad611c9c5a94..25da147134f669bf9e7c8856265ecada28410221 100644 (file)
@@ -1,8 +1,10 @@
 // -*- C -*-
 
-// print on High Detail
+// print Stem and Wingnut on High Detail
 // but adjust shell thickness to 2mm
 
+// others on Standard
+
 include <threads.scad>
 include <camera-mount.scad>
 
@@ -45,7 +47,7 @@ module OurThread(l){
                  test=$test, length=l);
 }
 
-module Stem(){
+module Stem(){ ////toplevel
   translate([0,0, stem_l -0.1])
     english_thread(diameter=positive_dia/inch, threads_per_inch=16,
                   leadin=1, test=$test,
@@ -63,7 +65,7 @@ module Stem(){
   }
 }
 
-module Wingnut(){
+module Wingnut(){ ////toplevel
   difference(){
     union(){
       cylinder(r= (thread_nom+wingnut_wall)/2,
@@ -91,4 +93,4 @@ module Wingnut(){
 }
 
 //Wingnut();
-Stem();
+//Stem();