ENH: add Bambu PPS-CF

jira:NONE

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I7c355375b58eec19efc791a2f4da641d08cc2f60
This commit is contained in:
xun.zhang 2024-08-01 14:43:18 +08:00 committed by Lane.Wei
parent 267943be17
commit c3e822ee99
3 changed files with 62 additions and 0 deletions

View File

@ -929,6 +929,10 @@
"name": "Generic PPS @base",
"sub_path": "filament/Generic PPS @base.json"
},
{
"name": "Bambu PPS-CF @base",
"sub_path": "filament/Bambu PPS-CF @base.json"
},
{
"name": "Generic PPA-CF @base",
"sub_path": "filament/Generic PPA-CF @base.json"
@ -2333,6 +2337,10 @@
"name": "Generic PPS @BBL X1E",
"sub_path": "filament/Generic PPS @BBL X1E.json"
},
{
"name": "Bambu PPS-CF @BBL X1E",
"sub_path": "filament/Bambu PPS-CF @BBL X1E.json"
},
{
"name": "Generic PPA-CF @BBL X1E",
"sub_path": "filament/Generic PPA-CF @BBL X1E.json"

View File

@ -0,0 +1,13 @@
{
"type": "filament",
"name": "Bambu PPS-CF @BBL X1E",
"inherits": "Bambu PPS-CF @base",
"from": "system",
"setting_id": "GFST02_00",
"instantiation": "true",
"compatible_printers": [
"Bambu Lab X1E 0.4 nozzle",
"Bambu Lab X1E 0.6 nozzle",
"Bambu Lab X1E 0.8 nozzle"
]
}

View File

@ -0,0 +1,41 @@
{
"type": "filament",
"name": "Bambu PPS-CF @base",
"inherits": "fdm_filament_pps",
"from": "system",
"filament_id": "GFT02",
"instantiation": "false",
"fan_max_speed": [
"30"
],
"filament_cost": [
"175"
],
"filament_density": [
"1.26"
],
"filament_max_volumetric_speed": [
"6"
],
"filament_type": [
"PPS-CF"
],
"filament_vendor": [
"Bambu"
],
"nozzle_temperature_range_high": [
"350"
],
"nozzle_temperature_range_low": [
"310"
],
"overhang_fan_threshold": [
"25%"
],
"required_nozzle_HRC": [
"40"
],
"temperature_vitrification": [
"220"
]
}