chiark / gitweb /
pattress-boxes-3-cover: echo the various slops (nfc)
[reprap-play.git] / pattress-boxes-3-cover.scad
index 0ffce30f72daec20b8cce9e71ff51088e74ee0a7..a2b0b819fb88932b38660ed0b263d4bdb7cdf726 100644 (file)
@@ -54,12 +54,8 @@ lid_seatline_w = (lid_inner_w - lid_max_switches_w)/2 - lid_switches_y_slop;
 
 lid_seatline_h = lid_fatbox_switches_h;
 
-echo(lid_seatline_w);
-
 peg_main_height = peg_straight_len + (peg_max_dia - peg_main_dia)/2/peg_slope;
 
-echo(peg_main_height);
-
 thinbox_front_z = lid_fatbox_switches_h + lid_fatbox_h - lid_thinbox_h;
 
 raillen = patbox_side/2 + rail_overlap;
@@ -145,6 +141,7 @@ module PegProfile(){
 }
 
 module Peg(){ ////toplevel
+  echo($peg_outer_slop);
   rotate_extrude($fn=50)
     rotate([0,0,-90])
     PegProfile();