ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
Last Updated:9/3/2025Instructions:
2
3
1. Go to the query for all non-generic and non-bambu filaments:
4
https://github.com/search?q=repo%3Abambulab%2FBambuStudio+path%3A%2F%5Eresources%5C%2Fprofiles%5C%2FBBL%5C%2Ffilament%5C%2F%2F+path%3AH2D+-path%3ABambu+-path%3AGeneric&type=code&p=2
5
6
Raw stringBrandTypeNozzle
2. Use the chrome gemini integration with the following prompt:
7
eSUN PLA+ @BBL H2D.jsoneSUNPLA+N/A
Extract all returned filenames into a csv. The format should be, for each filename:
8
eSUN PLA+ @BBL H2D 0.2 nozzle.jsoneSUNPLA+0.2
<filename>,<filament brand extracted from the filename, e.g. esun, polylite, overture>,<filament type extracted from filename, e.g. PLA+, PLA, ABS>,<nozzle size - if given spell it out (for example 0.2), otherwise return "N/A">
9
Polymaker/Fiberon PET-CF @BBL H2D.jsonFiberonPET-CFN/A
Each filename should be on a separate line
10
Polymaker/Fiberon PA6-GF @BBL H2D.jsonFiberonPA6-GFN/A
11
Polymaker/Fiberon PA6-CF @BBL H2D.jsonFiberonPA6-CFN/A
3. Copy the output and paste it in the top left corner of the table
12
Polymaker/Fiberon PA12-CF @BBL H2D.jsonFiberonPA12-CFN/A
13
Polymaker/Fiberon PETG-ESD @BBL H2D.jsonFiberonPETG-ESDN/A
4. Go to Data | Split text to columns to break the CSV into columns
14
Overture PLA @BBL H2D.jsonOverturePLAN/A
15
Overture Matte PLA @BBL H2D.jsonOvertureMatte PLAN/A
16
Overture PLA @BBL H2D 0.2 nozzle.jsonOverturePLA0.2
17
PolyLite ABS @BBL H2D.jsonPolyLiteABSN/A
18
PolyLite PLA @BBL H2D.jsonPolyLitePLAN/A
19
PolyLite ASA @BBL H2D.jsonPolyLiteASAN/A
20
PolyLite PETG @BBL H2D.jsonPolyLitePETGN/A
21
PolyLite ABS @BBL H2D 0.2 nozzle.jsonPolyLiteABS0.2
22
PolyLite PLA @BBL H2D 0.2 nozzle.jsonPolyLitePLA0.2
23
PolyLite ASA @BBL H2D 0.2 nozzle.jsonPolyLiteASA0.2
24
PolyLite PETG @BBL H2D 0.2 nozzle.jsonPolyLitePETG0.2
25
PolyTerra PLA @BBL H2D.jsonPolyTerraPLAN/A
26
PolyTerra PLA @BBL H2D 0.2 nozzle.jsonPolyTerraPLA0.2
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