chiark / gitweb /
sealing-box, bike-lipo-box: move remaining sealing-box vars out of bike-lipo-box
[reprap-play.git] / sealing-box.scad.m4
index 0202298a02f45e61b87217fa29cc2fb01d28a925..2ffc6303ef44f183819785d706e5c19af0522af9 100644 (file)
@@ -36,10 +36,13 @@ m4_define(`BoxLocals',`
   ceilth = $sealingbox_ceilth;
   cnrrad = $sealingbox_cnrrad;
 
-  ts_cidoff = (cnrrad * (1-.7) + wall * .8) * [1,1];
-
   xbox_lin = xbox - cnrrad*2;
   ybox_lin = ybox - cnrrad*2;
+
+  innertube = 1.0 + 0.2;
+  lidoverlap = 1.5;
+  lidoverhang = 6;
+  tubesealrad = 2.0;
 ')
 
 m4_dnl Box_Part($1=transl_x,$2=transl_y, $3=rot_z,$4=mirror_xy)