ENH: add pla glow for a1 mini

jira:none

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Ic24a3909297f863dd2fc6c2239ca5f084bd7abc7
This commit is contained in:
xun.zhang 2025-02-25 09:36:42 +08:00 committed by Lane.Wei
parent 5ed25c145f
commit 9e2d93eb92
3 changed files with 90 additions and 1 deletions

View File

@ -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"

View File

@ -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"
]
}

View File

@ -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"
]
}