From dd7dbd9936b13bdc47b9d9a89057ed201d1ec56e Mon Sep 17 00:00:00 2001 From: "salt.wei" Date: Wed, 7 Dec 2022 10:28:15 +0800 Subject: [PATCH] ENH: modify generic pa-cf cooling setting Bambu pa-cf has been modified, generic pa-cf should be changed as well Signed-off-by: salt.wei Change-Id: Ie859b41bd4d138a5fab204d6ad6a79806c3f0a9b --- resources/profiles/BBL.json | 2 +- resources/profiles/BBL/filament/Generic PA-CF.json | 8 +++++++- .../profiles/BBL/filament/P1P/Generic PA-CF @BBL P1P.json | 8 +++++++- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/resources/profiles/BBL.json b/resources/profiles/BBL.json index dff24664a..b55bac975 100644 --- a/resources/profiles/BBL.json +++ b/resources/profiles/BBL.json @@ -1,7 +1,7 @@ { "name": "Bambulab", "url": "http://www.bambulab.com/Parameters/vendor/BBL.json", - "version": "01.04.00.13", + "version": "01.04.00.14", "force_update": "0", "description": "the initial version of BBL configurations", "machine_model_list": [ diff --git a/resources/profiles/BBL/filament/Generic PA-CF.json b/resources/profiles/BBL/filament/Generic PA-CF.json index a2b7f3402..51ca84dff 100644 --- a/resources/profiles/BBL/filament/Generic PA-CF.json +++ b/resources/profiles/BBL/filament/Generic PA-CF.json @@ -24,11 +24,17 @@ "fan_min_speed": [ "10" ], + "overhang_fan_threshold": [ + "0%" + ], + "overhang_fan_speed": [ + "40" + ], "fan_cooling_layer_time": [ "5" ], "full_fan_speed_layer": [ - "2" + "2" ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", diff --git a/resources/profiles/BBL/filament/P1P/Generic PA-CF @BBL P1P.json b/resources/profiles/BBL/filament/P1P/Generic PA-CF @BBL P1P.json index ba78fe488..7d084b2c2 100644 --- a/resources/profiles/BBL/filament/P1P/Generic PA-CF @BBL P1P.json +++ b/resources/profiles/BBL/filament/P1P/Generic PA-CF @BBL P1P.json @@ -24,6 +24,12 @@ "fan_min_speed": [ "10" ], + "overhang_fan_threshold": [ + "0%" + ], + "overhang_fan_speed": [ + "40" + ], "fan_cooling_layer_time": [ "5" ], @@ -34,5 +40,5 @@ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", "Bambu Lab P1P 0.8 nozzle" - ] + ] }