From d484b5e5fb5a2b2eaab9df4d4a8adf6808b8d06a Mon Sep 17 00:00:00 2001 From: "qing.zhang" Date: Tue, 28 Feb 2023 11:14:40 +0800 Subject: [PATCH] ENH: add PETG-CF Signed-off-by: qing.zhang Change-Id: Iaee30ced3be002120b6138be31a7b57422cf20bc --- resources/profiles/BBL.json | 14 +++++- .../filament/Generic PETG @0.2 nozzle.json | 2 +- .../filament/Generic PETG-CF @BBL X1C.json | 16 ++++++ .../BBL/filament/Generic PETG-CF @base.json | 50 +++++++++++++++++++ .../P1P/Generic PETG-CF @BBL P1P.json | 13 +++++ 5 files changed, 93 insertions(+), 2 deletions(-) create mode 100644 resources/profiles/BBL/filament/Generic PETG-CF @BBL X1C.json create mode 100644 resources/profiles/BBL/filament/Generic PETG-CF @base.json create mode 100644 resources/profiles/BBL/filament/P1P/Generic PETG-CF @BBL P1P.json diff --git a/resources/profiles/BBL.json b/resources/profiles/BBL.json index bd4f34577..b38b709e6 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.05.00.16", + "version": "01.05.00.17", "force_update": "0", "description": "the initial version of BBL configurations", "machine_model_list": [ @@ -429,6 +429,18 @@ "name": "Generic PVA @base", "sub_path": "filament/Generic PVA @base.json" }, + { + "name": "Generic PETG-CF @base", + "sub_path": "filament/Generic PETG-CF @base.json" + }, + { + "name": "Generic PETG-CF @BBL X1C", + "sub_path": "filament/Generic PETG-CF @BBL X1C.json" + }, + { + "name": "Generic PETG-CF @BBL P1P", + "sub_path": "filament/Generic PETG-CF @BBL P1P.json" + }, { "name": "Generic PVA @0.2 nozzle", "sub_path": "filament/Generic PVA @0.2 nozzle.json" diff --git a/resources/profiles/BBL/filament/Generic PETG @0.2 nozzle.json b/resources/profiles/BBL/filament/Generic PETG @0.2 nozzle.json index 0965504e4..609ae6b93 100644 --- a/resources/profiles/BBL/filament/Generic PETG @0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Generic PETG @0.2 nozzle.json @@ -1,7 +1,7 @@ { "type": "filament", "setting_id": "GFSG99_01", - "name": "Generic PETG @0.2 nozzle.json", + "name": "Generic PETG @0.2 nozzle", "from": "system", "instantiation": "true", "inherits": "Generic PETG @base", diff --git a/resources/profiles/BBL/filament/Generic PETG-CF @BBL X1C.json b/resources/profiles/BBL/filament/Generic PETG-CF @BBL X1C.json new file mode 100644 index 000000000..af5dece0d --- /dev/null +++ b/resources/profiles/BBL/filament/Generic PETG-CF @BBL X1C.json @@ -0,0 +1,16 @@ +{ + "type": "filament", + "setting_id": "GFSG50", + "name": "Generic PETG-CF @BBL X1C", + "from": "system", + "instantiation": "true", + "inherits": "Generic PETG-CF @base", + "compatible_printers": [ + "Bambu Lab X1 Carbon 0.4 nozzle", + "Bambu Lab X1 0.4 nozzle", + "Bambu Lab X1 Carbon 0.6 nozzle", + "Bambu Lab X1 Carbon 0.8 nozzle", + "Bambu Lab X1 0.6 nozzle", + "Bambu Lab X1 0.8 nozzle" + ] +} diff --git a/resources/profiles/BBL/filament/Generic PETG-CF @base.json b/resources/profiles/BBL/filament/Generic PETG-CF @base.json new file mode 100644 index 000000000..c52b122a9 --- /dev/null +++ b/resources/profiles/BBL/filament/Generic PETG-CF @base.json @@ -0,0 +1,50 @@ +{ + "type": "filament", + "filament_id": "GFG50", + "name": "Generic PETG-CF @base", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_pet", + "required_nozzle_HRC": [ + "40" + ], + "filament_vendor": [ + "Bambu Lab" + ], + "filament_type": [ + "PETG-CF" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "nozzle_temperature_range_high": [ + "270" + ], + "nozzle_temperature_initial_layer": [ + "255" + ], + "nozzle_temperature": [ + "255" + ], + "filament_cost": [ + "34.99" + ], + "filament_density": [ + "1.04" + ], + "fan_max_speed": [ + "30" + ], + "fan_min_speed": [ + "0" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "slow_down_layer_time": [ + "6" + ], + "fan_cooling_layer_time": [ + "20" + ] +} diff --git a/resources/profiles/BBL/filament/P1P/Generic PETG-CF @BBL P1P.json b/resources/profiles/BBL/filament/P1P/Generic PETG-CF @BBL P1P.json new file mode 100644 index 000000000..46ccf78a1 --- /dev/null +++ b/resources/profiles/BBL/filament/P1P/Generic PETG-CF @BBL P1P.json @@ -0,0 +1,13 @@ +{ + "type": "filament", + "setting_id": "GFSG50_10", + "name": "Generic PETG-CF @BBL P1P", + "from": "system", + "instantiation": "true", + "inherits": "Generic PETG-CF @base", + "compatible_printers": [ + "Bambu Lab P1P 0.4 nozzle", + "Bambu Lab P1P 0.6 nozzle", + "Bambu Lab P1P 0.8 nozzle" + ] +}