From 0e8dfb8c9d073bc8721a6b82e7ad033fd1a4211b Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 25 Dec 2015 23:55:53 +0000 Subject: [PATCH] pattress-boxes-3-cover: Rename "rail" to "seatline" --- pattress-boxes-3-cover.scad | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pattress-boxes-3-cover.scad b/pattress-boxes-3-cover.scad index 7191206..d0b7e9a 100644 --- a/pattress-boxes-3-cover.scad +++ b/pattress-boxes-3-cover.scad @@ -45,11 +45,11 @@ lid_inner_kink = [thinbox_len, thinbox_len*2]; lid_inner_w = patbox_side + lid_side_slop * 2; -lid_rail_w = (lid_inner_w - lid_max_switches_w)/2 - lid_switches_y_slop; +lid_seatline_w = (lid_inner_w - lid_max_switches_w)/2 - lid_switches_y_slop; -lid_rail_h = lid_fatbox_switches_h; +lid_seatline_h = lid_fatbox_switches_h; -echo(lid_rail_w); +echo(lid_seatline_w); peg_main_height = peg_straight_len + (peg_max_dia - peg_main_dia)/2/peg_slope; @@ -72,9 +72,9 @@ module LidSide(){ linear_extrude(height= lid_side_wall) LidSideProfile(); - // rail + // seatline translate(-overlap) - cube(overlap + [total_len, lid_rail_w, lid_rail_h]); + cube(overlap + [total_len, lid_seatline_w, lid_seatline_h]); // lid front translate([-0.1, -0.1, -lid_front_wall]) -- 2.30.2