CPLD: Update LCD thickness, expected lid thickness to 3/16".

Objective is to keep LCD face below plane of case top/lid.
This commit is contained in:
Jared Boone 2017-06-06 11:25:25 -07:00
parent 8b10fde116
commit a14f764665

View File

@ -17,7 +17,9 @@ case_thickness = 1.5;
case_bottom_thickness = case_thickness * 2;
h1_pcb_bottom_clearance = 4.0;
case_bottom_tool_r = 3.0;
case_lid_thickness = 0.125 * 25.4;
lcd_thickness = 3.8;
case_lid_thickness = 3.0 / 16.0 * 25.4;
case_height_above_datum = h1_pcb_thickness + spacer_height + pp_h1_pcb_thickness + case_lid_thickness;
case_height_below_datum = case_bottom_thickness + h1_pcb_bottom_clearance;