From bc4682cd524529a36af60b0cf3a11cd9d9a284fa Mon Sep 17 00:00:00 2001 From: VOLUMIC <31067164+VOLUMIC@users.noreply.github.com> Date: Fri, 29 Nov 2024 11:24:53 +0100 Subject: [PATCH] overhang_fan_threshold removed --- resources/profiles/Volumic/filament/fdm_filament_abs.json | 3 --- resources/profiles/Volumic/filament/fdm_filament_asa.json | 3 --- resources/profiles/Volumic/filament/fdm_filament_common.json | 3 --- resources/profiles/Volumic/filament/fdm_filament_pc.json | 3 --- resources/profiles/Volumic/filament/fdm_filament_pla.json | 3 --- resources/profiles/Volumic/filament/fdm_filament_pva.json | 3 --- 6 files changed, 18 deletions(-) diff --git a/resources/profiles/Volumic/filament/fdm_filament_abs.json b/resources/profiles/Volumic/filament/fdm_filament_abs.json index 5275d10719..eb2c833b1e 100644 --- a/resources/profiles/Volumic/filament/fdm_filament_abs.json +++ b/resources/profiles/Volumic/filament/fdm_filament_abs.json @@ -61,9 +61,6 @@ "fan_min_speed": [ "0" ], - "overhang_fan_threshold": [ - "45" - ], "overhang_fan_speed": [ "70" ], diff --git a/resources/profiles/Volumic/filament/fdm_filament_asa.json b/resources/profiles/Volumic/filament/fdm_filament_asa.json index 0c70c5fcc0..6ec3d5be3b 100644 --- a/resources/profiles/Volumic/filament/fdm_filament_asa.json +++ b/resources/profiles/Volumic/filament/fdm_filament_asa.json @@ -61,9 +61,6 @@ "fan_min_speed": [ "0" ], - "overhang_fan_threshold": [ - "45" - ], "overhang_fan_speed": [ "70" ], diff --git a/resources/profiles/Volumic/filament/fdm_filament_common.json b/resources/profiles/Volumic/filament/fdm_filament_common.json index 3be5174641..2e62dadd83 100644 --- a/resources/profiles/Volumic/filament/fdm_filament_common.json +++ b/resources/profiles/Volumic/filament/fdm_filament_common.json @@ -30,9 +30,6 @@ "filament_max_volumetric_speed": [ "42" ], - "overhang_fan_threshold": [ - "50" - ], "overhang_fan_speed": [ "100" ], diff --git a/resources/profiles/Volumic/filament/fdm_filament_pc.json b/resources/profiles/Volumic/filament/fdm_filament_pc.json index 7db845701d..7a80cc0679 100644 --- a/resources/profiles/Volumic/filament/fdm_filament_pc.json +++ b/resources/profiles/Volumic/filament/fdm_filament_pc.json @@ -61,9 +61,6 @@ "fan_min_speed": [ "10" ], - "overhang_fan_threshold": [ - "25" - ], "overhang_fan_speed": [ "50" ], diff --git a/resources/profiles/Volumic/filament/fdm_filament_pla.json b/resources/profiles/Volumic/filament/fdm_filament_pla.json index 03027c8957..44309c3830 100644 --- a/resources/profiles/Volumic/filament/fdm_filament_pla.json +++ b/resources/profiles/Volumic/filament/fdm_filament_pla.json @@ -61,9 +61,6 @@ "overhang_fan_speed": [ "100" ], - "overhang_fan_threshold": [ - "50" - ], "close_fan_the_first_x_layers": [ "1" ], diff --git a/resources/profiles/Volumic/filament/fdm_filament_pva.json b/resources/profiles/Volumic/filament/fdm_filament_pva.json index e9d469c392..d362a6de1b 100644 --- a/resources/profiles/Volumic/filament/fdm_filament_pva.json +++ b/resources/profiles/Volumic/filament/fdm_filament_pva.json @@ -67,9 +67,6 @@ "overhang_fan_speed": [ "80" ], - "overhang_fan_threshold": [ - "50" - ], "close_fan_the_first_x_layers": [ "1" ],