From 4970db4ee27b7baadc354c9b4f2f92d06282565d 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 (cherry picked from commit 4a087ef78070af66d7551aacdca74c9a2d4463f2) --- .../filament/Bambu TPU for AMS @BBL A1.json | 3 ++ .../filament/Bambu TPU for AMS @BBL A1M.json | 3 ++ .../filament/Bambu TPU for AMS @BBL H2D.json | 28 ++++++++++--------- .../filament/Bambu TPU for AMS @BBL P1P.json | 3 ++ .../filament/Bambu TPU for AMS @BBL X1C.json | 3 ++ 5 files changed, 27 insertions(+), 13 deletions(-) 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 52ed49cee12..51db0e836ad 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 bff83af130d..9dac74c6e14 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 H2D.json b/resources/profiles/BBL/filament/Bambu TPU for AMS @BBL H2D.json index c3b4a2fece7..caf05981aef 100644 --- a/resources/profiles/BBL/filament/Bambu TPU for AMS @BBL H2D.json +++ b/resources/profiles/BBL/filament/Bambu TPU for AMS @BBL H2D.json @@ -5,11 +5,17 @@ "from": "system", "setting_id": "GFSU02_04", "instantiation": "true", - "description": "If you are to print a kind of soft TPU, please don't slice with this profile, and it is only for TPU that has high enough hardness (not less than 55D) and is compatible with the AMS. To get better printing quality, please refer to this wiki: TPU printing guide.", + "fan_max_speed": [ + "40" + ], "filament_deretraction_speed": [ "nil", "nil" ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], "filament_flow_ratio": [ "0.97", "0.97" @@ -26,6 +32,14 @@ "nil", "nil" ], + "filament_retract_lift_above": [ + "nil", + "nil" + ], + "filament_retract_lift_below": [ + "nil", + "nil" + ], "filament_retract_restart_extra": [ "nil", "nil" @@ -66,18 +80,6 @@ "nil", "nil" ], - "filament_extruder_variant": [ - "Direct Drive Standard", - "Direct Drive High Flow" - ], - "filament_retract_lift_above": [ - "nil", - "nil" - ], - "filament_retract_lift_below": [ - "nil", - "nil" - ], "nozzle_temperature": [ "230", "230" 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 3c8c7dad73e..d1cd9d7625f 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 8c7dac662f8..1e054bd6a40 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",