ENH: separate PA and PA-CF filament type

Filament type of Bambu PA-CF in RFID is PA-CF.
Change it to PA-CF as well in preset to avoid
failure of AMS mapping.

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: Ic6b6269123d59863fea2b7d262a124468c95b8af
This commit is contained in:
salt.wei 2022-07-27 16:01:28 +08:00 committed by Lane.Wei
parent 04bdbb4a28
commit 89959400da
10 changed files with 19 additions and 11 deletions

View file

@ -696,6 +696,7 @@ static std::map<std::string, bool> filament_is_high_temp {
{"ABS", true},
{"TPU", false},
{"PA", true},
{"PA-CF", true},
{"PET-CF", true},
{"PC", true},
{"ASA", true},