-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathparameters_test_block.json
53 lines (38 loc) · 1.01 KB
/
parameters_test_block.json
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"x_build_size" : 200,
"y_build_size" : 200,
"kerf" : 0.01,
"switch_type": "mx_openable",
"stabilizer_type": "cherry_costar",
"custom_shape": false,
"custom_shape_points": null,
"custom_shape_path": null,
"plate_supports": true,
"support_bar_height" : 3.0,
"support_bar_width" : 3.0,
"top_margin" : 18,
"bottom_margin" : 10,
"left_margin" : 10,
"right_margin" : 10,
"case_height" : 13,
"case_wall_thickness" : 3.0,
"plate_thickness" : 1.111,
"plate_corner_radius" : 4,
"bottom_cover_thickness": 2,
"tilt": 0,
"screw_count": 4,
"screw_diameter": 4,
"screw_edge_inset": 7,
"cable_hole": true,
"cable_hole_width": 11,
"cable_hole_height": 7,
"cable_diameter": 3,
"cable_hole_down_offset": 1,
"test_block": true,
"test_block_x_start": 57,
"test_block_x_end": 77,
"test_block_y_start": 115,
"test_block_y_end": 140,
"test_block_z_start": -50,
"test_block_z_end": 100
}