ENH: add generic tpu for ams

Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: I5862eef974e15bb0d710d637632cbf9d174eaaf9
This commit is contained in:
qing.zhang 2024-07-17 09:39:01 +08:00 committed by Lane.Wei
parent 5a4c51a31f
commit 1edf624077
6 changed files with 170 additions and 0 deletions

View File

@ -789,6 +789,10 @@
"name": "Bambu TPU 95A HF @base",
"sub_path": "filament/Bambu TPU 95A HF @base.json"
},
{
"name": "Generic TPU for AMS @base",
"sub_path": "filament/Generic TPU for AMS @base.json"
},
{
"name": "Bambu PETG Basic @base",
"sub_path": "filament/Bambu PETG Basic @base.json"
@ -1733,6 +1737,22 @@
"name": "Bambu TPU 95A HF @BBL A1",
"sub_path": "filament/Bambu TPU 95A HF @BBL A1.json"
},
{
"name": "Generic TPU for AMS @BBL X1C",
"sub_path": "filament/Generic TPU for AMS @BBL X1C.json"
},
{
"name": "Generic TPU for AMS @BBL P1P",
"sub_path": "filament/Generic TPU for AMS @BBL P1P.json"
},
{
"name": "Generic TPU for AMS @BBL A1",
"sub_path": "filament/Generic TPU for AMS @BBL A1.json"
},
{
"name": "Generic TPU for AMS @BBL A1M",
"sub_path": "filament/Generic 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,28 @@
{
"type": "filament",
"name": "Generic TPU for AMS @BBL A1",
"inherits": "Generic TPU for AMS @base",
"from": "system",
"setting_id": "GFSU98_02",
"instantiation": "true",
"fan_cooling_layer_time": [
"40"
],
"fan_max_speed": [
"50"
],
"fan_min_speed": [
"10"
],
"overhang_fan_threshold": [
"25%"
],
"slow_down_layer_time": [
"10"
],
"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,28 @@
{
"type": "filament",
"name": "Generic TPU for AMS @BBL A1M",
"inherits": "Generic TPU for AMS @base",
"from": "system",
"setting_id": "GFSU98_03",
"instantiation": "true",
"fan_cooling_layer_time": [
"40"
],
"fan_max_speed": [
"50"
],
"fan_min_speed": [
"10"
],
"overhang_fan_threshold": [
"25%"
],
"slow_down_layer_time": [
"10"
],
"compatible_printers": [
"Bambu Lab A1 mini 0.8 nozzle",
"Bambu Lab A1 mini 0.6 nozzle",
"Bambu Lab A1 mini 0.4 nozzle"
]
}

View File

@ -0,0 +1,31 @@
{
"type": "filament",
"name": "Generic TPU for AMS @BBL P1P",
"inherits": "Generic TPU for AMS @base",
"from": "system",
"setting_id": "GFSU98_01",
"instantiation": "true",
"fan_cooling_layer_time": [
"40"
],
"fan_max_speed": [
"50"
],
"fan_min_speed": [
"10"
],
"overhang_fan_threshold": [
"25%"
],
"slow_down_layer_time": [
"10"
],
"compatible_printers": [
"Bambu Lab P1P 0.6 nozzle",
"Bambu Lab P1P 0.8 nozzle",
"Bambu Lab P1P 0.4 nozzle",
"Bambu Lab X1 0.4 nozzle",
"Bambu Lab X1 0.6 nozzle",
"Bambu Lab X1 0.8 nozzle"
]
}

View File

@ -0,0 +1,34 @@
{
"type": "filament",
"name": "Generic TPU for AMS @BBL X1C",
"inherits": "Generic TPU for AMS @base",
"from": "system",
"setting_id": "GFSU98_00",
"instantiation": "true",
"fan_cooling_layer_time": [
"40"
],
"fan_max_speed": [
"50"
],
"fan_min_speed": [
"10"
],
"overhang_fan_threshold": [
"25%"
],
"slow_down_layer_time": [
"10"
],
"compatible_printers": [
"Bambu Lab X1 Carbon 0.4 nozzle",
"Bambu Lab P1S 0.4 nozzle",
"Bambu Lab P1S 0.6 nozzle",
"Bambu Lab P1S 0.8 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,29 @@
{
"type": "filament",
"name": "Generic TPU for AMS @base",
"inherits": "fdm_filament_tpu",
"from": "system",
"filament_id": "GFU98",
"instantiation": "false",
"filament_type": [
"TPU-AMS"
],
"filament_cost": [
"41.99"
],
"filament_density": [
"1.26"
],
"filament_max_volumetric_speed": [
"10.5"
],
"filament_retraction_length": [
"0.8"
],
"nozzle_temperature": [
"230"
],
"nozzle_temperature_initial_layer": [
"230"
]
}