From 16abb38f196fcf1986e06d4ec580ef94fc01e442 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 30 Dec 2015 15:00:24 +0000 Subject: [PATCH] pattress-boxes-3-cover: echo the various slops (nfc) --- pattress-boxes-3-cover.scad | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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(); -- 2.30.2