From be4e5c8e1f5adfe44ea691244892ddd8222551d5 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 26 Dec 2015 00:16:38 +0000 Subject: [PATCH] pattress-boxes-3-cover: Rail, fix slop --- pattress-boxes-3-cover.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pattress-boxes-3-cover.scad b/pattress-boxes-3-cover.scad index 52fb22f..9e3ab2d 100644 --- a/pattress-boxes-3-cover.scad +++ b/pattress-boxes-3-cover.scad @@ -71,7 +71,7 @@ module LidSideProfile(){ module RailProfile(){ yt_base = thinbox_front_z; yt = yt_base - lid_rail_behindslop; - pegx = (lid_inner_w - patbox_centres)/2; + pegx = (lid_inner_w_nom - patbox_centres)/2; polygon([[-0.1, yt], [pegx - peg_main_dia/2, yt], -- 2.30.2