-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmaterial.json
114 lines (114 loc) · 3.28 KB
/
material.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
103
104
105
106
107
108
109
110
111
112
113
114
{
"material": [
{
"id": 1,
"material_id": "feltttt",
"name": "Felttttt",
"deleted_at": null,
"is_deleted": false,
"is_active": false,
"image": "materials/Felt.jpg",
"description": "TBD",
"hints": "TBD",
"safety_notes": "TBD",
"languages": [
{
"id": 2,
"name": "German"
}
],
"translations": [
{
"id": 1,
"language": "German",
"description": "TBD",
"safety_notes": "TBD",
"name": "Filz",
"hints": "TBD",
"url": ""
}
],
"url": "",
"device_combinations": [
{
"material_device_id": 1,
"dev_com_id": 4,
"dev_com_name": "Mr Beam II Dreamcut [S]-[S]",
"device_id": "4",
"laserhead_id": "1",
"material_settings": [
{
"id": 1,
"color": "#fbfbfb",
"thickness": 0.1,
"intensity": 1,
"speed_light": 1,
"speed_dark": 1,
"passes": 1,
"progressive_cut": true,
"compressor": 0,
"piercing_time": 1,
"dithering": true,
"line_distance": 0.05,
"comment": "This is just a test"
}
]
},
{
"material_device_id": 4,
"dev_com_id": 3,
"dev_com_name": "Mr Beam II Dreamcut-Mr Beam II Laserhead",
"device_id": "3",
"laserhead_id": "0",
"material_settings": [
{
"id": 3,
"color": "#fbfbfb",
"thickness": 0.1,
"intensity": 1,
"speed_light": 1,
"speed_dark": 1,
"passes": 1,
"progressive_cut": true,
"compressor": 0,
"piercing_time": 1,
"dithering": true,
"line_distance": 0.05,
"comment": "This is just a test"
}
]
}
]
},
{
"id": 3,
"material_id": "ahmed_test_id",
"name": "ahmed_test",
"deleted_at": null,
"is_deleted": false,
"is_active": false,
"image": "materials/IMG_20221120_115710_2_2_9SSZTS9.jpg",
"description": "NA",
"hints": "nothing",
"safety_notes": "vv",
"languages": [
{
"id": 2,
"name": "German"
}
],
"translations": [],
"url": "",
"device_combinations": [
{
"material_device_id": 3,
"dev_com_id": 1,
"dev_com_name": "Mr Beam-Mr Beam II Laserhead",
"device_id": "0",
"laserhead_id": "0",
"material_settings": []
}
]
}
]
}