ENH: add bambu tpu 85a and 90a for a series

jira: NONE

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I1975bd3421b4076d113a8f9000616a74efadbc03
(cherry picked from commit fb74c3362511ce363b7137e18345482a064c6831)
This commit is contained in:
xun.zhang 2025-03-18 16:53:50 +08:00 committed by Noisyfox
parent 18f859a195
commit 542ddebbc5
5 changed files with 168 additions and 0 deletions

View file

@ -4477,6 +4477,14 @@
"name": "Generic SBS",
"sub_path": "filament/Generic SBS.json"
},
{
"name": "Bambu TPU 85A @BBL A1",
"sub_path": "filament/Bambu TPU 85A @BBL A1.json"
},
{
"name": "Bambu TPU 85A @BBL A1M",
"sub_path": "filament/Bambu TPU 85A @BBL A1M.json"
},
{
"name": "Bambu TPU 85A @BBL H2D",
"sub_path": "filament/Bambu TPU 85A @BBL H2D.json"
@ -4489,6 +4497,14 @@
"name": "Bambu TPU 85A @BBL X1C",
"sub_path": "filament/Bambu TPU 85A @BBL X1C.json"
},
{
"name": "Bambu TPU 90A @BBL A1",
"sub_path": "filament/Bambu TPU 90A @BBL A1.json"
},
{
"name": "Bambu TPU 90A @BBL A1M",
"sub_path": "filament/Bambu TPU 90A @BBL A1M.json"
},
{
"name": "Bambu TPU 90A @BBL H2D",
"sub_path": "filament/Bambu TPU 90A @BBL H2D.json"

View file

@ -0,0 +1,42 @@
{
"type": "filament",
"name": "Bambu TPU 85A @BBL A1",
"inherits": "Bambu TPU 85A @base",
"from": "system",
"setting_id": "GFSU04_04",
"instantiation": "true",
"filament_cost": [
"41.99"
],
"filament_density": [
"1.22"
],
"filament_max_volumetric_speed": [
"1"
],
"hot_plate_temp": [
"45"
],
"hot_plate_temp_initial_layer": [
"45"
],
"impact_strength_z": [
"88.7"
],
"nozzle_temperature_range_high": [
"250"
],
"slow_down_layer_time": [
"30"
],
"textured_plate_temp": [
"45"
],
"textured_plate_temp_initial_layer": [
"45"
],
"compatible_printers": [
"Bambu Lab A1 0.6 nozzle",
"Bambu Lab A1 0.8 nozzle"
]
}

View file

@ -0,0 +1,42 @@
{
"type": "filament",
"name": "Bambu TPU 85A @BBL A1M",
"inherits": "Bambu TPU 85A @base",
"from": "system",
"setting_id": "GFSU04_05",
"instantiation": "true",
"filament_cost": [
"41.99"
],
"filament_density": [
"1.22"
],
"filament_max_volumetric_speed": [
"1"
],
"hot_plate_temp": [
"30"
],
"hot_plate_temp_initial_layer": [
"30"
],
"impact_strength_z": [
"88.7"
],
"nozzle_temperature_range_high": [
"250"
],
"slow_down_layer_time": [
"30"
],
"textured_plate_temp": [
"30"
],
"textured_plate_temp_initial_layer": [
"30"
],
"compatible_printers": [
"Bambu Lab A1 mini 0.6 nozzle",
"Bambu Lab A1 mini 0.8 nozzle"
]
}

View file

@ -0,0 +1,34 @@
{
"type": "filament",
"name": "Bambu TPU 90A @BBL A1",
"inherits": "Bambu TPU 90A @base",
"from": "system",
"setting_id": "GFSU03_04",
"instantiation": "true",
"filament_density": [
"1.22"
],
"hot_plate_temp": [
"45"
],
"hot_plate_temp_initial_layer": [
"45"
],
"impact_strength_z": [
"88.7"
],
"nozzle_temperature_range_high": [
"250"
],
"textured_plate_temp": [
"45"
],
"textured_plate_temp_initial_layer": [
"45"
],
"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,34 @@
{
"type": "filament",
"name": "Bambu TPU 90A @BBL A1M",
"inherits": "Bambu TPU 90A @base",
"from": "system",
"setting_id": "GFSU03_05",
"instantiation": "true",
"filament_density": [
"1.22"
],
"hot_plate_temp": [
"30"
],
"hot_plate_temp_initial_layer": [
"30"
],
"impact_strength_z": [
"88.7"
],
"nozzle_temperature_range_high": [
"250"
],
"textured_plate_temp": [
"30"
],
"textured_plate_temp_initial_layer": [
"30"
],
"compatible_printers": [
"Bambu Lab A1 mini 0.6 nozzle",
"Bambu Lab A1 mini 0.8 nozzle",
"Bambu Lab A1 mini 0.4 nozzle"
]
}