Files
OrcaSlicer/resources/profiles/OrcaFilamentLibrary/filament/FILL3D/FILL3D PP @base.json
julianramirezarango-source 86e74f3f48 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>
2026-05-10 21:23:53 +08:00

66 lines
917 B
JSON

{
"type": "filament",
"name": "FILL3D PP @base",
"from": "system",
"filament_id": "FILL3D004",
"instantiation": "false",
"inherits": "fdm_filament_pp",
"filament_vendor": [
"FILL3D"
],
"filament_type": [
"PP"
],
"filament_density": [
"0.93"
],
"filament_max_volumetric_speed": [
"14"
],
"additional_cooling_fan_speed": [
"0"
],
"close_fan_the_first_x_layers": [
"5"
],
"during_print_exhaust_fan_speed": [
"0"
],
"enable_pressure_advance": [
"1"
],
"fan_max_speed": [
"60"
],
"fan_min_speed": [
"0"
],
"filament_flow_ratio": [
"1.045"
],
"filament_retraction_length": [
"0.2"
],
"hot_plate_temp": [
"100"
],
"hot_plate_temp_initial_layer": [
"100"
],
"nozzle_temperature": [
"300"
],
"nozzle_temperature_initial_layer": [
"295"
],
"overhang_fan_threshold": [
"25%"
],
"pressure_advance": [
"0.085"
],
"slow_down_layer_time": [
"10"
]
}