mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Add FILL3D PLA Basic, PETG, PP, PPCF, PA filament profiles (#12973)
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>
This commit is contained in:
committed by
GitHub
parent
972dae22af
commit
86e74f3f48
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "FILL3D PETG @System",
|
||||
"from": "system",
|
||||
"setting_id": "FILL3D003SYS",
|
||||
"instantiation": "true",
|
||||
"inherits": "FILL3D PETG @base",
|
||||
"compatible_printers": []
|
||||
}
|
||||
Reference in New Issue
Block a user