From 1f3fc518116ec30f7ff98834729a3305cddf50ae Mon Sep 17 00:00:00 2001 From: XunZhangBambu Date: Wed, 3 Jan 2024 17:08:40 +0800 Subject: [PATCH] ENH: add high quality process profiles jira:[NEW] Signed-off-by: XunZhangBambu Change-Id: I4b46d485d449e34c47d7ac4b0d9ce918cbb6f32b --- resources/profiles/BBL.json | 98 ++++++++++++++++++- ....06mm High Quality @BBL A1 0.2 nozzle.json | 18 ++++ ...06mm High Quality @BBL A1M 0.2 nozzle.json | 18 ++++ ...06mm High Quality @BBL P1P 0.2 nozzle.json | 15 +++ ...06mm High Quality @BBL X1C 0.2 nozzle.json | 18 ++++ ....08mm High Quality @BBL A1 0.2 nozzle.json | 18 ++++ .../process/0.08mm High Quality @BBL A1.json | 21 ++++ ...08mm High Quality @BBL A1M 0.2 nozzle.json | 18 ++++ .../process/0.08mm High Quality @BBL A1M.json | 22 +++++ ...08mm High Quality @BBL P1P 0.2 nozzle.json | 15 +++ .../process/0.08mm High Quality @BBL P1P.json | 20 ++++ ...08mm High Quality @BBL X1C 0.2 nozzle.json | 18 ++++ .../process/0.08mm High Quality @BBL X1C.json | 23 +++++ ....10mm High Quality @BBL A1 0.2 nozzle.json | 18 ++++ ...10mm High Quality @BBL A1M 0.2 nozzle.json | 19 ++++ ...10mm High Quality @BBL P1P 0.2 nozzle.json | 16 +++ ...10mm High Quality @BBL X1C 0.2 nozzle.json | 18 ++++ .../process/0.12mm High Quality @BBL A1.json | 21 ++++ .../process/0.12mm High Quality @BBL A1M.json | 22 +++++ .../process/0.12mm High Quality @BBL P1P.json | 20 ++++ .../process/0.12mm High Quality @BBL X1C.json | 23 +++++ .../process/0.16mm High Quality @BBL A1.json | 21 ++++ .../process/0.16mm High Quality @BBL A1M.json | 22 +++++ .../process/0.16mm High Quality @BBL P1P.json | 20 ++++ .../process/0.16mm High Quality @BBL X1C.json | 23 +++++ 25 files changed, 564 insertions(+), 1 deletion(-) create mode 100644 resources/profiles/BBL/process/0.06mm High Quality @BBL A1 0.2 nozzle.json create mode 100644 resources/profiles/BBL/process/0.06mm High Quality @BBL A1M 0.2 nozzle.json create mode 100644 resources/profiles/BBL/process/0.06mm High Quality @BBL P1P 0.2 nozzle.json create mode 100644 resources/profiles/BBL/process/0.06mm High Quality @BBL X1C 0.2 nozzle.json create mode 100644 resources/profiles/BBL/process/0.08mm High Quality @BBL A1 0.2 nozzle.json create mode 100644 resources/profiles/BBL/process/0.08mm High Quality @BBL A1.json create mode 100644 resources/profiles/BBL/process/0.08mm High Quality @BBL A1M 0.2 nozzle.json create mode 100644 resources/profiles/BBL/process/0.08mm High Quality @BBL A1M.json create mode 100644 resources/profiles/BBL/process/0.08mm High Quality @BBL P1P 0.2 nozzle.json create mode 100644 resources/profiles/BBL/process/0.08mm High Quality @BBL P1P.json create mode 100644 resources/profiles/BBL/process/0.08mm High Quality @BBL X1C 0.2 nozzle.json create mode 100644 resources/profiles/BBL/process/0.08mm High Quality @BBL X1C.json create mode 100644 resources/profiles/BBL/process/0.10mm High Quality @BBL A1 0.2 nozzle.json create mode 100644 resources/profiles/BBL/process/0.10mm High Quality @BBL A1M 0.2 nozzle.json create mode 100644 resources/profiles/BBL/process/0.10mm High Quality @BBL P1P 0.2 nozzle.json create mode 100644 resources/profiles/BBL/process/0.10mm High Quality @BBL X1C 0.2 nozzle.json create mode 100644 resources/profiles/BBL/process/0.12mm High Quality @BBL A1.json create mode 100644 resources/profiles/BBL/process/0.12mm High Quality @BBL A1M.json create mode 100644 resources/profiles/BBL/process/0.12mm High Quality @BBL P1P.json create mode 100644 resources/profiles/BBL/process/0.12mm High Quality @BBL X1C.json create mode 100644 resources/profiles/BBL/process/0.16mm High Quality @BBL A1.json create mode 100644 resources/profiles/BBL/process/0.16mm High Quality @BBL A1M.json create mode 100644 resources/profiles/BBL/process/0.16mm High Quality @BBL P1P.json create mode 100644 resources/profiles/BBL/process/0.16mm High Quality @BBL X1C.json diff --git a/resources/profiles/BBL.json b/resources/profiles/BBL.json index 67220ab23..18358f574 100644 --- a/resources/profiles/BBL.json +++ b/resources/profiles/BBL.json @@ -1,7 +1,7 @@ { "name": "Bambulab", "url": "http://www.bambulab.com/Parameters/vendor/BBL.json", - "version": "01.08.00.16", + "version": "01.08.00.17", "force_update": "0", "description": "the initial version of BBL configurations", "machine_model_list": [ @@ -143,6 +143,22 @@ "name": "0.08mm Extra Fine @BBL A1", "sub_path": "process/0.08mm Extra Fine @BBL A1.json" }, + { + "name": "0.08mm High Quality @BBL X1C", + "sub_path": "process/0.08mm High Quality @BBL X1C.json" + }, + { + "name": "0.08mm High Quality @BBL P1P", + "sub_path": "process/0.08mm High Quality @BBL P1P.json" + }, + { + "name": "0.08mm High Quality @BBL A1M", + "sub_path": "process/0.08mm High Quality @BBL A1M.json" + }, + { + "name": "0.08mm High Quality @BBL A1", + "sub_path": "process/0.08mm High Quality @BBL A1.json" + }, { "name": "0.10mm Standard @BBL X1C 0.2 nozzle", "sub_path": "process/0.10mm Standard @BBL X1C 0.2 nozzle.json" @@ -155,6 +171,22 @@ "name": "0.10mm Standard @BBL A1 0.2 nozzle", "sub_path": "process/0.10mm Standard @BBL A1 0.2 nozzle.json" }, + { + "name": "0.10mm High Quality @BBL X1C 0.2 nozzle", + "sub_path": "process/0.10mm High Quality @BBL X1C 0.2 nozzle.json" + }, + { + "name": "0.10mm High Quality @BBL P1P 0.2 nozzle", + "sub_path": "process/0.10mm High Quality @BBL P1P 0.2 nozzle.json" + }, + { + "name": "0.10mm High Quality @BBL A1M 0.2 nozzle", + "sub_path": "process/0.10mm High Quality @BBL A1M 0.2 nozzle.json" + }, + { + "name": "0.10mm High Quality @BBL A1 0.2 nozzle", + "sub_path": "process/0.10mm High Quality @BBL A1 0.2 nozzle.json" + }, { "name": "0.40mm Standard @BBL X1C 0.8 nozzle", "sub_path": "process/0.40mm Standard @BBL X1C 0.8 nozzle.json" @@ -219,6 +251,22 @@ "name": "0.12mm Fine @BBL A1", "sub_path": "process/0.12mm Fine @BBL A1.json" }, + { + "name": "0.12mm High Quality @BBL X1C", + "sub_path": "process/0.12mm High Quality @BBL X1C.json" + }, + { + "name": "0.12mm High Quality @BBL P1P", + "sub_path": "process/0.12mm High Quality @BBL P1P.json" + }, + { + "name": "0.12mm High Quality @BBL A1M", + "sub_path": "process/0.12mm High Quality @BBL A1M.json" + }, + { + "name": "0.12mm High Quality @BBL A1", + "sub_path": "process/0.12mm High Quality @BBL A1.json" + }, { "name": "0.16mm Optimal @BBL X1C", "sub_path": "process/0.16mm Optimal @BBL X1C.json" @@ -235,6 +283,22 @@ "name": "0.16mm Optimal @BBL A1", "sub_path": "process/0.16mm Optimal @BBL A1.json" }, + { + "name": "0.16mm High Quality @BBL X1C", + "sub_path": "process/0.16mm High Quality @BBL X1C.json" + }, + { + "name": "0.16mm High Quality @BBL P1P", + "sub_path": "process/0.16mm High Quality @BBL P1P.json" + }, + { + "name": "0.16mm High Quality @BBL A1M", + "sub_path": "process/0.16mm High Quality @BBL A1M.json" + }, + { + "name": "0.16mm High Quality @BBL A1", + "sub_path": "process/0.16mm High Quality @BBL A1.json" + }, { "name": "0.20mm Standard @BBL X1C", "sub_path": "process/0.20mm Standard @BBL X1C.json" @@ -307,6 +371,22 @@ "name": "0.06mm Fine @BBL A1 0.2 nozzle", "sub_path": "process/0.06mm Fine @BBL A1 0.2 nozzle.json" }, + { + "name": "0.06mm High Quality @BBL X1C 0.2 nozzle", + "sub_path": "process/0.06mm High Quality @BBL X1C 0.2 nozzle.json" + }, + { + "name": "0.06mm High Quality @BBL P1P 0.2 nozzle", + "sub_path": "process/0.06mm High Quality @BBL P1P 0.2 nozzle.json" + }, + { + "name": "0.06mm High Quality @BBL A1M 0.2 nozzle", + "sub_path": "process/0.06mm High Quality @BBL A1M 0.2 nozzle.json" + }, + { + "name": "0.06mm High Quality @BBL A1 0.2 nozzle", + "sub_path": "process/0.06mm High Quality @BBL A1 0.2 nozzle.json" + }, { "name": "0.08mm Standard @BBL X1C 0.2 nozzle", "sub_path": "process/0.08mm Standard @BBL X1C 0.2 nozzle.json" @@ -323,6 +403,22 @@ "name": "0.08mm Optimal @BBL A1 0.2 nozzle", "sub_path": "process/0.08mm Optimal @BBL A1 0.2 nozzle.json" }, + { + "name": "0.08mm High Quality @BBL A1 0.2 nozzle", + "sub_path": "process/0.08mm High Quality @BBL A1 0.2 nozzle.json" + }, + { + "name": "0.08mm High Quality @BBL A1M 0.2 nozzle", + "sub_path": "process/0.08mm High Quality @BBL A1M 0.2 nozzle.json" + }, + { + "name": "0.08mm High Quality @BBL P1P 0.2 nozzle", + "sub_path": "process/0.08mm High Quality @BBL P1P 0.2 nozzle.json" + }, + { + "name": "0.08mm High Quality @BBL X1C 0.2 nozzle", + "sub_path": "process/0.08mm High Quality @BBL X1C 0.2 nozzle.json" + }, { "name": "0.12mm Standard @BBL X1C 0.2 nozzle", "sub_path": "process/0.12mm Standard @BBL X1C 0.2 nozzle.json" diff --git a/resources/profiles/BBL/process/0.06mm High Quality @BBL A1 0.2 nozzle.json b/resources/profiles/BBL/process/0.06mm High Quality @BBL A1 0.2 nozzle.json new file mode 100644 index 000000000..3652d34de --- /dev/null +++ b/resources/profiles/BBL/process/0.06mm High Quality @BBL A1 0.2 nozzle.json @@ -0,0 +1,18 @@ +{ + "type": "process", + "name": "0.06mm High Quality @BBL A1 0.2 nozzle", + "inherits": "fdm_process_bbl_0.06_nozzle_0.2", + "from": "system", + "setting_id": "GP118", + "instantiation": "true", + "default_acceleration": "4000", + "initial_layer_infill_speed": "28", + "initial_layer_speed": "16", + "outer_wall_acceleration": "2000", + "outer_wall_speed": "60", + "sparse_infill_pattern": "gyroid", + "travel_speed": "700", + "compatible_printers": [ + "Bambu Lab A1 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/process/0.06mm High Quality @BBL A1M 0.2 nozzle.json b/resources/profiles/BBL/process/0.06mm High Quality @BBL A1M 0.2 nozzle.json new file mode 100644 index 000000000..0ce299634 --- /dev/null +++ b/resources/profiles/BBL/process/0.06mm High Quality @BBL A1M 0.2 nozzle.json @@ -0,0 +1,18 @@ +{ + "type": "process", + "name": "0.06mm High Quality @BBL A1M 0.2 nozzle", + "inherits": "fdm_process_bbl_0.06_nozzle_0.2", + "from": "system", + "setting_id": "GP117", + "instantiation": "true", + "default_acceleration": "3000", + "initial_layer_infill_speed": "28", + "initial_layer_speed": "16", + "outer_wall_acceleration": "2000", + "outer_wall_speed": "60", + "sparse_infill_pattern": "gyroid", + "travel_speed": "700", + "compatible_printers": [ + "Bambu Lab A1 mini 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/process/0.06mm High Quality @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/process/0.06mm High Quality @BBL P1P 0.2 nozzle.json new file mode 100644 index 000000000..8bf423530 --- /dev/null +++ b/resources/profiles/BBL/process/0.06mm High Quality @BBL P1P 0.2 nozzle.json @@ -0,0 +1,15 @@ +{ + "type": "process", + "name": "0.06mm High Quality @BBL P1P 0.2 nozzle", + "inherits": "fdm_process_bbl_0.06_nozzle_0.2", + "from": "system", + "setting_id": "GP116", + "instantiation": "true", + "default_acceleration": "4000", + "outer_wall_acceleration": "2000", + "outer_wall_speed": "60", + "sparse_infill_pattern": "gyroid", + "compatible_printers": [ + "Bambu Lab P1P 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/process/0.06mm High Quality @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/process/0.06mm High Quality @BBL X1C 0.2 nozzle.json new file mode 100644 index 000000000..3be894cff --- /dev/null +++ b/resources/profiles/BBL/process/0.06mm High Quality @BBL X1C 0.2 nozzle.json @@ -0,0 +1,18 @@ +{ + "type": "process", + "name": "0.06mm High Quality @BBL X1C 0.2 nozzle", + "inherits": "fdm_process_bbl_0.06_nozzle_0.2", + "from": "system", + "setting_id": "GP115", + "instantiation": "true", + "default_acceleration": "4000", + "outer_wall_acceleration": "2000", + "outer_wall_speed": "60", + "sparse_infill_pattern": "gyroid", + "compatible_printers": [ + "Bambu Lab X1 Carbon 0.2 nozzle", + "Bambu Lab X1 0.2 nozzle", + "Bambu Lab P1S 0.2 nozzle", + "Bambu Lab X1E 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/process/0.08mm High Quality @BBL A1 0.2 nozzle.json b/resources/profiles/BBL/process/0.08mm High Quality @BBL A1 0.2 nozzle.json new file mode 100644 index 000000000..0efe5080a --- /dev/null +++ b/resources/profiles/BBL/process/0.08mm High Quality @BBL A1 0.2 nozzle.json @@ -0,0 +1,18 @@ +{ + "type": "process", + "name": "0.08mm High Quality @BBL A1 0.2 nozzle", + "inherits": "fdm_process_bbl_0.08_nozzle_0.2", + "from": "system", + "setting_id": "GP119", + "instantiation": "true", + "default_acceleration": "4000", + "initial_layer_infill_speed": "28", + "initial_layer_speed": "16", + "outer_wall_acceleration": "2000", + "outer_wall_speed": "60", + "sparse_infill_pattern": "gyroid", + "travel_speed": "700", + "compatible_printers": [ + "Bambu Lab A1 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/process/0.08mm High Quality @BBL A1.json b/resources/profiles/BBL/process/0.08mm High Quality @BBL A1.json new file mode 100644 index 000000000..3a5aa5cf4 --- /dev/null +++ b/resources/profiles/BBL/process/0.08mm High Quality @BBL A1.json @@ -0,0 +1,21 @@ +{ + "type": "process", + "name": "0.08mm High Quality @BBL A1", + "inherits": "fdm_process_bbl_0.08", + "from": "system", + "setting_id": "GP102", + "instantiation": "true", + "default_acceleration": "4000", + "gap_infill_speed": "210", + "inner_wall_speed": "120", + "internal_solid_infill_speed": "150", + "outer_wall_acceleration": "2000", + "outer_wall_speed": "60", + "sparse_infill_pattern": "gyroid", + "sparse_infill_speed": "150", + "top_surface_speed": "150", + "travel_speed": "700", + "compatible_printers": [ + "Bambu Lab A1 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/process/0.08mm High Quality @BBL A1M 0.2 nozzle.json b/resources/profiles/BBL/process/0.08mm High Quality @BBL A1M 0.2 nozzle.json new file mode 100644 index 000000000..6865d2fed --- /dev/null +++ b/resources/profiles/BBL/process/0.08mm High Quality @BBL A1M 0.2 nozzle.json @@ -0,0 +1,18 @@ +{ + "type": "process", + "name": "0.08mm High Quality @BBL A1M 0.2 nozzle", + "inherits": "fdm_process_bbl_0.08_nozzle_0.2", + "from": "system", + "setting_id": "GP120", + "instantiation": "true", + "default_acceleration": "3000", + "initial_layer_infill_speed": "28", + "initial_layer_speed": "16", + "outer_wall_acceleration": "2000", + "outer_wall_speed": "60", + "sparse_infill_pattern": "gyroid", + "travel_speed": "700", + "compatible_printers": [ + "Bambu Lab A1 mini 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/process/0.08mm High Quality @BBL A1M.json b/resources/profiles/BBL/process/0.08mm High Quality @BBL A1M.json new file mode 100644 index 000000000..069a975b0 --- /dev/null +++ b/resources/profiles/BBL/process/0.08mm High Quality @BBL A1M.json @@ -0,0 +1,22 @@ +{ + "type": "process", + "name": "0.08mm High Quality @BBL A1M", + "inherits": "fdm_process_bbl_0.08", + "from": "system", + "setting_id": "GP101", + "instantiation": "true", + "default_acceleration": "3000", + "elefant_foot_compensation": "0", + "gap_infill_speed": "210", + "inner_wall_speed": "120", + "internal_solid_infill_speed": "150", + "outer_wall_acceleration": "2000", + "outer_wall_speed": "60", + "sparse_infill_pattern": "gyroid", + "sparse_infill_speed": "150", + "top_surface_speed": "150", + "travel_speed": "700", + "compatible_printers": [ + "Bambu Lab A1 mini 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/process/0.08mm High Quality @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/process/0.08mm High Quality @BBL P1P 0.2 nozzle.json new file mode 100644 index 000000000..630817d12 --- /dev/null +++ b/resources/profiles/BBL/process/0.08mm High Quality @BBL P1P 0.2 nozzle.json @@ -0,0 +1,15 @@ +{ + "type": "process", + "name": "0.08mm High Quality @BBL P1P 0.2 nozzle", + "inherits": "fdm_process_bbl_0.08_nozzle_0.2", + "from": "system", + "setting_id": "GP121", + "instantiation": "true", + "default_acceleration": "4000", + "outer_wall_acceleration": "2000", + "outer_wall_speed": "60", + "sparse_infill_pattern": "gyroid", + "compatible_printers": [ + "Bambu Lab P1P 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/process/0.08mm High Quality @BBL P1P.json b/resources/profiles/BBL/process/0.08mm High Quality @BBL P1P.json new file mode 100644 index 000000000..36472480f --- /dev/null +++ b/resources/profiles/BBL/process/0.08mm High Quality @BBL P1P.json @@ -0,0 +1,20 @@ +{ + "type": "process", + "name": "0.08mm High Quality @BBL P1P", + "inherits": "fdm_process_bbl_0.08", + "from": "system", + "setting_id": "GP100", + "instantiation": "true", + "default_acceleration": "4000", + "gap_infill_speed": "210", + "inner_wall_speed": "120", + "internal_solid_infill_speed": "150", + "outer_wall_acceleration": "2000", + "outer_wall_speed": "60", + "sparse_infill_pattern": "gyroid", + "sparse_infill_speed": "150", + "top_surface_speed": "150", + "compatible_printers": [ + "Bambu Lab P1P 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/process/0.08mm High Quality @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/process/0.08mm High Quality @BBL X1C 0.2 nozzle.json new file mode 100644 index 000000000..db273ccd0 --- /dev/null +++ b/resources/profiles/BBL/process/0.08mm High Quality @BBL X1C 0.2 nozzle.json @@ -0,0 +1,18 @@ +{ + "type": "process", + "name": "0.08mm High Quality @BBL X1C 0.2 nozzle", + "inherits": "fdm_process_bbl_0.08_nozzle_0.2", + "from": "system", + "setting_id": "GP122", + "instantiation": "true", + "default_acceleration": "4000", + "outer_wall_acceleration": "2000", + "outer_wall_speed": "60", + "sparse_infill_pattern": "gyroid", + "compatible_printers": [ + "Bambu Lab X1 Carbon 0.2 nozzle", + "Bambu Lab X1 0.2 nozzle", + "Bambu Lab P1S 0.2 nozzle", + "Bambu Lab X1E 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/process/0.08mm High Quality @BBL X1C.json b/resources/profiles/BBL/process/0.08mm High Quality @BBL X1C.json new file mode 100644 index 000000000..777e9f4e4 --- /dev/null +++ b/resources/profiles/BBL/process/0.08mm High Quality @BBL X1C.json @@ -0,0 +1,23 @@ +{ + "type": "process", + "name": "0.08mm High Quality @BBL X1C", + "inherits": "fdm_process_bbl_0.08", + "from": "system", + "setting_id": "GP099", + "instantiation": "true", + "default_acceleration": "4000", + "gap_infill_speed": "210", + "inner_wall_speed": "120", + "internal_solid_infill_speed": "150", + "outer_wall_acceleration": "2000", + "outer_wall_speed": "60", + "sparse_infill_pattern": "gyroid", + "sparse_infill_speed": "150", + "top_surface_speed": "150", + "compatible_printers": [ + "Bambu Lab X1 Carbon 0.4 nozzle", + "Bambu Lab X1 0.4 nozzle", + "Bambu Lab P1S 0.4 nozzle", + "Bambu Lab X1E 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/process/0.10mm High Quality @BBL A1 0.2 nozzle.json b/resources/profiles/BBL/process/0.10mm High Quality @BBL A1 0.2 nozzle.json new file mode 100644 index 000000000..af2195268 --- /dev/null +++ b/resources/profiles/BBL/process/0.10mm High Quality @BBL A1 0.2 nozzle.json @@ -0,0 +1,18 @@ +{ + "type": "process", + "name": "0.10mm High Quality @BBL A1 0.2 nozzle", + "inherits": "fdm_process_bbl_0.10_nozzle_0.2", + "from": "system", + "setting_id": "GP114", + "instantiation": "true", + "default_acceleration": "4000", + "initial_layer_infill_speed": "28", + "initial_layer_speed": "16", + "outer_wall_acceleration": "2000", + "outer_wall_speed": "60", + "sparse_infill_pattern": "gyroid", + "travel_speed": "700", + "compatible_printers": [ + "Bambu Lab A1 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/process/0.10mm High Quality @BBL A1M 0.2 nozzle.json b/resources/profiles/BBL/process/0.10mm High Quality @BBL A1M 0.2 nozzle.json new file mode 100644 index 000000000..5eb21ef67 --- /dev/null +++ b/resources/profiles/BBL/process/0.10mm High Quality @BBL A1M 0.2 nozzle.json @@ -0,0 +1,19 @@ +{ + "type": "process", + "name": "0.10mm High Quality @BBL A1M 0.2 nozzle", + "inherits": "fdm_process_bbl_0.10_nozzle_0.2", + "from": "system", + "setting_id": "GP113", + "instantiation": "true", + "default_acceleration": "3000", + "elefant_foot_compensation": "0", + "initial_layer_infill_speed": "28", + "initial_layer_speed": "16", + "outer_wall_acceleration": "2000", + "outer_wall_speed": "60", + "sparse_infill_pattern": "gyroid", + "travel_speed": "700", + "compatible_printers": [ + "Bambu Lab A1 mini 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/process/0.10mm High Quality @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/process/0.10mm High Quality @BBL P1P 0.2 nozzle.json new file mode 100644 index 000000000..8167ee4df --- /dev/null +++ b/resources/profiles/BBL/process/0.10mm High Quality @BBL P1P 0.2 nozzle.json @@ -0,0 +1,16 @@ +{ + "type": "process", + "name": "0.10mm High Quality @BBL P1P 0.2 nozzle", + "inherits": "fdm_process_bbl_0.10_nozzle_0.2", + "from": "system", + "setting_id": "GP112", + "instantiation": "true", + "default_acceleration": "4000", + "elefant_foot_compensation": "0.15", + "outer_wall_acceleration": "2000", + "outer_wall_speed": "60", + "sparse_infill_pattern": "gyroid", + "compatible_printers": [ + "Bambu Lab P1P 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/process/0.10mm High Quality @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/process/0.10mm High Quality @BBL X1C 0.2 nozzle.json new file mode 100644 index 000000000..68189cd55 --- /dev/null +++ b/resources/profiles/BBL/process/0.10mm High Quality @BBL X1C 0.2 nozzle.json @@ -0,0 +1,18 @@ +{ + "type": "process", + "name": "0.10mm High Quality @BBL X1C 0.2 nozzle", + "inherits": "fdm_process_bbl_0.10_nozzle_0.2", + "from": "system", + "setting_id": "GP111", + "instantiation": "true", + "default_acceleration": "4000", + "outer_wall_acceleration": "2000", + "outer_wall_speed": "60", + "sparse_infill_pattern": "gyroid", + "compatible_printers": [ + "Bambu Lab X1 Carbon 0.2 nozzle", + "Bambu Lab X1 0.2 nozzle", + "Bambu Lab P1S 0.2 nozzle", + "Bambu Lab X1E 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/process/0.12mm High Quality @BBL A1.json b/resources/profiles/BBL/process/0.12mm High Quality @BBL A1.json new file mode 100644 index 000000000..6d359ba26 --- /dev/null +++ b/resources/profiles/BBL/process/0.12mm High Quality @BBL A1.json @@ -0,0 +1,21 @@ +{ + "type": "process", + "name": "0.12mm High Quality @BBL A1", + "inherits": "fdm_process_bbl_0.12", + "from": "system", + "setting_id": "GP106", + "instantiation": "true", + "default_acceleration": "4000", + "gap_infill_speed": "230", + "inner_wall_speed": "150", + "internal_solid_infill_speed": "180", + "outer_wall_acceleration": "2000", + "outer_wall_speed": "60", + "sparse_infill_pattern": "gyroid", + "sparse_infill_speed": "180", + "top_surface_speed": "150", + "travel_speed": "700", + "compatible_printers": [ + "Bambu Lab A1 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/process/0.12mm High Quality @BBL A1M.json b/resources/profiles/BBL/process/0.12mm High Quality @BBL A1M.json new file mode 100644 index 000000000..830584994 --- /dev/null +++ b/resources/profiles/BBL/process/0.12mm High Quality @BBL A1M.json @@ -0,0 +1,22 @@ +{ + "type": "process", + "name": "0.12mm High Quality @BBL A1M", + "inherits": "fdm_process_bbl_0.12", + "from": "system", + "setting_id": "GP105", + "instantiation": "true", + "default_acceleration": "3000", + "elefant_foot_compensation": "0", + "gap_infill_speed": "230", + "inner_wall_speed": "150", + "internal_solid_infill_speed": "180", + "outer_wall_acceleration": "2000", + "outer_wall_speed": "60", + "sparse_infill_pattern": "gyroid", + "sparse_infill_speed": "180", + "top_surface_speed": "150", + "travel_speed": "700", + "compatible_printers": [ + "Bambu Lab A1 mini 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/process/0.12mm High Quality @BBL P1P.json b/resources/profiles/BBL/process/0.12mm High Quality @BBL P1P.json new file mode 100644 index 000000000..da83aa813 --- /dev/null +++ b/resources/profiles/BBL/process/0.12mm High Quality @BBL P1P.json @@ -0,0 +1,20 @@ +{ + "type": "process", + "name": "0.12mm High Quality @BBL P1P", + "inherits": "fdm_process_bbl_0.12", + "from": "system", + "setting_id": "GP104", + "instantiation": "true", + "default_acceleration": "4000", + "gap_infill_speed": "230", + "inner_wall_speed": "150", + "internal_solid_infill_speed": "180", + "outer_wall_acceleration": "2000", + "outer_wall_speed": "60", + "sparse_infill_pattern": "gyroid", + "sparse_infill_speed": "180", + "top_surface_speed": "150", + "compatible_printers": [ + "Bambu Lab P1P 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/process/0.12mm High Quality @BBL X1C.json b/resources/profiles/BBL/process/0.12mm High Quality @BBL X1C.json new file mode 100644 index 000000000..df9625b60 --- /dev/null +++ b/resources/profiles/BBL/process/0.12mm High Quality @BBL X1C.json @@ -0,0 +1,23 @@ +{ + "type": "process", + "name": "0.12mm High Quality @BBL X1C", + "inherits": "fdm_process_bbl_0.12", + "from": "system", + "setting_id": "GP103", + "instantiation": "true", + "default_acceleration": "4000", + "gap_infill_speed": "230", + "inner_wall_speed": "150", + "internal_solid_infill_speed": "180", + "outer_wall_acceleration": "2000", + "outer_wall_speed": "60", + "sparse_infill_pattern": "gyroid", + "sparse_infill_speed": "180", + "top_surface_speed": "150", + "compatible_printers": [ + "Bambu Lab X1 Carbon 0.4 nozzle", + "Bambu Lab X1 0.4 nozzle", + "Bambu Lab P1S 0.4 nozzle", + "Bambu Lab X1E 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/process/0.16mm High Quality @BBL A1.json b/resources/profiles/BBL/process/0.16mm High Quality @BBL A1.json new file mode 100644 index 000000000..1ab1d84ce --- /dev/null +++ b/resources/profiles/BBL/process/0.16mm High Quality @BBL A1.json @@ -0,0 +1,21 @@ +{ + "type": "process", + "name": "0.16mm High Quality @BBL A1", + "inherits": "fdm_process_bbl_0.16", + "from": "system", + "setting_id": "GP110", + "instantiation": "true", + "default_acceleration": "4000", + "gap_infill_speed": "250", + "inner_wall_speed": "150", + "internal_solid_infill_speed": "200", + "outer_wall_acceleration": "2000", + "outer_wall_speed": "60", + "sparse_infill_pattern": "gyroid", + "sparse_infill_speed": "200", + "top_surface_speed": "150", + "travel_speed": "700", + "compatible_printers": [ + "Bambu Lab A1 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/process/0.16mm High Quality @BBL A1M.json b/resources/profiles/BBL/process/0.16mm High Quality @BBL A1M.json new file mode 100644 index 000000000..58ac77c4c --- /dev/null +++ b/resources/profiles/BBL/process/0.16mm High Quality @BBL A1M.json @@ -0,0 +1,22 @@ +{ + "type": "process", + "name": "0.16mm High Quality @BBL A1M", + "inherits": "fdm_process_bbl_0.16", + "from": "system", + "setting_id": "GP109", + "instantiation": "true", + "default_acceleration": "3000", + "elefant_foot_compensation": "0", + "gap_infill_speed": "250", + "inner_wall_speed": "150", + "internal_solid_infill_speed": "200", + "outer_wall_acceleration": "2000", + "outer_wall_speed": "60", + "sparse_infill_pattern": "gyroid", + "sparse_infill_speed": "200", + "top_surface_speed": "150", + "travel_speed": "700", + "compatible_printers": [ + "Bambu Lab A1 mini 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/process/0.16mm High Quality @BBL P1P.json b/resources/profiles/BBL/process/0.16mm High Quality @BBL P1P.json new file mode 100644 index 000000000..d36e464f8 --- /dev/null +++ b/resources/profiles/BBL/process/0.16mm High Quality @BBL P1P.json @@ -0,0 +1,20 @@ +{ + "type": "process", + "name": "0.16mm High Quality @BBL P1P", + "inherits": "fdm_process_bbl_0.16", + "from": "system", + "setting_id": "GP108", + "instantiation": "true", + "default_acceleration": "4000", + "gap_infill_speed": "250", + "inner_wall_speed": "150", + "internal_solid_infill_speed": "200", + "outer_wall_acceleration": "2000", + "outer_wall_speed": "60", + "sparse_infill_pattern": "gyroid", + "sparse_infill_speed": "200", + "top_surface_speed": "150", + "compatible_printers": [ + "Bambu Lab P1P 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/process/0.16mm High Quality @BBL X1C.json b/resources/profiles/BBL/process/0.16mm High Quality @BBL X1C.json new file mode 100644 index 000000000..32295f8e8 --- /dev/null +++ b/resources/profiles/BBL/process/0.16mm High Quality @BBL X1C.json @@ -0,0 +1,23 @@ +{ + "type": "process", + "name": "0.16mm High Quality @BBL X1C", + "inherits": "fdm_process_bbl_0.16", + "from": "system", + "setting_id": "GP107", + "instantiation": "true", + "default_acceleration": "4000", + "gap_infill_speed": "250", + "inner_wall_speed": "150", + "internal_solid_infill_speed": "200", + "outer_wall_acceleration": "2000", + "outer_wall_speed": "60", + "sparse_infill_pattern": "gyroid", + "sparse_infill_speed": "200", + "top_surface_speed": "150", + "compatible_printers": [ + "Bambu Lab X1 Carbon 0.4 nozzle", + "Bambu Lab X1 0.4 nozzle", + "Bambu Lab P1S 0.4 nozzle", + "Bambu Lab X1E 0.4 nozzle" + ] +} \ No newline at end of file