mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
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:
parent
04bdbb4a28
commit
89959400da
10 changed files with 19 additions and 11 deletions
|
@ -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},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue