mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00: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:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user