ENH: add Bambu TPU For AMS

jira:NONE

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Ia4f275ce5ece55ed77e8724cfdff5705e839c92e
This commit is contained in:
xun.zhang 2024-10-08 20:16:53 +08:00 committed by Lane.Wei
parent 6201da0a6d
commit efe21f8b29
6 changed files with 136 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.12",
"version": "01.10.00.13",
"force_update": "0",
"description": "the initial version of BBL configurations",
"machine_model_list": [
@ -793,6 +793,10 @@
"name": "Generic TPU for AMS @base",
"sub_path": "filament/Generic TPU for AMS @base.json"
},
{
"name": "Bambu TPU for AMS @base",
"sub_path": "filament/Bambu TPU for AMS @base.json"
},
{
"name": "Bambu PETG Basic @base",
"sub_path": "filament/Bambu PETG Basic @base.json"
@ -1785,6 +1789,22 @@
"name": "Generic TPU for AMS @BBL A1M",
"sub_path": "filament/Generic TPU for AMS @BBL A1M.json"
},
{
"name": "Bambu TPU for AMS @BBL X1C",
"sub_path": "filament/Bambu TPU for AMS @BBL X1C.json"
},
{
"name": "Bambu TPU for AMS @BBL P1P",
"sub_path": "filament/Bambu TPU for AMS @BBL P1P.json"
},
{
"name": "Bambu TPU for AMS @BBL A1",
"sub_path": "filament/Bambu TPU for AMS @BBL A1.json"
},
{
"name": "Bambu TPU for AMS @BBL A1M",
"sub_path": "filament/Bambu TPU for AMS @BBL A1M.json"
},
{
"name": "Bambu PETG Basic @BBL X1C",
"sub_path": "filament/Bambu PETG Basic @BBL X1C.json"

View File

@ -0,0 +1,13 @@
{
"type": "filament",
"name": "Bambu TPU for AMS @BBL A1",
"inherits": "Bambu TPU for AMS @base",
"from": "system",
"setting_id": "GFSU02_02",
"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,13 @@
{
"type": "filament",
"name": "Bambu TPU for AMS @BBL A1M",
"inherits": "Bambu TPU for AMS @base",
"from": "system",
"setting_id": "GFSU02_03",
"instantiation": "true",
"compatible_printers": [
"Bambu Lab A1 mini 0.4 nozzle",
"Bambu Lab A1 mini 0.6 nozzle",
"Bambu Lab A1 mini 0.8 nozzle"
]
}

View File

@ -0,0 +1,16 @@
{
"type": "filament",
"name": "Bambu TPU for AMS @BBL P1P",
"inherits": "Bambu TPU for AMS @base",
"from": "system",
"setting_id": "GFSU02_01",
"instantiation": "true",
"compatible_printers": [
"Bambu Lab P1P 0.4 nozzle",
"Bambu Lab P1P 0.6 nozzle",
"Bambu Lab P1P 0.8 nozzle",
"Bambu Lab X1 0.4 nozzle",
"Bambu Lab X1 0.6 nozzle",
"Bambu Lab X1 0.8 nozzle"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "filament",
"name": "Bambu TPU for AMS @BBL X1C",
"inherits": "Bambu TPU for AMS @base",
"from": "system",
"setting_id": "GFSU02_00",
"instantiation": "true",
"compatible_printers": [
"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.8 nozzle",
"Bambu Lab X1E 0.6 nozzle",
"Bambu Lab P1S 0.4 nozzle",
"Bambu Lab P1S 0.6 nozzle",
"Bambu Lab P1S 0.8 nozzle"
]
}

View File

@ -0,0 +1,54 @@
{
"type": "filament",
"name": "Bambu TPU for AMS @base",
"inherits": "fdm_filament_tpu",
"from": "system",
"filament_id": "GFU02",
"instantiation": "false",
"description": "If you are to print a kind of soft TPU, please don't slice with this profile, and it is only for TPU that has high enough hardness (not less than 55D) and is compatible with the AMS. To get better printing quality, please refer to this wiki: TPU printing guide.",
"fan_cooling_layer_time": [
"30"
],
"fan_max_speed": [
"50"
],
"fan_min_speed": [
"20"
],
"filament_cost": [
"38.99"
],
"filament_density": [
"1.26"
],
"filament_flow_ratio": [
"0.97"
],
"filament_max_volumetric_speed": [
"18"
],
"filament_type": [
"TPU-AMS"
],
"filament_vendor": [
"Bambu"
],
"nozzle_temperature": [
"230"
],
"nozzle_temperature_initial_layer": [
"230"
],
"nozzle_temperature_range_high": [
"240"
],
"nozzle_temperature_range_low": [
"220"
],
"overhang_fan_threshold": [
"25%"
],
"slow_down_layer_time": [
"10"
]
}