-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathparameters.json
50 lines (40 loc) · 1005 Bytes
/
parameters.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
{
"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" : 18,
"case_wall_thickness" : 3.0,
"plate_thickness" : 1.111,
"plate_corner_radius" : 4,
"bottom_cover_thickness": 2,
"tilt": 2,
"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": 5,
"custom_polygons": [
{
"type": "circle",
"d": 7.5,
"coordinates": [
[114.775, 113.1]
]
}
]
}