ENH: add bambu support for ABS

jira:NONE

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Ie46e077d22b458a50a6d2ecb5163d990f669bd13
This commit is contained in:
xun.zhang 2024-07-22 15:42:50 +08:00 committed by Lane.Wei
parent b51c008da7
commit c12ac11882
4 changed files with 86 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"name": "Bambulab",
"url": "http://www.bambulab.com/Parameters/vendor/BBL.json",
"version": "01.09.00.16",
"version": "01.09.00.17",
"force_update": "0",
"description": "the initial version of BBL configurations",
"machine_model_list": [
@ -841,6 +841,10 @@
"name": "Bambu ABS-GF @base",
"sub_path": "filament/Bambu ABS-GF @base.json"
},
{
"name": "Bambu Support for ABS @base",
"sub_path": "filament/Bambu Support for ABS @base.json"
},
{
"name": "Bambu PC @base",
"sub_path": "filament/Bambu PC @base.json"
@ -2001,6 +2005,14 @@
"name": "Bambu ABS-GF @BBL A1",
"sub_path": "filament/Bambu ABS-GF @BBL A1.json"
},
{
"name": "Bambu Support for ABS @BBL X1C",
"sub_path": "filament/Bambu Support for ABS @BBL X1C.json"
},
{
"name": "Bambu Support for ABS @BBL A1",
"sub_path": "filament/Bambu Support for ABS @BBL A1.json"
},
{
"name": "Bambu PC @BBL X1C",
"sub_path": "filament/Bambu PC @BBL X1C.json"

View File

@ -0,0 +1,13 @@
{
"type": "filament",
"name": "Bambu Support for ABS @BBL A1",
"inherits": "Bambu Support for ABS @base",
"from": "system",
"setting_id": "GFSS06_01",
"instantiation": "true",
"compatible_printers": [
"Bambu Lab A1 0.4 nozzle",
"Bambu Lab A1 0.6 nozzle",
"Bambu Lab A1 0.8 nozzle"
]
}

View File

@ -0,0 +1,25 @@
{
"type": "filament",
"name": "Bambu Support for ABS @BBL X1C",
"inherits": "Bambu Support for ABS @base",
"from": "system",
"setting_id": "GFSS06_00",
"instantiation": "true",
"compatible_printers": [
"Bambu Lab P1P 0.4 nozzle",
"Bambu Lab P1P 0.6 nozzle",
"Bambu Lab P1P 0.8 nozzle",
"Bambu Lab P1S 0.4 nozzle",
"Bambu Lab P1S 0.6 nozzle",
"Bambu Lab P1S 0.8 nozzle",
"Bambu Lab X1 0.4 nozzle",
"Bambu Lab X1 0.6 nozzle",
"Bambu Lab X1 0.8 nozzle",
"Bambu Lab X1 Carbon 0.4 nozzle",
"Bambu Lab X1 Carbon 0.6 nozzle",
"Bambu Lab X1 Carbon 0.8 nozzle",
"Bambu Lab X1E 0.4 nozzle",
"Bambu Lab X1E 0.6 nozzle",
"Bambu Lab X1E 0.8 nozzle"
]
}

View File

@ -0,0 +1,35 @@
{
"type": "filament",
"name": "Bambu Support for ABS @base",
"inherits": "fdm_filament_abs",
"from": "system",
"filament_id": "GFS06",
"instantiation": "false",
"fan_max_speed": [
"30"
],
"filament_cost": [
"29.98"
],
"filament_flow_ratio": [
"0.95"
],
"filament_is_support": [
"1"
],
"filament_max_volumetric_speed": [
"6"
],
"filament_vendor": [
"Bambu Lab"
],
"nozzle_temperature_range_high": [
"270"
],
"slow_down_layer_time": [
"12"
],
"temperature_vitrification": [
"90"
]
}