Skip to content

Commit 189ac07

Browse files
committed
Add PETG HF
1 parent e8260b1 commit 189ac07

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

firmware/bambu.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,15 @@ namespace bambulabs
4141
// Special cases for brand-specific codes
4242
const std::unordered_map<std::string, std::unordered_map<std::string, std::string>> brand_specific_codes = {
4343
{"PLA", {{"Bambu", "GFA00"}, {"PolyTerra", "GFL01"}, {"PolyLite", "GFL00"}}},
44+
{"PLA Aero", {{"Bambu", "GFG01"}}},
4445
{"TPU", {{"Bambu", "GFU01"}}},
4546
{"ABS", {{"Bambu", "GFB00"}, {"PolyLite", "GFB60"}}},
4647
{"ASA", {{"Bambu", "GFB01"}, {"PolyLite", "GFB61"}}},
4748
{"PC", {{"Bambu", "GFC00"}}},
4849
{"PA-CF", {{"Bambu", "GFN03"}}},
4950
{"PET-CF", {{"Bambu", "GFT00"}}},
51+
{"PETG HF", {{"Bambu", "GFG02"}}},
52+
{"PETG Translucent", {{"Bambu", "GFG01"}}},
5053
{"PETG", {{"Bambu", "GFG00"}, {"PolyLite", "GFG60"}}}};
5154

5255
// Function with two parameters

0 commit comments

Comments
 (0)