chiark / gitweb /
mic-table-clamp: toplevels
[reprap-play.git] / mic-table-clamp.scad
index b42b1ce04c7f2f41e03e720d1caba37798826234..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>
 
@@ -28,11 +30,11 @@ wingnut_wing_xrad = 8;
 wingnut_wing_xh = 5;
 wingnut_wing_th = 3;
 
-//$test= true;
-$test= false;
+$test= true;
+///$test= false;
 
-$fa= 3;
-$fs= 0.2;
+//$fa= 3;
+//$fs= 0.2;
 
 // calculated
 
@@ -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();