From 202863bffc5c4164d5b6658b4dc0dfdd6aab7320 Mon Sep 17 00:00:00 2001 From: "xun.zhang" Date: Mon, 4 Sep 2023 21:32:35 +0800 Subject: [PATCH] ENH: set default chamber temp for missing filaments jira: STUDIO-3518 Change-Id: Iaf947fe5a145884812eb15037458df3b83a338ab --- .../profiles/BBL/filament/Bambu PAHT-CF @BBL X1C.json | 3 +++ .../BBL/filament/Bambu Support For PA PET @BBL X1C.json | 3 +++ resources/profiles/BBL/filament/Generic PA.json | 9 +++++++++ 3 files changed, 15 insertions(+) diff --git a/resources/profiles/BBL/filament/Bambu PAHT-CF @BBL X1C.json b/resources/profiles/BBL/filament/Bambu PAHT-CF @BBL X1C.json index 8841f7949..b34635bb3 100644 --- a/resources/profiles/BBL/filament/Bambu PAHT-CF @BBL X1C.json +++ b/resources/profiles/BBL/filament/Bambu PAHT-CF @BBL X1C.json @@ -5,6 +5,9 @@ "from": "system", "instantiation": "true", "inherits": "Bambu PAHT-CF @base", + "chamber_temperatures": [ + "60" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu Support For PA PET @BBL X1C.json b/resources/profiles/BBL/filament/Bambu Support For PA PET @BBL X1C.json index 802f2c9de..de71a028e 100644 --- a/resources/profiles/BBL/filament/Bambu Support For PA PET @BBL X1C.json +++ b/resources/profiles/BBL/filament/Bambu Support For PA PET @BBL X1C.json @@ -5,6 +5,9 @@ "from": "system", "instantiation": "true", "inherits": "Bambu Support For PA/PET @base", + "chamber_temperatures": [ + "60" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Generic PA.json b/resources/profiles/BBL/filament/Generic PA.json index cfa367517..cdd6c8774 100644 --- a/resources/profiles/BBL/filament/Generic PA.json +++ b/resources/profiles/BBL/filament/Generic PA.json @@ -9,6 +9,15 @@ "required_nozzle_HRC": [ "3" ], + "chamber_temperatures": [ + "60" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "nozzle_temperature": [ + "280" + ], "nozzle_temperature_initial_layer": [ "280" ],