ENH: update the temp of high plate of PLA Silk

Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: I1154af98d966aa7a0f384538944d569c190ffd41
This commit is contained in:
qing.zhang 2023-04-14 17:30:48 +08:00 committed by Lane.Wei
parent d930667103
commit 63c9b81127
5 changed files with 68 additions and 7 deletions

View File

@ -1,7 +1,7 @@
{
"name": "Bambulab",
"url": "http://www.bambulab.com/Parameters/vendor/BBL.json",
"version": "01.06.00.00",
"version": "01.06.00.01",
"force_update": "0",
"description": "the initial version of BBL configurations",
"machine_model_list": [
@ -561,6 +561,14 @@
"name": "Bambu PLA Silk @BBL X1C",
"sub_path": "filament/Bambu PLA Silk @BBL X1C.json"
},
{
"name": "Bambu PLA Silk @BBL P1P",
"sub_path": "filament/P1P/Bambu PLA Silk @BBL P1P.json"
},
{
"name": "Bambu PLA Silk @BBL P1P 0.2 nozzle",
"sub_path": "filament/P1P/Bambu PLA Silk @BBL P1P 0.2 nozzle.json"
},
{
"name": "Bambu PETG Basic @BBL X1C",
"sub_path": "filament/Bambu PETG Basic @BBL X1C.json"

View File

@ -14,9 +14,6 @@
"compatible_printers": [
"Bambu Lab X1 0.4 nozzle",
"Bambu Lab X1 0.6 nozzle",
"Bambu Lab X1 0.8 nozzle",
"Bambu Lab P1P 0.4 nozzle",
"Bambu Lab P1P 0.6 nozzle",
"Bambu Lab P1P 0.8 nozzle"
"Bambu Lab X1 0.8 nozzle"
]
}

View File

@ -10,7 +10,6 @@
],
"compatible_printers": [
"Bambu Lab X1 Carbon 0.2 nozzle",
"Bambu Lab X1 0.2 nozzle",
"Bambu Lab P1P 0.2 nozzle"
"Bambu Lab X1 0.2 nozzle"
]
}

View File

@ -0,0 +1,26 @@
{
"type": "filament",
"setting_id": "GFSA05_11",
"name": "Bambu PLA Silk @BBL P1P 0.2 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "Bambu PLA Silk @base",
"filament_max_volumetric_speed": [
"2"
],
"hot_plate_temp" : [
"65"
],
"hot_plate_temp_initial_layer" : [
"65"
],
"textured_plate_temp" : [
"65"
],
"textured_plate_temp_initial_layer" : [
"65"
],
"compatible_printers": [
"Bambu Lab P1P 0.2 nozzle"
]
}

View File

@ -0,0 +1,31 @@
{
"type": "filament",
"setting_id": "GFSA05_10",
"name": "Bambu PLA Silk @BBL P1P",
"from": "system",
"instantiation": "true",
"inherits": "Bambu PLA Silk @base",
"filament_max_volumetric_speed": [
"12"
],
"slow_down_layer_time": [
"8"
],
"hot_plate_temp" : [
"65"
],
"hot_plate_temp_initial_layer" : [
"65"
],
"textured_plate_temp" : [
"65"
],
"textured_plate_temp_initial_layer" : [
"65"
],
"compatible_printers": [
"Bambu Lab P1P 0.4 nozzle",
"Bambu Lab P1P 0.6 nozzle",
"Bambu Lab P1P 0.8 nozzle"
]
}