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.
1 parent e8260b1 commit 189ac07Copy full SHA for 189ac07
firmware/bambu.h
@@ -41,12 +41,15 @@ namespace bambulabs
41
// Special cases for brand-specific codes
42
const std::unordered_map<std::string, std::unordered_map<std::string, std::string>> brand_specific_codes = {
43
{"PLA", {{"Bambu", "GFA00"}, {"PolyTerra", "GFL01"}, {"PolyLite", "GFL00"}}},
44
+ {"PLA Aero", {{"Bambu", "GFG01"}}},
45
{"TPU", {{"Bambu", "GFU01"}}},
46
{"ABS", {{"Bambu", "GFB00"}, {"PolyLite", "GFB60"}}},
47
{"ASA", {{"Bambu", "GFB01"}, {"PolyLite", "GFB61"}}},
48
{"PC", {{"Bambu", "GFC00"}}},
49
{"PA-CF", {{"Bambu", "GFN03"}}},
50
{"PET-CF", {{"Bambu", "GFT00"}}},
51
+ {"PETG HF", {{"Bambu", "GFG02"}}},
52
+ {"PETG Translucent", {{"Bambu", "GFG01"}}},
53
{"PETG", {{"Bambu", "GFG00"}, {"PolyLite", "GFG60"}}}};
54
55
// Function with two parameters
0 commit comments