Skip to content

Commit

Permalink
Add PETG HF
Browse files Browse the repository at this point in the history
  • Loading branch information
spuder committed Feb 2, 2025
1 parent e8260b1 commit 189ac07
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions firmware/bambu.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,15 @@ namespace bambulabs
// Special cases for brand-specific codes
const std::unordered_map<std::string, std::unordered_map<std::string, std::string>> brand_specific_codes = {
{"PLA", {{"Bambu", "GFA00"}, {"PolyTerra", "GFL01"}, {"PolyLite", "GFL00"}}},
{"PLA Aero", {{"Bambu", "GFG01"}}},
{"TPU", {{"Bambu", "GFU01"}}},
{"ABS", {{"Bambu", "GFB00"}, {"PolyLite", "GFB60"}}},
{"ASA", {{"Bambu", "GFB01"}, {"PolyLite", "GFB61"}}},
{"PC", {{"Bambu", "GFC00"}}},
{"PA-CF", {{"Bambu", "GFN03"}}},
{"PET-CF", {{"Bambu", "GFT00"}}},
{"PETG HF", {{"Bambu", "GFG02"}}},
{"PETG Translucent", {{"Bambu", "GFG01"}}},
{"PETG", {{"Bambu", "GFG00"}, {"PolyLite", "GFG60"}}}};

// Function with two parameters
Expand Down

0 comments on commit 189ac07

Please sign in to comment.