From f476b1ad898a4838393d9373d26c825e58a2284a Mon Sep 17 00:00:00 2001 From: Zachary Miller Date: Fri, 13 Dec 2024 23:38:34 -0500 Subject: [PATCH] Added PLA Glow support for the A1 Mini. --- resources/profiles/BBL.json | 8 ++++ .../Bambu PLA Glow @BBL A1M 0.2 nozzle.json | 41 +++++++++++++++++++ .../BBL/filament/Bambu PLA Glow @BBL A1M.json | 40 ++++++++++++++++++ 3 files changed, 89 insertions(+) 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 c8fdc74220..c747685158 100644 --- a/resources/profiles/BBL.json +++ b/resources/profiles/BBL.json @@ -1617,6 +1617,14 @@ "name": "Bambu PLA Glow @BBL A1", "sub_path": "filament/Bambu PLA Glow @BBL A1.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 A1M", + "sub_path": "filament/Bambu PLA Glow @BBL A1M.json" + }, { "name": "Bambu PLA Dynamic @BBL X1C", "sub_path": "filament/Bambu PLA Dynamic @BBL X1C.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 0000000000..8eef2c75a6 --- /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_07", + "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": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "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 0000000000..38bac93920 --- /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_06", + "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": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "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