mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00: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:
26
resources/profiles/BBL/machine/Bambu Lab N1 0.2 nozzle.json
Normal file
26
resources/profiles/BBL/machine/Bambu Lab N1 0.2 nozzle.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM021",
|
||||
"name": "Bambu Lab N1 0.2 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Bambu Lab N1 0.4 nozzle",
|
||||
"nozzle_diameter": [
|
||||
"0.2"
|
||||
],
|
||||
"printer_model": "Bambu Lab N1",
|
||||
"printer_variant": "0.2",
|
||||
"default_filament_profile": [
|
||||
"Bambu PLA Basic @BBL X1C 0.2 nozzle"
|
||||
],
|
||||
"default_print_profile": "0.10mm Standard @BBL N1 0.6 nozzle",
|
||||
"max_layer_height": [
|
||||
"0.14"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.04"
|
||||
],
|
||||
"retraction_length": [
|
||||
"0.4"
|
||||
]
|
||||
}
|
||||
62
resources/profiles/BBL/machine/Bambu Lab N1 0.4 nozzle.json
Normal file
62
resources/profiles/BBL/machine/Bambu Lab N1 0.4 nozzle.json
Normal file
File diff suppressed because one or more lines are too long
27
resources/profiles/BBL/machine/Bambu Lab N1 0.6 nozzle.json
Normal file
27
resources/profiles/BBL/machine/Bambu Lab N1 0.6 nozzle.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM022",
|
||||
"name": "Bambu Lab N1 0.6 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Bambu Lab N1 0.4 nozzle",
|
||||
"nozzle_diameter": [
|
||||
"0.6"
|
||||
],
|
||||
"printer_model": "Bambu Lab N1",
|
||||
"printer_variant": "0.6",
|
||||
"default_print_profile": "0.30mm Standard @BBL N1 0.6 nozzle",
|
||||
"max_layer_height": [
|
||||
"0.42"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.12"
|
||||
],
|
||||
"nozzle_type": "hardened_steel",
|
||||
"retraction_length": [
|
||||
"1.4"
|
||||
],
|
||||
"retraction_minimum_travel": [
|
||||
"3"
|
||||
]
|
||||
}
|
||||
27
resources/profiles/BBL/machine/Bambu Lab N1 0.8 nozzle.json
Normal file
27
resources/profiles/BBL/machine/Bambu Lab N1 0.8 nozzle.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM023",
|
||||
"name": "Bambu Lab N1 0.8 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Bambu Lab N1 0.4 nozzle",
|
||||
"nozzle_diameter": [
|
||||
"0.8"
|
||||
],
|
||||
"printer_model": "Bambu Lab N1",
|
||||
"printer_variant": "0.8",
|
||||
"default_print_profile": "0.40mm Standard @BBL N1 0.8 nozzle",
|
||||
"max_layer_height": [
|
||||
"0.56"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.16"
|
||||
],
|
||||
"nozzle_type": "hardened_steel",
|
||||
"retract_length_toolchange": [
|
||||
"3"
|
||||
],
|
||||
"retraction_length": [
|
||||
"3"
|
||||
]
|
||||
}
|
||||
13
resources/profiles/BBL/machine/Bambu Lab N1.json
Normal file
13
resources/profiles/BBL/machine/Bambu Lab N1.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "machine_model",
|
||||
"name": "Bambu Lab N1",
|
||||
"model_id": "N1",
|
||||
"url": "http://www.bambulab.com/Parameters/printer_model/Bambu Lab X1.json",
|
||||
"nozzle_diameter": "0.4;0.2;0.6;0.8",
|
||||
"machine_tech": "FFF",
|
||||
"family": "BBL-3DP",
|
||||
"bed_model": "bbl-3dp-N1.stl",
|
||||
"bed_texture": "bbl-3dp-logo.svg",
|
||||
"hotend_model": "bbl-3dp-hotend.stl",
|
||||
"default_materials": "Generic PLA @BBL P1P;Generic PLA Silk @BBL P1P;Bambu PLA Matte @BBL P1P;Bambu PLA Basic @BBL P1P;Bambu ABS @BBL P1P;Bambu PC @BBL P1P;Bambu Support W @BBL P1P;Bambu TPU 95A @BBL P1P;PolyTerra PLA @BBL P1P;PolyLite PLA @BBL P1P;"
|
||||
}
|
||||
Reference in New Issue
Block a user