From: Ian Jackson Date: Wed, 30 Dec 2015 15:00:24 +0000 (+0000) Subject: pattress-boxes-3-cover: echo the various slops (nfc) X-Git-Tag: filamentspool-v2-release~22^2~2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=16abb38f196fcf1986e06d4ec580ef94fc01e442;p=reprap-play.git pattress-boxes-3-cover: echo the various slops (nfc) --- diff --git a/pattress-boxes-3-cover.scad b/pattress-boxes-3-cover.scad index 0ffce30..a2b0b81 100644 --- a/pattress-boxes-3-cover.scad +++ b/pattress-boxes-3-cover.scad @@ -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();