mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
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:
parent
f56e9b4b21
commit
97ffa093c3
7 changed files with 12 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue