-
Notifications
You must be signed in to change notification settings - Fork 70
/
Copy pathconfig.json
58 lines (58 loc) · 1.38 KB
/
config.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
{
"name": "ASSEMBLY_CUBE_LED_Matrix_simple",
"description": "",
"image": "",
"price": 22.7,
"fixedOptions": {},
"type": "module",
"partslist": [
{
"name": "30_IM_LED_holder_8x8_v3",
"description": "",
"image": "",
"price": 0.2,
"is_printable": true,
"n_parts": 1.0
},
{
"name": "LED Matrix 8x8",
"description": "",
"image": "",
"price": 10.0,
"is_printable": false,
"n_parts": 1.0
},
{
"name": "M2 screw + nut",
"description": "",
"image": "",
"price": 0.1,
"is_printable": false,
"n_parts": 2.0
},
{
"name": "ESP32",
"description": "",
"image": "",
"price": 8.0,
"is_printable": false,
"n_parts": 1.0
},
{
"name": "Female-Female Jumper Wire",
"description": "",
"image": "",
"price": 0.5,
"is_printable": false,
"n_parts": 3.0
},
{
"name": "USB-microUSB cable",
"description": "",
"image": "",
"price": 2.8,
"is_printable": false,
"n_parts": 1.0
}
]
}