ENH: miss generic PLA silk for P1P
As title Handle for github issue #1303 Signed-off-by: salt.wei <salt.wei@bambulab.com> Change-Id: Iffda4f3ea615a4e876f83ef8f85dacf954d5678e
This commit is contained in:
parent
4a580d37df
commit
14ca73ec3c
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Bambulab",
|
||||
"url": "http://www.bambulab.com/Parameters/vendor/BBL.json",
|
||||
"version": "01.05.00.14",
|
||||
"version": "01.05.00.15",
|
||||
"force_update": "0",
|
||||
"description": "the initial version of BBL configurations",
|
||||
"machine_model_list": [
|
||||
|
@ -657,6 +657,10 @@
|
|||
"name":"Generic PLA @BBL P1P",
|
||||
"sub_path":"filament/P1P/Generic PLA @BBL P1P.json"
|
||||
},
|
||||
{
|
||||
"name":"Generic PLA Silk @BBL P1P",
|
||||
"sub_path":"filament/P1P/Generic PLA Silk @BBL P1P.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ABS @BBL P1P 0.2 nozzle",
|
||||
"sub_path": "filament/P1P/Generic ABS @BBL P1P 0.2 nozzle.json"
|
||||
|
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSL99_12",
|
||||
"name": "Generic PLA Silk @BBL P1P",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Generic PLA @BBL P1P",
|
||||
"filament_max_volumetric_speed": [
|
||||
"7.5"
|
||||
],
|
||||
"filament_retraction_length": [
|
||||
"0.5"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab P1P 0.4 nozzle",
|
||||
"Bambu Lab P1P 0.6 nozzle",
|
||||
"Bambu Lab P1P 0.8 nozzle"
|
||||
]
|
||||
}
|
|
@ -9,5 +9,5 @@
|
|||
"bed_model": "bbl-3dp-X1.stl",
|
||||
"bed_texture": "bbl-3dp-logo.svg",
|
||||
"hotend_model": "bbl-3dp-hotend.stl",
|
||||
"default_materials": "Generic PLA @BBL P1P;Bambu PLA Matte @BBL P1P;Bambu PLA Basic @BBL P1P;Bambu ABS @BBL P1P;Bambu PC @BBL P1P;Bambu Support W @BBL P1P;Bambu TPU 95A @BBL P1P;PolyTerra PLA @BBL P1P;PolyLite PLA @BBL P1P;"
|
||||
"default_materials": "Generic PLA @BBL P1P;Generic PLA Silk @BBL P1P;Bambu PLA Matte @BBL P1P;Bambu PLA Basic @BBL P1P;Bambu ABS @BBL P1P;Bambu PC @BBL P1P;Bambu Support W @BBL P1P;Bambu TPU 95A @BBL P1P;PolyTerra PLA @BBL P1P;PolyLite PLA @BBL P1P;"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue