-
Notifications
You must be signed in to change notification settings - Fork 2
/
sieve.json
70 lines (70 loc) · 2.01 KB
/
sieve.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"fileFormatVersion": "1",
"parameterSets": {
"Example1": {
"$fn": "72",
"gap_size": "1.2",
"lift_strands": "0",
"offset_strands": "yes",
"outer_diameter": "40",
"rim_height": "3",
"rim_thickness": "2",
"shape": "square",
"strand_thickness": "0.4",
"strand_width": "0.8"
},
"Example2": {
"$fn": "128",
"gap_size": "1",
"lift_strands": "0.25",
"offset_strands": "yes",
"outer_diameter": "40",
"rim_height": "3",
"rim_thickness": "1.7",
"shape": "round",
"strand_thickness": "0.4",
"strand_width": "0.4"
},
"MicroVac-filter": {
"$fn": "100",
"gap_size": "2.2",
"lift_strands": "0",
"offset_strands": "yes",
"outer_diameter": "60",
"rim_height": "1.2",
"rim_thickness": "1.47",
"shape": "round",
"strand_thickness": "0.4",
"strand_width": "0.4"
},
"Funnel example": {
"$fn": "72",
"gap_size": "0.6",
"lift_strands": "0.25",
"offset_strands": "yes",
"outer_diameter": "36",
"rim_height": "20",
"rim_thickness": "1.47",
"shape": "round",
"strand_thickness": "0.4",
"strand_width": "0.4",
"stretch": "0",
"taper": "1.5"
},
"Heart example": {
"$fn": "72",
"gap_size": "0.8",
"grid_rotation": "0",
"lift_strands": "0",
"offset_strands": "yes",
"outer_diameter": "40",
"rim_height": "3",
"rim_thickness": "1.2",
"shape": "heart",
"strand_thickness": "0.4",
"strand_width": "0.4",
"stretch": "0",
"taper": "1"
}
}
}