ENH: add Bambu PPA-CF

jira:NEW

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Ida8ec6f6eaff55203a7503f439ea999733f65d1a
This commit is contained in:
xun.zhang 2023-08-09 15:46:07 +08:00 committed by Lane.Wei
parent c3e822ee99
commit 99092f2ede
4 changed files with 90 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.19",
"version": "01.09.00.20",
"force_update": "0",
"description": "the initial version of BBL configurations",
"machine_model_list": [
@ -933,6 +933,10 @@
"name": "Bambu PPS-CF @base",
"sub_path": "filament/Bambu PPS-CF @base.json"
},
{
"name": "Bambu PPA-CF @base",
"sub_path": "filament/Bambu PPA-CF @base.json"
},
{
"name": "Generic PPA-CF @base",
"sub_path": "filament/Generic PPA-CF @base.json"
@ -2341,6 +2345,14 @@
"name": "Bambu PPS-CF @BBL X1E",
"sub_path": "filament/Bambu PPS-CF @BBL X1E.json"
},
{
"name": "Bambu PPA-CF @BBL X1C",
"sub_path": "filament/Bambu PPA-CF @BBL X1C.json"
},
{
"name": "Bambu PPA-CF @BBL X1E",
"sub_path": "filament/Bambu PPA-CF @BBL X1E.json"
},
{
"name": "Generic PPA-CF @BBL X1E",
"sub_path": "filament/Generic PPA-CF @BBL X1E.json"

View File

@ -0,0 +1,22 @@
{
"type": "filament",
"setting_id": "GFSN06_00",
"name": "Bambu PPA-CF @BBL X1C",
"from": "system",
"instantiation": "true",
"inherits": "Bambu PPA-CF @base",
"compatible_printers": [
"Bambu Lab X1 Carbon 0.4 nozzle",
"Bambu Lab X1 0.4 nozzle",
"Bambu Lab X1 0.8 nozzle",
"Bambu Lab X1 0.6 nozzle",
"Bambu Lab X1 Carbon 0.6 nozzle",
"Bambu Lab X1 Carbon 0.8 nozzle",
"Bambu Lab P1P 0.4 nozzle",
"Bambu Lab P1P 0.6 nozzle",
"Bambu Lab P1P 0.8 nozzle",
"Bambu Lab P1S 0.6 nozzle",
"Bambu Lab P1S 0.4 nozzle",
"Bambu Lab P1S 0.8 nozzle"
]
}

View File

@ -0,0 +1,11 @@
{
"type": "filament",
"setting_id": "GFSN06_01",
"name": "Bambu PPA-CF @BBL X1E",
"from": "system",
"instantiation": "true",
"inherits": "Bambu PPA-CF @base",
"chamber_temperatures": [
"60"
]
}

View File

@ -0,0 +1,44 @@
{
"type": "filament",
"filament_id": "GFN06",
"name": "Bambu PPA-CF @base",
"from": "system",
"instantiation": "false",
"inherits": "fdm_filament_pa",
"fan_cooling_layer_time": [
"5"
],
"fan_max_speed": [
"30"
],
"fan_min_speed": [
"10"
],
"filament_density": [
"1.17"
],
"filament_flow_ratio": [
"0.96"
],
"filament_type": [
"PA-CF"
],
"filament_vendor": [
"Bambu"
],
"nozzle_temperature_range_high": [
"320"
],
"nozzle_temperature_range_low": [
"280"
],
"overhang_fan_speed": [
"40"
],
"overhang_fan_threshold": [
"0%"
],
"temperature_vitrification": [
"210"
]
}