From 2690b5b5586ce2f4926139c8fbf7742437d24e29 Mon Sep 17 00:00:00 2001 From: "qing.zhang" Date: Wed, 21 Dec 2022 16:54:21 +0800 Subject: [PATCH] ENH: add process preset for P1P's 0.4 nozzle Signed-off-by: qing.zhang Change-Id: I548fad31e66526689d285b200655342f4655ee5b --- resources/profiles/BBL.json | 26 ++++++++++++++++++- .../process/0.08mm Extra Fine @BBL P1P.json | 11 ++++++++ .../BBL/process/0.12mm Fine @BBL P1P.json | 11 ++++++++ .../BBL/process/0.16mm Optimal @BBL P1P.json | 11 ++++++++ .../BBL/process/0.20mm Strength @BBL P1P.json | 14 ++++++++++ .../BBL/process/0.24mm Draft @BBL P1P.json | 11 ++++++++ .../process/0.28mm Extra Draft @BBL P1P.json | 11 ++++++++ 7 files changed, 94 insertions(+), 1 deletion(-) create mode 100644 resources/profiles/BBL/process/0.08mm Extra Fine @BBL P1P.json create mode 100644 resources/profiles/BBL/process/0.12mm Fine @BBL P1P.json create mode 100644 resources/profiles/BBL/process/0.16mm Optimal @BBL P1P.json create mode 100644 resources/profiles/BBL/process/0.20mm Strength @BBL P1P.json create mode 100644 resources/profiles/BBL/process/0.24mm Draft @BBL P1P.json create mode 100644 resources/profiles/BBL/process/0.28mm Extra Draft @BBL P1P.json diff --git a/resources/profiles/BBL.json b/resources/profiles/BBL.json index b55bac975..2799ed2c8 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.04.00.14", + "version": "01.04.00.15", "force_update": "0", "description": "the initial version of BBL configurations", "machine_model_list": [ @@ -123,6 +123,30 @@ "name":"0.30mm Standard @BBL P1P 0.6 nozzle", "sub_path":"process/0.30mm Standard @BBL P1P 0.6 nozzle.json" }, + { + "name":"0.08mm Extra Fine @BBL P1P", + "sub_path":"process/0.08mm Extra Fine @BBL P1P.json" + }, + { + "name":"0.12mm Fine @BBL P1P", + "sub_path":"process/0.12mm Fine @BBL P1P.json" + }, + { + "name":"0.16mm Optimal @BBL P1P", + "sub_path":"process/0.16mm Optimal @BBL P1P.json" + }, + { + "name":"0.20mm Strength @BBL P1P", + "sub_path":"process/0.20mm Strength @BBL P1P.json" + }, + { + "name":"0.24mm Draft @BBL P1P", + "sub_path":"process/0.24mm Draft @BBL P1P.json" + }, + { + "name":"0.28mm Extra Draft @BBL P1P", + "sub_path":"process/0.28mm Extra Draft @BBL P1P.json" + }, { "name":"0.40mm Standard @BBL P1P 0.8 nozzle", "sub_path":"process/0.40mm Standard @BBL P1P 0.8 nozzle.json" diff --git a/resources/profiles/BBL/process/0.08mm Extra Fine @BBL P1P.json b/resources/profiles/BBL/process/0.08mm Extra Fine @BBL P1P.json new file mode 100644 index 000000000..6db745a9a --- /dev/null +++ b/resources/profiles/BBL/process/0.08mm Extra Fine @BBL P1P.json @@ -0,0 +1,11 @@ +{ + "type": "process", + "setting_id": "GP018", + "name": "0.08mm Extra Fine @BBL P1P", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_bbl_0.08", + "compatible_printers": [ + "Bambu Lab P1P 0.4 nozzle" + ] +} diff --git a/resources/profiles/BBL/process/0.12mm Fine @BBL P1P.json b/resources/profiles/BBL/process/0.12mm Fine @BBL P1P.json new file mode 100644 index 000000000..276726a7f --- /dev/null +++ b/resources/profiles/BBL/process/0.12mm Fine @BBL P1P.json @@ -0,0 +1,11 @@ +{ + "type": "process", + "setting_id": "GP019", + "name": "0.12mm Fine @BBL P1P", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_bbl_0.12", + "compatible_printers": [ + "Bambu Lab P1P 0.4 nozzle" + ] +} diff --git a/resources/profiles/BBL/process/0.16mm Optimal @BBL P1P.json b/resources/profiles/BBL/process/0.16mm Optimal @BBL P1P.json new file mode 100644 index 000000000..d276425b6 --- /dev/null +++ b/resources/profiles/BBL/process/0.16mm Optimal @BBL P1P.json @@ -0,0 +1,11 @@ +{ + "type": "process", + "setting_id": "GP020", + "name": "0.16mm Optimal @BBL P1P", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_bbl_0.16", + "compatible_printers": [ + "Bambu Lab P1P 0.4 nozzle" + ] +} diff --git a/resources/profiles/BBL/process/0.20mm Strength @BBL P1P.json b/resources/profiles/BBL/process/0.20mm Strength @BBL P1P.json new file mode 100644 index 000000000..5a9ef9a38 --- /dev/null +++ b/resources/profiles/BBL/process/0.20mm Strength @BBL P1P.json @@ -0,0 +1,14 @@ +{ + "type": "process", + "setting_id": "GP021", + "name": "0.20mm Strength @BBL P1P", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_bbl_0.20", + "outer_wall_speed": "60", + "wall_loops": "6", + "sparse_infill_density": "25%", + "compatible_printers": [ + "Bambu Lab P1P 0.4 nozzle" + ] +} diff --git a/resources/profiles/BBL/process/0.24mm Draft @BBL P1P.json b/resources/profiles/BBL/process/0.24mm Draft @BBL P1P.json new file mode 100644 index 000000000..46ef47671 --- /dev/null +++ b/resources/profiles/BBL/process/0.24mm Draft @BBL P1P.json @@ -0,0 +1,11 @@ +{ + "type": "process", + "setting_id": "GP022", + "name": "0.24mm Draft @BBL P1P", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_bbl_0.24", + "compatible_printers": [ + "Bambu Lab P1P 0.4 nozzle" + ] +} diff --git a/resources/profiles/BBL/process/0.28mm Extra Draft @BBL P1P.json b/resources/profiles/BBL/process/0.28mm Extra Draft @BBL P1P.json new file mode 100644 index 000000000..764059d13 --- /dev/null +++ b/resources/profiles/BBL/process/0.28mm Extra Draft @BBL P1P.json @@ -0,0 +1,11 @@ +{ + "type": "process", + "setting_id": "GP023", + "name": "0.28mm Extra Draft @BBL P1P", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_bbl_0.28", + "compatible_printers": [ + "Bambu Lab P1P 0.4 nozzle" + ] +}