mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 09:02:06 +00:00
Add FILL3D additional filament profiles (PLA Basic, PETG, PETG CF, PP, PPCF, PA) Extends the FILL3D brand support in OrcaFilamentLibrary, following the PLA Turbo profile merged in #12801. New profiles: - FILL3D PLA Basic (FILL3D002 / FILL3D002SYS) - FILL3D PETG (FILL3D003 / FILL3D003SYS) - FILL3D PP (FILL3D004 / FILL3D004SYS) - FILL3D PPCF (FILL3D005 / FILL3D005SYS) - FILL3D PA (FILL3D006 / FILL3D006SYS) - FILL3D PETG CF (FILL3D007 / FILL3D007SYS) Each material has a @base.json with FILL3D-tuned settings and a minimal @System.json. Validated with orca_extra_profile_check.py: 0 errors. Co-authored-by: SoftFever <softfeverever@gmail.com>
10 lines
190 B
JSON
10 lines
190 B
JSON
{
|
|
"type": "filament",
|
|
"name": "FILL3D PP @System",
|
|
"from": "system",
|
|
"setting_id": "FILL3D004SYS",
|
|
"instantiation": "true",
|
|
"inherits": "FILL3D PP @base",
|
|
"compatible_printers": []
|
|
}
|