ENH: add Bambu ABS-CF
jira:NONE Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: Id744312f40bdc8af556389ca578eb17d2c0f2690
This commit is contained in:
parent
8e169d367f
commit
b8ee313220
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Bambulab",
|
||||
"url": "http://www.bambulab.com/Parameters/vendor/BBL.json",
|
||||
"version": "01.09.00.18",
|
||||
"version": "01.09.00.23",
|
||||
"force_update": "0",
|
||||
"description": "the initial version of BBL configurations",
|
||||
"machine_model_list": [
|
||||
|
@ -873,6 +873,10 @@
|
|||
"name": "Bambu ASA-Aero @base",
|
||||
"sub_path": "filament/Bambu ASA-Aero @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Bambu ASA-CF @base",
|
||||
"sub_path": "filament/Bambu ASA-CF @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PVA @base",
|
||||
"sub_path": "filament/Generic PVA @base.json"
|
||||
|
@ -2181,6 +2185,30 @@
|
|||
"name": "Bambu ASA-Aero @BBL A1",
|
||||
"sub_path": "filament/Bambu ASA-Aero @BBL A1.json"
|
||||
},
|
||||
{
|
||||
"name": "Bambu ASA-CF @BBL X1C",
|
||||
"sub_path": "filament/Bambu ASA-CF @BBL X1C.json"
|
||||
},
|
||||
{
|
||||
"name": "Bambu ASA-CF @BBL X1C 0.6 nozzle",
|
||||
"sub_path": "filament/Bambu ASA-CF @BBL X1C 0.6 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Bambu ASA-CF @BBL P1P",
|
||||
"sub_path": "filament/Bambu ASA-CF @BBL P1P.json"
|
||||
},
|
||||
{
|
||||
"name": "Bambu ASA-CF @BBL P1P 0.6 nozzle",
|
||||
"sub_path": "filament/Bambu ASA-CF @BBL P1P 0.6 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Bambu ASA-CF @BBL A1",
|
||||
"sub_path": "filament/Bambu ASA-CF @BBL A1.json"
|
||||
},
|
||||
{
|
||||
"name": "Bambu ASA-CF @BBL A1 0.6 nozzle",
|
||||
"sub_path": "filament/Bambu ASA-CF @BBL A1 0.6 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PVA @0.2 nozzle",
|
||||
"sub_path": "filament/Generic PVA @0.2 nozzle.json"
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"name": "Bambu ASA-CF @BBL A1 0.6 nozzle",
|
||||
"inherits": "Bambu ASA-CF @base",
|
||||
"from": "system",
|
||||
"setting_id": "GFSB51_05",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Bambu Lab A1 0.6 nozzle",
|
||||
"Bambu Lab A1 0.8 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"name": "Bambu ASA-CF @BBL A1",
|
||||
"inherits": "Bambu ASA-CF @base",
|
||||
"from": "system",
|
||||
"setting_id": "GFSB51_04",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Bambu Lab A1 0.4 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"name": "Bambu ASA-CF @BBL P1P 0.6 nozzle",
|
||||
"inherits": "Bambu ASA-CF @base",
|
||||
"from": "system",
|
||||
"setting_id": "GFSB51_03",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Bambu Lab P1P 0.6 nozzle",
|
||||
"Bambu Lab P1P 0.8 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"name": "Bambu ASA-CF @BBL P1P",
|
||||
"inherits": "Bambu ASA-CF @base",
|
||||
"from": "system",
|
||||
"setting_id": "GFSB51_02",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Bambu Lab P1P 0.4 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"name": "Bambu ASA-CF @BBL X1C 0.6 nozzle",
|
||||
"inherits": "Bambu ASA-CF @base",
|
||||
"from": "system",
|
||||
"setting_id": "GFSB51_01",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Bambu Lab X1 Carbon 0.6 nozzle",
|
||||
"Bambu Lab X1 Carbon 0.8 nozzle",
|
||||
"Bambu Lab X1 0.6 nozzle",
|
||||
"Bambu Lab X1 0.8 nozzle",
|
||||
"Bambu Lab X1E 0.6 nozzle",
|
||||
"Bambu Lab X1E 0.8 nozzle",
|
||||
"Bambu Lab P1S 0.6 nozzle",
|
||||
"Bambu Lab P1S 0.8 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"name": "Bambu ASA-CF @BBL X1C",
|
||||
"inherits": "Bambu ASA-CF @base",
|
||||
"from": "system",
|
||||
"setting_id": "GFSB51_00",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Bambu Lab X1 Carbon 0.4 nozzle",
|
||||
"Bambu Lab X1 0.4 nozzle",
|
||||
"Bambu Lab P1S 0.4 nozzle",
|
||||
"Bambu Lab X1E 0.4 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,44 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"name": "Bambu ASA-CF @base",
|
||||
"inherits": "fdm_filament_asa",
|
||||
"from": "system",
|
||||
"filament_id": "GFB51",
|
||||
"instantiation": "false",
|
||||
"fan_max_speed": [
|
||||
"25"
|
||||
],
|
||||
"filament_cost": [
|
||||
"36.99"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.02"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.9"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"18"
|
||||
],
|
||||
"filament_type": [
|
||||
"ASA-CF"
|
||||
],
|
||||
"filament_vendor": [
|
||||
"Bambu Lab"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"275"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"275"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"250"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"12"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"108"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue