ENH: reduce v-speed in 0.4 nozzle for PETG/PETG-CF

Change-Id: I1ec04a44a16872c19de4e5148fd269aee1952147
This commit is contained in:
xun.zhang 2023-05-31 15:36:23 +08:00 committed by Lane.Wei
parent 134c4a0815
commit 254c3f77c2
6 changed files with 39 additions and 5 deletions

View File

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

View File

@ -6,7 +6,7 @@
"instantiation": "true", "instantiation": "true",
"inherits": "Bambu PETG Basic @base", "inherits": "Bambu PETG Basic @base",
"filament_max_volumetric_speed": [ "filament_max_volumetric_speed": [
"14" "13"
], ],
"compatible_printers": [ "compatible_printers": [
"Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.4 nozzle",

View File

@ -0,0 +1,15 @@
{
"type": "filament",
"setting_id": "GFSG50_02",
"name": "Bambu PETG-CF @BBL X1C 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "Bambu PETG-CF @base",
"filament_max_volumetric_speed": [
"13"
],
"compatible_printers": [
"Bambu Lab X1 Carbon 0.4 nozzle",
"Bambu Lab X1 0.4 nozzle"
]
}

View File

@ -6,8 +6,6 @@
"instantiation": "true", "instantiation": "true",
"inherits": "Bambu PETG-CF @base", "inherits": "Bambu PETG-CF @base",
"compatible_printers": [ "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.6 nozzle",
"Bambu Lab X1 Carbon 0.8 nozzle", "Bambu Lab X1 Carbon 0.8 nozzle",
"Bambu Lab X1 0.6 nozzle", "Bambu Lab X1 0.6 nozzle",

View File

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

View File

@ -6,7 +6,6 @@
"instantiation": "true", "instantiation": "true",
"inherits": "Bambu PETG-CF @base", "inherits": "Bambu PETG-CF @base",
"compatible_printers": [ "compatible_printers": [
"Bambu Lab P1P 0.4 nozzle",
"Bambu Lab P1P 0.6 nozzle", "Bambu Lab P1P 0.6 nozzle",
"Bambu Lab P1P 0.8 nozzle" "Bambu Lab P1P 0.8 nozzle"
] ]