ENH: Add Generic PLA High Speed

jira:STUDIO-4205

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I6132ad07968850c2136bc24b0702d0bf525a0b8f
This commit is contained in:
xun.zhang 2023-08-21 18:09:49 +08:00 committed by Lane.Wei
parent 17621eb3e8
commit 0b1c2cbe3a
6 changed files with 118 additions and 1 deletions

View file

@ -1,7 +1,7 @@
{
"name": "Bambulab",
"url": "http://www.bambulab.com/Parameters/vendor/BBL.json",
"version": "01.07.00.16",
"version": "01.07.00.18",
"force_update": "0",
"description": "the initial version of BBL configurations",
"machine_model_list": [
@ -377,6 +377,10 @@
"name": "Overture Matte PLA @base",
"sub_path": "filament/Overture Matte PLA @base.json"
},
{
"name": "Generic PLA High Speed @base",
"sub_path": "filament/Generic PLA High Speed @base.json"
},
{
"name": "Bambu TPU 95A @base",
"sub_path": "filament/Bambu TPU 95A @base.json"
@ -785,6 +789,14 @@
"name": "Overture Matte PLA @BBL P1P",
"sub_path": "filament/Overture Matte PLA @BBL P1P.json"
},
{
"name": "Generic PLA High Speed @BBL X1C",
"sub_path": "filament/Generic PLA High Speed @BBL X1C.json"
},
{
"name": "Generic PLA High Speed @BBL P1P",
"sub_path": "filament/Generic PLA High Speed @BBL P1P.json"
},
{
"name": "Bambu TPU 95A @BBL X1C",
"sub_path": "filament/Bambu TPU 95A @BBL X1C.json"
@ -1085,6 +1097,14 @@
"name": "Overture Matte PLA @BBL P1P 0.2 nozzle",
"sub_path": "filament/Overture Matte PLA @BBL P1P 0.2 nozzle.json"
},
{
"name": "Generic PLA High Speed @BBL X1C 0.2 nozzle",
"sub_path": "filament/Generic PLA High Speed @BBL X1C 0.2 nozzle.json"
},
{
"name": "Generic PLA High Speed @BBL P1P 0.2 nozzle",
"sub_path": "filament/Generic PLA High Speed @BBL P1P 0.2 nozzle.json"
},
{
"name": "PolyLite PETG @BBL X1C 0.2 nozzle",
"sub_path": "filament/PolyLite PETG @BBL X1C 0.2 nozzle.json"

View file

@ -0,0 +1,14 @@
{
"type": "filament",
"name": "Generic PLA High Speed @BBL P1P 0.2 nozzle",
"inherits": "Generic PLA High Speed @BBL P1P",
"from": "system",
"setting_id": "GFSL95_03",
"instantiation": "true",
"filament_max_volumetric_speed": [
"2"
],
"compatible_printers": [
"Bambu Lab P1P 0.2 nozzle"
]
}

View file

@ -0,0 +1,31 @@
{
"type": "filament",
"name": "Generic PLA High Speed @BBL P1P",
"inherits": "Generic PLA High Speed @base",
"from": "system",
"setting_id": "GFSL95_02",
"instantiation": "true",
"fan_cooling_layer_time": [
"80"
],
"fan_min_speed": [
"50"
],
"hot_plate_temp": [
"65"
],
"hot_plate_temp_initial_layer": [
"65"
],
"textured_plate_temp": [
"65"
],
"textured_plate_temp_initial_layer": [
"65"
],
"compatible_printers": [
"Bambu Lab P1P 0.4 nozzle",
"Bambu Lab P1P 0.6 nozzle",
"Bambu Lab P1P 0.8 nozzle"
]
}

View file

@ -0,0 +1,16 @@
{
"type": "filament",
"name": "Generic PLA High Speed @BBL X1C 0.2 nozzle",
"inherits": "Generic PLA High Speed @BBL X1C",
"from": "system",
"setting_id": "GFSL95_01",
"instantiation": "true",
"filament_max_volumetric_speed": [
"2"
],
"compatible_printers": [
"Bambu Lab X1 Carbon 0.2 nozzle",
"Bambu Lab X1 0.2 nozzle",
"Bambu Lab P1S 0.2 nozzle"
]
}

View file

@ -0,0 +1,19 @@
{
"type": "filament",
"name": "Generic PLA High Speed @BBL X1C",
"inherits": "Generic PLA High Speed @base",
"from": "system",
"setting_id": "GFSL95_00",
"instantiation": "true",
"compatible_printers": [
"Bambu Lab X1 Carbon 0.4 nozzle",
"Bambu Lab X1 0.4 nozzle",
"Bambu Lab P1S 0.4 nozzle",
"Bambu Lab X1 Carbon 0.6 nozzle",
"Bambu Lab X1 Carbon 0.8 nozzle",
"Bambu Lab X1 0.8 nozzle",
"Bambu Lab X1 0.6 nozzle",
"Bambu Lab P1S 0.6 nozzle",
"Bambu Lab P1S 0.8 nozzle"
]
}

View file

@ -0,0 +1,17 @@
{
"type": "filament",
"name": "Generic PLA High Speed @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "GFL95",
"instantiation": "false",
"filament_flow_ratio": [
"0.98"
],
"filament_max_volumetric_speed": [
"18"
],
"slow_down_layer_time": [
"8"
]
}