From 99092f2ede28f151699feb700c988109dc0229aa Mon Sep 17 00:00:00 2001 From: "xun.zhang" Date: Wed, 9 Aug 2023 15:46:07 +0800 Subject: [PATCH] ENH: add Bambu PPA-CF jira:NEW Signed-off-by: xun.zhang Change-Id: Ida8ec6f6eaff55203a7503f439ea999733f65d1a --- resources/profiles/BBL.json | 14 +++++- .../BBL/filament/Bambu PPA-CF @BBL X1C.json | 22 ++++++++++ .../BBL/filament/Bambu PPA-CF @BBL X1E.json | 11 +++++ .../BBL/filament/Bambu PPA-CF @base.json | 44 +++++++++++++++++++ 4 files changed, 90 insertions(+), 1 deletion(-) create mode 100644 resources/profiles/BBL/filament/Bambu PPA-CF @BBL X1C.json create mode 100644 resources/profiles/BBL/filament/Bambu PPA-CF @BBL X1E.json create mode 100644 resources/profiles/BBL/filament/Bambu PPA-CF @base.json diff --git a/resources/profiles/BBL.json b/resources/profiles/BBL.json index b0b767333..e6fdb9f0e 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.09.00.19", + "version": "01.09.00.20", "force_update": "0", "description": "the initial version of BBL configurations", "machine_model_list": [ @@ -933,6 +933,10 @@ "name": "Bambu PPS-CF @base", "sub_path": "filament/Bambu PPS-CF @base.json" }, + { + "name": "Bambu PPA-CF @base", + "sub_path": "filament/Bambu PPA-CF @base.json" + }, { "name": "Generic PPA-CF @base", "sub_path": "filament/Generic PPA-CF @base.json" @@ -2341,6 +2345,14 @@ "name": "Bambu PPS-CF @BBL X1E", "sub_path": "filament/Bambu PPS-CF @BBL X1E.json" }, + { + "name": "Bambu PPA-CF @BBL X1C", + "sub_path": "filament/Bambu PPA-CF @BBL X1C.json" + }, + { + "name": "Bambu PPA-CF @BBL X1E", + "sub_path": "filament/Bambu PPA-CF @BBL X1E.json" + }, { "name": "Generic PPA-CF @BBL X1E", "sub_path": "filament/Generic PPA-CF @BBL X1E.json" diff --git a/resources/profiles/BBL/filament/Bambu PPA-CF @BBL X1C.json b/resources/profiles/BBL/filament/Bambu PPA-CF @BBL X1C.json new file mode 100644 index 000000000..5d2b3f6a3 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PPA-CF @BBL X1C.json @@ -0,0 +1,22 @@ +{ + "type": "filament", + "setting_id": "GFSN06_00", + "name": "Bambu PPA-CF @BBL X1C", + "from": "system", + "instantiation": "true", + "inherits": "Bambu PPA-CF @base", + "compatible_printers": [ + "Bambu Lab X1 Carbon 0.4 nozzle", + "Bambu Lab X1 0.4 nozzle", + "Bambu Lab X1 0.8 nozzle", + "Bambu Lab X1 0.6 nozzle", + "Bambu Lab X1 Carbon 0.6 nozzle", + "Bambu Lab X1 Carbon 0.8 nozzle", + "Bambu Lab P1P 0.4 nozzle", + "Bambu Lab P1P 0.6 nozzle", + "Bambu Lab P1P 0.8 nozzle", + "Bambu Lab P1S 0.6 nozzle", + "Bambu Lab P1S 0.4 nozzle", + "Bambu Lab P1S 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PPA-CF @BBL X1E.json b/resources/profiles/BBL/filament/Bambu PPA-CF @BBL X1E.json new file mode 100644 index 000000000..457b37009 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PPA-CF @BBL X1E.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "setting_id": "GFSN06_01", + "name": "Bambu PPA-CF @BBL X1E", + "from": "system", + "instantiation": "true", + "inherits": "Bambu PPA-CF @base", + "chamber_temperatures": [ + "60" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PPA-CF @base.json b/resources/profiles/BBL/filament/Bambu PPA-CF @base.json new file mode 100644 index 000000000..a2bb2504a --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PPA-CF @base.json @@ -0,0 +1,44 @@ +{ + "type": "filament", + "filament_id": "GFN06", + "name": "Bambu PPA-CF @base", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_pa", + "fan_cooling_layer_time": [ + "5" + ], + "fan_max_speed": [ + "30" + ], + "fan_min_speed": [ + "10" + ], + "filament_density": [ + "1.17" + ], + "filament_flow_ratio": [ + "0.96" + ], + "filament_type": [ + "PA-CF" + ], + "filament_vendor": [ + "Bambu" + ], + "nozzle_temperature_range_high": [ + "320" + ], + "nozzle_temperature_range_low": [ + "280" + ], + "overhang_fan_speed": [ + "40" + ], + "overhang_fan_threshold": [ + "0%" + ], + "temperature_vitrification": [ + "210" + ] +} \ No newline at end of file