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.
This commit is contained in:
Kiss Lorand
2026-05-14 19:59:19 +03:00
committed by GitHub
parent 69594fa586
commit d14819e58f
10 changed files with 11 additions and 3 deletions

View File

@@ -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",

View File

@@ -97,6 +97,7 @@
"10",
"10"
],
"support_air_filtration": "1",
"support_chamber_temp_control": "1",
"support_object_skip_flush": "1",
"wrapping_exclude_area": [

View File

@@ -101,6 +101,7 @@
"10",
"10"
],
"support_air_filtration": "1",
"support_chamber_temp_control": "1",
"support_object_skip_flush": "1",
"wrapping_exclude_area": [

View File

@@ -208,6 +208,7 @@
"18",
"18"
],
"support_air_filtration": "1",
"support_chamber_temp_control": "1",
"support_object_skip_flush": "1",
"wipe_distance": [

View File

@@ -190,6 +190,7 @@
"18",
"18"
],
"support_air_filtration": "1",
"wipe_distance": [
"2",
"2"

View File

@@ -197,6 +197,7 @@
"18"
],
"scan_first_layer": "1",
"support_air_filtration": "1",
"wipe_distance": [
"2",
"2"

View File

@@ -192,6 +192,7 @@
"18"
],
"scan_first_layer": "1",
"support_air_filtration": "1",
"wipe_distance": [
"2",
"2"

View File

@@ -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": [

View File

@@ -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",

View File

@@ -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",