mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
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:
parent
8b10fde116
commit
a14f764665
@ -17,7 +17,9 @@ case_thickness = 1.5;
|
|||||||
case_bottom_thickness = case_thickness * 2;
|
case_bottom_thickness = case_thickness * 2;
|
||||||
h1_pcb_bottom_clearance = 4.0;
|
h1_pcb_bottom_clearance = 4.0;
|
||||||
case_bottom_tool_r = 3.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_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;
|
case_height_below_datum = case_bottom_thickness + h1_pcb_bottom_clearance;
|
||||||
|
Loading…
Reference in New Issue
Block a user