Skip to content

Commit d644fc5

Browse files
authored
Merge pull request #25 from raihei/main
Support for TPU for AMS
2 parents 944196d + 07a3f85 commit d644fc5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

firmware/bambu.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
namespace bambulabs
99
{
1010
const std::unordered_map<std::string, std::string> filament_mappings = {
11+
{"TPU for AMS", "GFU02"},
12+
{"TPU High Speed", "GFU00"},
1113
{"TPU", "GFU99"},
1214
{"PLA", "GFL99"},
1315
{"PLA High Speed", "GFL95"},

firmware/conf.d/filament.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ select:
3737
- PPA-GF
3838
- PVA
3939
- TPU
40+
- TPU High Speed
41+
- TPU for AMS
4042
on_value:
4143
then:
4244
- script.execute: generate_filament_brand_code

0 commit comments

Comments
 (0)