chiark / gitweb /
steamer-handle-clip: edits from v1
[reprap-play.git] / steamer-handle-clip.scad
index dff7fc34c6b760670875192922f6dc78cea76e77..6939961d6a48a43c476d32eabaed91c070a80405 100644 (file)
@@ -3,7 +3,7 @@
 include <funcs.scad>
 include <utils.scad>
 
-width = 20;
+width = 30;
 cup = 2.5;
 jaw = 32.36 - 2.00;
 th = 3.0;
@@ -16,6 +16,8 @@ c = vectorlen2d([a, b]);
 r = a / (1 - cos(2*alpha));
 C = [0, a-r];
 
+$fa = 1;
+
 module HalfBaseline() {
   intersection(){
     translate(C + [0, jaw/2])