ENH: align the filament type with app/machine/RFID

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I534e6b619efbb7fe6b813bf51640f46066f378c5
This commit is contained in:
salt.wei 2022-08-02 12:16:51 +08:00 committed by Lane.Wei
parent f56e9b4b21
commit 97ffa093c3
7 changed files with 12 additions and 8 deletions

View file

@ -692,15 +692,15 @@ static StringObjectException layered_print_cleareance_valid(const Print &print,
//BBS
static std::map<std::string, bool> filament_is_high_temp {
{"PLA", false},
{"PET", true},
{"PLA-CF", false},
{"PETG", true},
{"ABS", true},
{"TPU", false},
{"PA", true},
{"PA-CF", true},
{"PET-CF", true},
{"PC", true},
{"ASA", true},
{"PVA", false}
{"ASA", true}
};
//BBS: this function is used to check whether multi filament can be printed