summaryrefslogtreecommitdiffstats
path: root/case/params.scad
blob: b33502a391c4904a7310695b9b020be461468652 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
/* [Features] */
// Enable or disable keyboard deck
with_keyboard = true;

/* [Case wall dimensions:] */
// Wall width (thickness)
wall_width       =  2.5000;
// Wall width (thickness) along upper wall of case
wall_width_upper =  1.5000;
// Wall lip height along upper wall of case
wall_lip_upper   =  3.0000;
// Wall height
wall_height      = 17.2500;

/* [Case dimensions] */
// Width of topmost part of case
case_width_top     = 317.5000;
// Width of bottom part of case
case_width_bottom  = 319.0000;
// Length of topmost part of case
case_length_top    = 150.0000;
// Length of bottom part of case
case_length_bottom = 151.5000;

/* [Keyboard offset] */
// X offset of keyboard
keyboard_x_offset = 12.2500;
// Y offset of keyboard
keyboard_y_offset = 12.2500;

/* [Screw post dimensions] */
// Top case screw post inner diameter
screw_post_diameter_inner  =  3.00;
// Top case screw post outer diameter
screw_post_diameter_outer  =  6.25;
// Top case corner screw post height
screw_post_corner_height   = 12.00;
// Top case middle screw post height
screw_post_middle_height   = 29.30;