We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 944196d + 07a3f85 commit d644fc5Copy full SHA for d644fc5
firmware/bambu.h
@@ -8,6 +8,8 @@
8
namespace bambulabs
9
{
10
const std::unordered_map<std::string, std::string> filament_mappings = {
11
+ {"TPU for AMS", "GFU02"},
12
+ {"TPU High Speed", "GFU00"},
13
{"TPU", "GFU99"},
14
{"PLA", "GFL99"},
15
{"PLA High Speed", "GFL95"},
firmware/conf.d/filament.yaml
@@ -37,6 +37,8 @@ select:
37
- PPA-GF
38
- PVA
39
- TPU
40
+ - TPU High Speed
41
+ - TPU for AMS
42
on_value:
43
then:
44
- script.execute: generate_filament_brand_code
0 commit comments