mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 23:01:22 -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
|
@ -6,6 +6,9 @@
|
|||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_pa",
|
||||
"filament_type": [
|
||||
"PA-CF"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"280"
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue