ENH: add PETG-CF

Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: Iaee30ced3be002120b6138be31a7b57422cf20bc
This commit is contained in:
qing.zhang 2023-02-28 11:14:40 +08:00 committed by Lane.Wei
parent 538c607842
commit d484b5e5fb
5 changed files with 93 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{
"name": "Bambulab",
"url": "http://www.bambulab.com/Parameters/vendor/BBL.json",
"version": "01.05.00.16",
"version": "01.05.00.17",
"force_update": "0",
"description": "the initial version of BBL configurations",
"machine_model_list": [
@ -429,6 +429,18 @@
"name": "Generic PVA @base",
"sub_path": "filament/Generic PVA @base.json"
},
{
"name": "Generic PETG-CF @base",
"sub_path": "filament/Generic PETG-CF @base.json"
},
{
"name": "Generic PETG-CF @BBL X1C",
"sub_path": "filament/Generic PETG-CF @BBL X1C.json"
},
{
"name": "Generic PETG-CF @BBL P1P",
"sub_path": "filament/Generic PETG-CF @BBL P1P.json"
},
{
"name": "Generic PVA @0.2 nozzle",
"sub_path": "filament/Generic PVA @0.2 nozzle.json"

View file

@ -1,7 +1,7 @@
{
"type": "filament",
"setting_id": "GFSG99_01",
"name": "Generic PETG @0.2 nozzle.json",
"name": "Generic PETG @0.2 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "Generic PETG @base",

View file

@ -0,0 +1,16 @@
{
"type": "filament",
"setting_id": "GFSG50",
"name": "Generic PETG-CF @BBL X1C",
"from": "system",
"instantiation": "true",
"inherits": "Generic PETG-CF @base",
"compatible_printers": [
"Bambu Lab X1 Carbon 0.4 nozzle",
"Bambu Lab X1 0.4 nozzle",
"Bambu Lab X1 Carbon 0.6 nozzle",
"Bambu Lab X1 Carbon 0.8 nozzle",
"Bambu Lab X1 0.6 nozzle",
"Bambu Lab X1 0.8 nozzle"
]
}

View file

@ -0,0 +1,50 @@
{
"type": "filament",
"filament_id": "GFG50",
"name": "Generic PETG-CF @base",
"from": "system",
"instantiation": "false",
"inherits": "fdm_filament_pet",
"required_nozzle_HRC": [
"40"
],
"filament_vendor": [
"Bambu Lab"
],
"filament_type": [
"PETG-CF"
],
"nozzle_temperature_range_low": [
"240"
],
"nozzle_temperature_range_high": [
"270"
],
"nozzle_temperature_initial_layer": [
"255"
],
"nozzle_temperature": [
"255"
],
"filament_cost": [
"34.99"
],
"filament_density": [
"1.04"
],
"fan_max_speed": [
"30"
],
"fan_min_speed": [
"0"
],
"filament_max_volumetric_speed": [
"16"
],
"slow_down_layer_time": [
"6"
],
"fan_cooling_layer_time": [
"20"
]
}

View file

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