From bcf40ddab51f702ff3b5fb48f664d245163b0c1b Mon Sep 17 00:00:00 2001 From: julianramirezarango-source Date: Mon, 16 Mar 2026 10:41:08 -0500 Subject: [PATCH] Add FILL3D PLA Turbo filament profile to OrcaFilamentLibrary --- resources/profiles/OrcaFilamentLibrary.json | 8 ++ .../FILL3D/FILL3D PLA Turbo @System.json | 9 ++ .../FILL3D/FILL3D PLA Turbo @base.json | 95 +++++++++++++++++++ 3 files changed, 112 insertions(+) create mode 100644 resources/profiles/OrcaFilamentLibrary/filament/FILL3D/FILL3D PLA Turbo @System.json create mode 100644 resources/profiles/OrcaFilamentLibrary/filament/FILL3D/FILL3D PLA Turbo @base.json diff --git a/resources/profiles/OrcaFilamentLibrary.json b/resources/profiles/OrcaFilamentLibrary.json index 4a6838b51d..b3ab214e33 100644 --- a/resources/profiles/OrcaFilamentLibrary.json +++ b/resources/profiles/OrcaFilamentLibrary.json @@ -392,6 +392,10 @@ "name": "AliZ PLA @base", "sub_path": "filament/AliZ/AliZ PLA @base.json" }, + { + "name": "FILL3D PLA Turbo @base", + "sub_path": "filament/FILL3D/FILL3D PLA Turbo @base.json" + }, { "name": "Bambu PLA Aero @base", "sub_path": "filament/Bambu/Bambu PLA Aero @base.json" @@ -1052,6 +1056,10 @@ "name": "AliZ PLA @System", "sub_path": "filament/AliZ/AliZ PLA @System.json" }, + { + "name": "FILL3D PLA Turbo @System", + "sub_path": "filament/FILL3D/FILL3D PLA Turbo @System.json" + }, { "name": "Bambu PLA Aero @System", "sub_path": "filament/Bambu/Bambu PLA Aero @System.json" diff --git a/resources/profiles/OrcaFilamentLibrary/filament/FILL3D/FILL3D PLA Turbo @System.json b/resources/profiles/OrcaFilamentLibrary/filament/FILL3D/FILL3D PLA Turbo @System.json new file mode 100644 index 0000000000..028011b109 --- /dev/null +++ b/resources/profiles/OrcaFilamentLibrary/filament/FILL3D/FILL3D PLA Turbo @System.json @@ -0,0 +1,9 @@ +{ + "type": "filament", + "setting_id": "FILL3D001SYS", + "name": "FILL3D PLA Turbo @System", + "from": "system", + "instantiation": "true", + "inherits": "FILL3D PLA Turbo @base", + "compatible_printers": [] +} diff --git a/resources/profiles/OrcaFilamentLibrary/filament/FILL3D/FILL3D PLA Turbo @base.json b/resources/profiles/OrcaFilamentLibrary/filament/FILL3D/FILL3D PLA Turbo @base.json new file mode 100644 index 0000000000..eb107903d6 --- /dev/null +++ b/resources/profiles/OrcaFilamentLibrary/filament/FILL3D/FILL3D PLA Turbo @base.json @@ -0,0 +1,95 @@ +{ + "type": "filament", + "name": "FILL3D PLA Turbo @base", + "from": "system", + "filament_id": "FILL3D001", + "instantiation": "false", + "inherits": "fdm_filament_pla", + "adaptive_pressure_advance": [ + "1" + ], + "adaptive_pressure_advance_model": [ + "0.03,23.43,5000\n0.028,25.31,5000\n0.025,28.12,5000\n0.025,23.43,12000\n0.020,25.31,12000\n0.018,28.12,12000" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "enable_pressure_advance": [ + "1" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_cost": [ + "25.4" + ], + "filament_density": [ + "1.31" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "32" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "FILL3D" + ], + "hot_plate_temp": [ + "55" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "nozzle_temperature": [ + "235" + ], + "nozzle_temperature_initial_layer": [ + "230" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "pressure_advance": [ + "0.036" + ], + "slow_down_layer_time": [ + "4" + ], + "slow_down_min_speed": [ + "10" + ], + "supertack_plate_temp": [ + "45" + ], + "supertack_plate_temp_initial_layer": [ + "45" + ], + "temperature_vitrification": [ + "45" + ], + "textured_plate_temp": [ + "55" + ], + "textured_plate_temp_initial_layer": [ + "55" + ] +}