chiark / gitweb /
bike-lipo-box: Restore ts_cidoff (fix TestSealBox)
[reprap-play.git] / sealing-box.scad.m4
index 0202298a02f45e61b87217fa29cc2fb01d28a925..bf950218f793d6af73d35aeb2cfdbfd2f26f6ce2 100644 (file)
@@ -36,8 +36,6 @@ 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;
 ')