mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 00:52:04 +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>
42 lines
605 B
JSON
42 lines
605 B
JSON
{
|
|
"type": "filament",
|
|
"name": "FILL3D PLA Basic @base",
|
|
"from": "system",
|
|
"filament_id": "FILL3D002",
|
|
"instantiation": "false",
|
|
"inherits": "fdm_filament_pla",
|
|
"filament_vendor": [
|
|
"FILL3D"
|
|
],
|
|
"filament_type": [
|
|
"PLA"
|
|
],
|
|
"filament_density": [
|
|
"1.24"
|
|
],
|
|
"filament_max_volumetric_speed": [
|
|
"54"
|
|
],
|
|
"enable_pressure_advance": [
|
|
"1"
|
|
],
|
|
"filament_flow_ratio": [
|
|
"0.95"
|
|
],
|
|
"filament_retraction_length": [
|
|
"0.2"
|
|
],
|
|
"nozzle_temperature": [
|
|
"235"
|
|
],
|
|
"nozzle_temperature_initial_layer": [
|
|
"230"
|
|
],
|
|
"pressure_advance": [
|
|
"0.021"
|
|
],
|
|
"slow_down_layer_time": [
|
|
"0"
|
|
]
|
|
}
|