mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 14:51:11 -06:00
ENH: align the parameter
Signed-off-by: qing.zhang <qing.zhang@bambulab.com> Change-Id: If5b5f5c18d23ccae9524501dd4b99eff2e5532b4
This commit is contained in:
parent
8fcd6f31dd
commit
1f5454052f
65 changed files with 1416 additions and 68 deletions
|
@ -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"
|
||||
]
|
||||
}
|
12
resources/profiles/BBL/process/0.20mm Standard @BBL P1P.json
Normal file
12
resources/profiles/BBL/process/0.20mm Standard @BBL P1P.json
Normal 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"
|
||||
]
|
||||
}
|
|
@ -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": [
|
||||
|
|
|
@ -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"
|
||||
]
|
||||
}
|
|
@ -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"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue