From e2b326cba7bc4067bcfac024ae099e03ea491acd Mon Sep 17 00:00:00 2001 From: "xun.zhang" Date: Mon, 23 Dec 2024 20:05:36 +0800 Subject: [PATCH] ENH: modify fan speed for bambu tpu for AMS Set fan speed to 40 jira:NONE Signed-off-by: xun.zhang Change-Id: I861f78e2cca4b31daf41e2cba0a4b9b11a658a5d --- resources/profiles/BBL.json | 2 +- resources/profiles/BBL/filament/Bambu TPU for AMS @BBL A1.json | 3 +++ .../profiles/BBL/filament/Bambu TPU for AMS @BBL A1M.json | 3 +++ .../profiles/BBL/filament/Bambu TPU for AMS @BBL P1P.json | 3 +++ .../profiles/BBL/filament/Bambu TPU for AMS @BBL X1C.json | 3 +++ 5 files changed, 13 insertions(+), 1 deletion(-) diff --git a/resources/profiles/BBL.json b/resources/profiles/BBL.json index 767cbd51d..657f4936f 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.10.00.32", + "version": "01.10.00.33", "force_update": "0", "description": "the initial version of BBL configurations", "machine_model_list": [ diff --git a/resources/profiles/BBL/filament/Bambu TPU for AMS @BBL A1.json b/resources/profiles/BBL/filament/Bambu TPU for AMS @BBL A1.json index 52ed49cee..51db0e836 100644 --- a/resources/profiles/BBL/filament/Bambu TPU for AMS @BBL A1.json +++ b/resources/profiles/BBL/filament/Bambu TPU for AMS @BBL A1.json @@ -5,6 +5,9 @@ "from": "system", "setting_id": "GFSU02_02", "instantiation": "true", + "fan_max_speed": [ + "40" + ], "compatible_printers": [ "Bambu Lab A1 0.4 nozzle", "Bambu Lab A1 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu TPU for AMS @BBL A1M.json b/resources/profiles/BBL/filament/Bambu TPU for AMS @BBL A1M.json index bff83af13..9dac74c6e 100644 --- a/resources/profiles/BBL/filament/Bambu TPU for AMS @BBL A1M.json +++ b/resources/profiles/BBL/filament/Bambu TPU for AMS @BBL A1M.json @@ -5,6 +5,9 @@ "from": "system", "setting_id": "GFSU02_03", "instantiation": "true", + "fan_max_speed": [ + "40" + ], "compatible_printers": [ "Bambu Lab A1 mini 0.4 nozzle", "Bambu Lab A1 mini 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu TPU for AMS @BBL P1P.json b/resources/profiles/BBL/filament/Bambu TPU for AMS @BBL P1P.json index 3c8c7dad7..d1cd9d762 100644 --- a/resources/profiles/BBL/filament/Bambu TPU for AMS @BBL P1P.json +++ b/resources/profiles/BBL/filament/Bambu TPU for AMS @BBL P1P.json @@ -5,6 +5,9 @@ "from": "system", "setting_id": "GFSU02_01", "instantiation": "true", + "fan_max_speed": [ + "40" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu TPU for AMS @BBL X1C.json b/resources/profiles/BBL/filament/Bambu TPU for AMS @BBL X1C.json index 8c7dac662..1e054bd6a 100644 --- a/resources/profiles/BBL/filament/Bambu TPU for AMS @BBL X1C.json +++ b/resources/profiles/BBL/filament/Bambu TPU for AMS @BBL X1C.json @@ -5,6 +5,9 @@ "from": "system", "setting_id": "GFSU02_00", "instantiation": "true", + "fan_max_speed": [ + "40" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle",