mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 14:51:11 -06:00
ENH: add profiles for N1
Add filament,process,machine profiles. Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: Iea89d42090fa7bf6ee66c84189b7425b8acffc27 (cherry picked from commit c9f6284d882b5df9fa8e34ab62a16813d198788c)
This commit is contained in:
parent
e3ca9af7e9
commit
46ec5ea930
69 changed files with 419 additions and 58 deletions
|
@ -6,6 +6,7 @@
|
|||
"instantiation": "true",
|
||||
"inherits": "fdm_process_bbl_0.08",
|
||||
"compatible_printers": [
|
||||
"Bambu Lab P1P 0.4 nozzle"
|
||||
"Bambu Lab P1P 0.4 nozzle",
|
||||
"Bambu Lab N1 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP039",
|
||||
"name": "0.10mm Standard @BBL N1 0.2 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "0.10mm Standard @BBL P1P 0.2 nozzle",
|
||||
"travel_speed": "700",
|
||||
"compatible_printers": [
|
||||
"Bambu Lab N1 0.2 nozzle"
|
||||
]
|
||||
}
|
|
@ -6,6 +6,7 @@
|
|||
"instantiation": "true",
|
||||
"inherits": "fdm_process_bbl_0.12",
|
||||
"compatible_printers": [
|
||||
"Bambu Lab P1P 0.4 nozzle"
|
||||
"Bambu Lab P1P 0.4 nozzle",
|
||||
"Bambu Lab N1 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
"instantiation": "true",
|
||||
"inherits": "fdm_process_bbl_0.16",
|
||||
"compatible_printers": [
|
||||
"Bambu Lab P1P 0.4 nozzle"
|
||||
"Bambu Lab P1P 0.4 nozzle",
|
||||
"Bambu Lab N1 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
|
|
12
resources/profiles/BBL/process/0.20mm Standard @BBL N1.json
Normal file
12
resources/profiles/BBL/process/0.20mm Standard @BBL N1.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP000",
|
||||
"name": "0.20mm Standard @BBL N1",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "0.20mm Standard @BBL P1P",
|
||||
"travel_speed": "700",
|
||||
"compatible_printers": [
|
||||
"Bambu Lab N1 0.4 nozzle"
|
||||
]
|
||||
}
|
|
@ -9,6 +9,7 @@
|
|||
"wall_loops": "6",
|
||||
"sparse_infill_density": "25%",
|
||||
"compatible_printers": [
|
||||
"Bambu Lab P1P 0.4 nozzle"
|
||||
"Bambu Lab P1P 0.4 nozzle",
|
||||
"Bambu Lab N1 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
"instantiation": "true",
|
||||
"inherits": "fdm_process_bbl_0.24",
|
||||
"compatible_printers": [
|
||||
"Bambu Lab P1P 0.4 nozzle"
|
||||
"Bambu Lab P1P 0.4 nozzle",
|
||||
"Bambu Lab N1 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
"instantiation": "true",
|
||||
"inherits": "fdm_process_bbl_0.28",
|
||||
"compatible_printers": [
|
||||
"Bambu Lab P1P 0.4 nozzle"
|
||||
"Bambu Lab P1P 0.4 nozzle",
|
||||
"Bambu Lab N1 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP038",
|
||||
"name": "0.30mm Standard @BBL N1 0.6 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "0.30mm Standard @BBL P1P 0.6 nozzle",
|
||||
"travel_speed": "700",
|
||||
"compatible_printers": [
|
||||
"Bambu Lab N1 0.6 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP037",
|
||||
"name": "0.40mm Standard @BBL N1 0.8 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "0.40mm Standard @BBL P1P 0.8 nozzle",
|
||||
"travel_speed": "700",
|
||||
"compatible_printers": [
|
||||
"Bambu Lab N1 0.8 nozzle"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue