From 9e2d93eb92c0ab3753807adabca10d8df69dd374 Mon Sep 17 00:00:00 2001 From: "xun.zhang" Date: Tue, 25 Feb 2025 09:36:42 +0800 Subject: [PATCH] ENH: add pla glow for a1 mini jira:none Signed-off-by: xun.zhang Change-Id: Ic24a3909297f863dd2fc6c2239ca5f084bd7abc7 --- resources/profiles/BBL.json | 10 ++++- .../Bambu PLA Glow @BBL A1M 0.2 nozzle.json | 41 +++++++++++++++++++ .../BBL/filament/Bambu PLA Glow @BBL A1M.json | 40 ++++++++++++++++++ 3 files changed, 90 insertions(+), 1 deletion(-) create mode 100644 resources/profiles/BBL/filament/Bambu PLA Glow @BBL A1M 0.2 nozzle.json create mode 100644 resources/profiles/BBL/filament/Bambu PLA Glow @BBL A1M.json diff --git a/resources/profiles/BBL.json b/resources/profiles/BBL.json index 6dcab7250..43b95f73f 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.10.00.35", + "version": "01.10.00.36", "force_update": "0", "description": "the initial version of BBL configurations", "machine_model_list": [ @@ -1865,6 +1865,14 @@ "name": "Bambu PLA Glow @BBL X1", "sub_path": "filament/Bambu PLA Glow @BBL X1.json" }, + { + "name": "Bambu PLA Glow @BBL A1M", + "sub_path": "filament/Bambu PLA Glow @BBL A1M.json" + }, + { + "name": "Bambu PLA Glow @BBL A1M 0.2 nozzle", + "sub_path": "filament/Bambu PLA Glow @BBL A1M 0.2 nozzle.json" + }, { "name": "Bambu PLA Glow @BBL A1 0.2 nozzle", "sub_path": "filament/Bambu PLA Glow @BBL A1 0.2 nozzle.json" diff --git a/resources/profiles/BBL/filament/Bambu PLA Glow @BBL A1M 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Glow @BBL A1M 0.2 nozzle.json new file mode 100644 index 000000000..c0e753700 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Glow @BBL A1M 0.2 nozzle.json @@ -0,0 +1,41 @@ +{ + "type": "filament", + "name": "Bambu PLA Glow @BBL A1M 0.2 nozzle", + "inherits": "Bambu PLA Glow @base", + "from": "system", + "setting_id": "GFSA12_17", + "instantiation": "true", + "fan_cooling_layer_time": [ + "80" + ], + "fan_min_speed": [ + "50" + ], + "filament_long_retractions_when_cut": [ + "1" + ], + "filament_max_volumetric_speed": [ + "1" + ], + "filament_retraction_distances_when_cut": [ + "18" + ], + "hot_plate_temp": [ + "65" + ], + "hot_plate_temp_initial_layer": [ + "65" + ], + "slow_down_layer_time": [ + "8" + ], + "textured_plate_temp": [ + "65" + ], + "textured_plate_temp_initial_layer": [ + "65" + ], + "compatible_printers": [ + "Bambu Lab A1 mini 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Glow @BBL A1M.json b/resources/profiles/BBL/filament/Bambu PLA Glow @BBL A1M.json new file mode 100644 index 000000000..898241b43 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Glow @BBL A1M.json @@ -0,0 +1,40 @@ +{ + "type": "filament", + "name": "Bambu PLA Glow @BBL A1M", + "inherits": "Bambu PLA Glow @base", + "from": "system", + "setting_id": "GFSA12_16", + "instantiation": "true", + "fan_cooling_layer_time": [ + "80" + ], + "fan_min_speed": [ + "50" + ], + "filament_long_retractions_when_cut": [ + "1" + ], + "filament_retraction_distances_when_cut": [ + "18" + ], + "hot_plate_temp": [ + "65" + ], + "hot_plate_temp_initial_layer": [ + "65" + ], + "slow_down_layer_time": [ + "8" + ], + "textured_plate_temp": [ + "65" + ], + "textured_plate_temp_initial_layer": [ + "65" + ], + "compatible_printers": [ + "Bambu Lab A1 mini 0.4 nozzle", + "Bambu Lab A1 mini 0.6 nozzle", + "Bambu Lab A1 mini 0.8 nozzle" + ] +} \ No newline at end of file