From d14819e58fb0159534c890f29353a4f303eabb8e Mon Sep 17 00:00:00 2001 From: Kiss Lorand <50251547+kisslorand@users.noreply.github.com> Date: Thu, 14 May 2026 19:59:19 +0300 Subject: [PATCH] Fix air filtration settings hidden on printers that support that feature (#13384) Enable air filtration support in affected system printer profiles Some system printer profiles that support air filtration had the feature incorrectly disabled in the printer settings. This caused the related filament settings to be hidden, making the feature unavailable to users even though it is supported by the printer. Enable "support_air_filtration" in affected system printer profiles and bump profile version thus forcing Orca to refresh cached settings. This ensures air filtration settings are visible and usable on printers that support the feature. --- resources/profiles/BBL.json | 4 ++-- resources/profiles/BBL/machine/Bambu Lab H2D 0.4 nozzle.json | 1 + .../profiles/BBL/machine/Bambu Lab H2D Pro 0.4 nozzle.json | 1 + resources/profiles/BBL/machine/Bambu Lab H2S 0.4 nozzle.json | 1 + resources/profiles/BBL/machine/Bambu Lab P1S 0.4 nozzle.json | 1 + resources/profiles/BBL/machine/Bambu Lab X1 0.4 nozzle.json | 1 + .../profiles/BBL/machine/Bambu Lab X1 Carbon 0.4 nozzle.json | 1 + resources/profiles/Elegoo.json | 2 +- .../Elegoo/machine/EC/Elegoo Centauri 0.4 nozzle.json | 1 + .../Elegoo/machine/ECC/Elegoo Centauri Carbon 0.4 nozzle.json | 1 + 10 files changed, 11 insertions(+), 3 deletions(-) diff --git a/resources/profiles/BBL.json b/resources/profiles/BBL.json index 55f5dc798e..3a77d47b5f 100644 --- a/resources/profiles/BBL.json +++ b/resources/profiles/BBL.json @@ -1,9 +1,9 @@ { "name": "Bambulab", "url": "http://www.bambulab.com/Parameters/vendor/BBL.json", - "version": "02.01.00.12", + "version": "02.01.00.13", "force_update": "0", - "description": "the initial version of BBL configurations", + "description": "BBL configurations", "machine_model_list": [ { "name": "Bambu Lab A1", diff --git a/resources/profiles/BBL/machine/Bambu Lab H2D 0.4 nozzle.json b/resources/profiles/BBL/machine/Bambu Lab H2D 0.4 nozzle.json index c7553f92a4..d420705590 100644 --- a/resources/profiles/BBL/machine/Bambu Lab H2D 0.4 nozzle.json +++ b/resources/profiles/BBL/machine/Bambu Lab H2D 0.4 nozzle.json @@ -97,6 +97,7 @@ "10", "10" ], + "support_air_filtration": "1", "support_chamber_temp_control": "1", "support_object_skip_flush": "1", "wrapping_exclude_area": [ diff --git a/resources/profiles/BBL/machine/Bambu Lab H2D Pro 0.4 nozzle.json b/resources/profiles/BBL/machine/Bambu Lab H2D Pro 0.4 nozzle.json index 1da5584777..b62da4655f 100644 --- a/resources/profiles/BBL/machine/Bambu Lab H2D Pro 0.4 nozzle.json +++ b/resources/profiles/BBL/machine/Bambu Lab H2D Pro 0.4 nozzle.json @@ -101,6 +101,7 @@ "10", "10" ], + "support_air_filtration": "1", "support_chamber_temp_control": "1", "support_object_skip_flush": "1", "wrapping_exclude_area": [ diff --git a/resources/profiles/BBL/machine/Bambu Lab H2S 0.4 nozzle.json b/resources/profiles/BBL/machine/Bambu Lab H2S 0.4 nozzle.json index d34aa3aa9f..f203e20683 100644 --- a/resources/profiles/BBL/machine/Bambu Lab H2S 0.4 nozzle.json +++ b/resources/profiles/BBL/machine/Bambu Lab H2S 0.4 nozzle.json @@ -208,6 +208,7 @@ "18", "18" ], + "support_air_filtration": "1", "support_chamber_temp_control": "1", "support_object_skip_flush": "1", "wipe_distance": [ diff --git a/resources/profiles/BBL/machine/Bambu Lab P1S 0.4 nozzle.json b/resources/profiles/BBL/machine/Bambu Lab P1S 0.4 nozzle.json index 7c1f0f1bac..6d7efbb11b 100644 --- a/resources/profiles/BBL/machine/Bambu Lab P1S 0.4 nozzle.json +++ b/resources/profiles/BBL/machine/Bambu Lab P1S 0.4 nozzle.json @@ -190,6 +190,7 @@ "18", "18" ], + "support_air_filtration": "1", "wipe_distance": [ "2", "2" diff --git a/resources/profiles/BBL/machine/Bambu Lab X1 0.4 nozzle.json b/resources/profiles/BBL/machine/Bambu Lab X1 0.4 nozzle.json index 7136a013b8..a8e9871954 100644 --- a/resources/profiles/BBL/machine/Bambu Lab X1 0.4 nozzle.json +++ b/resources/profiles/BBL/machine/Bambu Lab X1 0.4 nozzle.json @@ -197,6 +197,7 @@ "18" ], "scan_first_layer": "1", + "support_air_filtration": "1", "wipe_distance": [ "2", "2" diff --git a/resources/profiles/BBL/machine/Bambu Lab X1 Carbon 0.4 nozzle.json b/resources/profiles/BBL/machine/Bambu Lab X1 Carbon 0.4 nozzle.json index 06f96b5051..3303ece1b0 100644 --- a/resources/profiles/BBL/machine/Bambu Lab X1 Carbon 0.4 nozzle.json +++ b/resources/profiles/BBL/machine/Bambu Lab X1 Carbon 0.4 nozzle.json @@ -192,6 +192,7 @@ "18" ], "scan_first_layer": "1", + "support_air_filtration": "1", "wipe_distance": [ "2", "2" diff --git a/resources/profiles/Elegoo.json b/resources/profiles/Elegoo.json index f285aa7738..2aa70618a3 100644 --- a/resources/profiles/Elegoo.json +++ b/resources/profiles/Elegoo.json @@ -1,6 +1,6 @@ { "name": "Elegoo", - "version": "02.03.02.70", + "version": "02.03.02.71", "force_update": "0", "description": "Elegoo configurations", "machine_model_list": [ diff --git a/resources/profiles/Elegoo/machine/EC/Elegoo Centauri 0.4 nozzle.json b/resources/profiles/Elegoo/machine/EC/Elegoo Centauri 0.4 nozzle.json index 210d37d827..a304b9bb31 100644 --- a/resources/profiles/Elegoo/machine/EC/Elegoo Centauri 0.4 nozzle.json +++ b/resources/profiles/Elegoo/machine/EC/Elegoo Centauri 0.4 nozzle.json @@ -46,6 +46,7 @@ "machine_unload_filament_time": "28", "nozzle_type": "hardened_steel", "scan_first_layer": "1", + "support_air_filtration": "1", "default_bed_type": "4", "upward_compatible_machine": [], "gcode_flavor": "klipper", diff --git a/resources/profiles/Elegoo/machine/ECC/Elegoo Centauri Carbon 0.4 nozzle.json b/resources/profiles/Elegoo/machine/ECC/Elegoo Centauri Carbon 0.4 nozzle.json index 56ee474ed2..7958cec019 100644 --- a/resources/profiles/Elegoo/machine/ECC/Elegoo Centauri Carbon 0.4 nozzle.json +++ b/resources/profiles/Elegoo/machine/ECC/Elegoo Centauri Carbon 0.4 nozzle.json @@ -47,6 +47,7 @@ "machine_unload_filament_time": "28", "nozzle_type": "hardened_steel", "scan_first_layer": "1", + "support_air_filtration": "1", "upward_compatible_machine": [], "gcode_flavor": "klipper", "change_filament_gcode": "M600",