-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparemetric_tray_generator.json
102 lines (102 loc) · 3.27 KB
/
paremetric_tray_generator.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"parameterSets": {
"Movement tray for 25mm": {
"adapted_base_length": "21.1",
"adapted_base_width": "21.1",
"cols": "6",
"createEmptyMovementTray": "true",
"height": "5",
"height_offset": "2",
"inset": "1",
"isLanceFormation": "false",
"isRound_adapted": "false",
"magnets_height": "0",
"magnets_radius": "0",
"new_base_length": "25",
"new_base_width": "25",
"rows": "7"
},
"Lance 25x50mm to 30x60mm": {
"adapted_base_length": "50",
"adapted_base_width": "25",
"cols": "6",
"createEmptyMovementTray": "false",
"height": "5",
"height_offset": "2",
"inset": "1",
"isLanceFormation": "true",
"isRound_adapted": "false",
"magnets_height": "0",
"magnets_radius": "0",
"new_base_length": "60",
"new_base_width": "30",
"rows": "5"
},
"Movement Tray Cavalry": {
"adapted_base_length": "50",
"adapted_base_width": "25",
"cols": "6",
"createEmptyMovementTray": "true",
"height": "5",
"height_offset": "2",
"inset": "1",
"isLanceFormation": "true",
"isRound_adapted": "false",
"magnets_height": "0",
"magnets_radius": "0",
"new_base_length": "60",
"new_base_width": "30",
"rows": "5"
},
"Example adapter 20mm to 25mm": {
"adapted_base_length": "21.1",
"adapted_base_width": "21.1",
"cols": "6",
"createEmptyMovementTray": "false",
"height": "5",
"height_offset": "2",
"inset": "1",
"isLanceFormation": "false",
"isRound_adapted": "false",
"magnets_height": "0",
"magnets_radius": "0",
"new_base_length": "25",
"new_base_width": "25",
"rows": "5"
},
"Holed example 20mm to 25mm": {
"adapted_base_length": "21.1",
"adapted_base_width": "21.1",
"cols": "7",
"createEmptyMovementTray": "false",
"height": "5",
"height_offset": "-1",
"inset": "1",
"isLanceFormation": "false",
"isRound_adapted": "false",
"magnets_height": "0",
"magnets_radius": "0",
"new_base_length": "25",
"new_base_width": "25",
"rows": "6"
},
"Base 20mm to 25mm with base marker": {
"adapted_base_length": "21.1",
"adapted_base_width": "21.1",
"cols": "4",
"createEmptyMovementTray": "false",
"height": "5",
"height_offset": "2",
"inset": "1",
"isLanceFormation": "false",
"isRound_adapted": "false",
"magnets_height": "0",
"magnets_radius": "0",
"markBases": "true",
"new_base_length": "25",
"new_base_width": "25",
"rows": "3"
}
},
"fileFormatVersion": "1"
}