ENH: align the parameter

Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: If5b5f5c18d23ccae9524501dd4b99eff2e5532b4
This commit is contained in:
qing.zhang 2022-11-29 15:46:09 +08:00 committed by Lane.Wei
parent 8fcd6f31dd
commit 1f5454052f
65 changed files with 1416 additions and 68 deletions

View file

@ -0,0 +1,12 @@
{
"type": "process",
"setting_id": "GP014",
"name": "0.10mm Standard @BBL P1P 0.2 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_bbl_0.10_nozzle_0.2",
"elefant_foot_compensation": "0.15",
"compatible_printers": [
"Bambu Lab P1P 0.2 nozzle"
]
}

View file

@ -0,0 +1,12 @@
{
"type": "process",
"setting_id": "GP015",
"name": "0.20mm Standard @BBL P1P",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_bbl_0.20",
"elefant_foot_compensation": "0.15",
"compatible_printers": [
"Bambu Lab P1P 0.4 nozzle"
]
}

View file

@ -6,7 +6,7 @@
"instantiation": "true",
"inherits": "fdm_process_bbl_0.20",
"outer_wall_speed": "40",
"sparse_infill_speed": "100",
"sparse_infill_speed": "30",
"wall_loops": "6",
"sparse_infill_density": "25%",
"compatible_printers": [

View file

@ -0,0 +1,12 @@
{
"type": "process",
"setting_id": "GP016",
"name": "0.30mm Standard @BBL P1P 0.6 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_bbl_0.30_nozzle_0.6",
"elefant_foot_compensation": "0.15",
"compatible_printers": [
"Bambu Lab P1P 0.6 nozzle"
]
}

View file

@ -0,0 +1,12 @@
{
"type": "process",
"setting_id": "GP017",
"name": "0.40mm Standard @BBL P1P 0.8 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_bbl_0.40_nozzle_0.8",
"elefant_foot_compensation": "0.15",
"compatible_printers": [
"Bambu Lab P1P 0.8 nozzle"
]
}