From 7d834e459c0e49926cd1d360c9d9da82e19f1feb 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 --- resources/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 | 3 +++ 3 files changed, 9 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 62e0b7b977..8e02c61fdb 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", "setting_id": "GFSN04", "instantiation": "true", + "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 07c09243a7..bcf6a2ad8f 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", "setting_id": "GFSS03_00", "instantiation": "true", + "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 1a223c53e8..ac30ee5409 100644 --- a/resources/profiles/BBL/filament/Generic PA.json +++ b/resources/profiles/BBL/filament/Generic PA.json @@ -6,6 +6,9 @@ "filament_id": "GFN99", "setting_id": "GFSN98", "instantiation": "true", + "chamber_temperatures": [ + "60" + ], "filament_max_volumetric_speed": [ "16" ],