From 2c1bcde53de8e125991307e653c49faa1c7430c7 Mon Sep 17 00:00:00 2001 From: "xun.zhang" Date: Tue, 14 Jan 2025 15:52:35 +0800 Subject: [PATCH] ENH: update process profile for H2D jira:NONE Signed-off-by: xun.zhang Change-Id: Ia157b81ad03083a34b7456998625682b6b69e6fc --- resources/profiles/BBL.json | 2 +- .../0.10mm Standard @BBL H2D 0.2 nozzle.json | 14 +++- .../BBL/process/0.20mm Standard @BBL H2D.json | 58 ++------------- .../0.30mm Standard @BBL H2D 0.6 nozzle.json | 68 ++++++++++++++++- .../0.40mm Standard @BBL H2D 0.8 nozzle.json | 74 ++++++++++++++++++- 5 files changed, 162 insertions(+), 54 deletions(-) diff --git a/resources/profiles/BBL.json b/resources/profiles/BBL.json index e163a2584..cbc79dd5f 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": "02.00.00.18", + "version": "02.00.00.19", "force_update": "0", "description": "the initial version of BBL configurations", "machine_model_list": [ diff --git a/resources/profiles/BBL/process/0.10mm Standard @BBL H2D 0.2 nozzle.json b/resources/profiles/BBL/process/0.10mm Standard @BBL H2D 0.2 nozzle.json index e994b7197..002872a78 100644 --- a/resources/profiles/BBL/process/0.10mm Standard @BBL H2D 0.2 nozzle.json +++ b/resources/profiles/BBL/process/0.10mm Standard @BBL H2D 0.2 nozzle.json @@ -6,9 +6,21 @@ "setting_id": "GP123", "instantiation": "true", "description": "It has a small layer height, and results in almost negligible layer lines and high printing quality. It is suitable for most general printing cases.", - "prime_tower_width": "60", + "default_acceleration": [ + "8000", + "8000", + "8000", + "8000" + ], + "initial_layer_speed": [ + "40", + "40", + "40", + "40" + ], "prime_tower_brim_width": "8", "prime_tower_outer_first": "1", + "prime_tower_width": "60", "travel_speed": [ "1000", "1000", diff --git a/resources/profiles/BBL/process/0.20mm Standard @BBL H2D.json b/resources/profiles/BBL/process/0.20mm Standard @BBL H2D.json index 18bdf2399..ce809cb8a 100644 --- a/resources/profiles/BBL/process/0.20mm Standard @BBL H2D.json +++ b/resources/profiles/BBL/process/0.20mm Standard @BBL H2D.json @@ -6,23 +6,11 @@ "setting_id": "GP124", "instantiation": "true", "description": "It has a general layer height, and results in general layer lines and printing quality. It is suitable for most general printing cases.", - "bridge_speed": [ - "50", - "300", - "50", - "300" - ], "default_acceleration": [ "8000", - "10000", "8000", - "10000" - ], - "gap_infill_speed": [ - "250", - "300", - "250", - "300" + "8000", + "8000" ], "initial_layer_speed": [ "50", @@ -30,57 +18,27 @@ "50", "50" ], - "inner_wall_speed": [ - "300", - "500", - "300", - "500" - ], "internal_solid_infill_speed": [ "250", - "600", + "300", "250", - "600" + "300" ], "outer_wall_speed": [ "200", - "500", "200", - "500" - ], - "overhang_1_4_speed": [ - "0", - "60", - "0", - "60" - ], - "overhang_2_4_speed": [ - "50", - "30", - "50", - "30" - ], - "overhang_3_4_speed": [ - "30", - "10", - "30", - "10" + "200", + "200" ], "prime_tower_brim_width": "8", "prime_tower_outer_first": "1", "prime_tower_width": "60", "sparse_infill_speed": [ - "270", + "350", "600", - "270", + "350", "600" ], - "top_surface_speed": [ - "200", - "500", - "200", - "500" - ], "travel_speed": [ "1000", "1000", diff --git a/resources/profiles/BBL/process/0.30mm Standard @BBL H2D 0.6 nozzle.json b/resources/profiles/BBL/process/0.30mm Standard @BBL H2D 0.6 nozzle.json index eb07fc1a9..84a119b3c 100644 --- a/resources/profiles/BBL/process/0.30mm Standard @BBL H2D 0.6 nozzle.json +++ b/resources/profiles/BBL/process/0.30mm Standard @BBL H2D 0.6 nozzle.json @@ -6,9 +6,75 @@ "setting_id": "GP125", "instantiation": "true", "description": "It has a big layer height, and results in apparent layer lines and ordinary printing quality and printing time.", - "prime_tower_width": "60", + "bridge_speed": [ + "50", + "50", + "50", + "50" + ], + "default_acceleration": [ + "8000", + "8000", + "8000", + "8000" + ], + "gap_infill_speed": [ + "250", + "250", + "250", + "250" + ], + "initial_layer_infill_speed": [ + "105", + "105", + "105", + "105" + ], + "initial_layer_speed": [ + "50", + "50", + "50", + "50" + ], + "inner_wall_speed": [ + "300", + "300", + "300", + "300" + ], + "internal_solid_infill_speed": [ + "250", + "300", + "250", + "300" + ], + "outer_wall_speed": [ + "200", + "200", + "200", + "200" + ], + "overhang_3_4_speed": [ + "30", + "30", + "30", + "30" + ], "prime_tower_brim_width": "8", "prime_tower_outer_first": "1", + "prime_tower_width": "60", + "sparse_infill_speed": [ + "350", + "600", + "350", + "600" + ], + "top_surface_speed": [ + "200", + "200", + "200", + "200" + ], "travel_speed": [ "1000", "1000", diff --git a/resources/profiles/BBL/process/0.40mm Standard @BBL H2D 0.8 nozzle.json b/resources/profiles/BBL/process/0.40mm Standard @BBL H2D 0.8 nozzle.json index ffc721147..172fe663a 100644 --- a/resources/profiles/BBL/process/0.40mm Standard @BBL H2D 0.8 nozzle.json +++ b/resources/profiles/BBL/process/0.40mm Standard @BBL H2D 0.8 nozzle.json @@ -6,9 +6,81 @@ "setting_id": "GP126", "instantiation": "true", "description": "It has a very big layer height, and results in very apparent layer lines, low printing quality and general printing time.", - "prime_tower_width": "60", + "bridge_speed": [ + "50", + "50", + "50", + "50" + ], + "default_acceleration": [ + "8000", + "8000", + "8000", + "8000" + ], + "gap_infill_speed": [ + "250", + "250", + "250", + "250" + ], + "initial_layer_infill_speed": [ + "105", + "105", + "105", + "105" + ], + "initial_layer_speed": [ + "50", + "50", + "50", + "50" + ], + "inner_wall_speed": [ + "300", + "300", + "300", + "300" + ], + "internal_solid_infill_speed": [ + "250", + "300", + "250", + "300" + ], + "outer_wall_speed": [ + "200", + "200", + "200", + "200" + ], + "overhang_3_4_speed": [ + "30", + "30", + "30", + "30" + ], + "overhang_4_4_speed": [ + "10", + "10", + "10", + "10" + ], "prime_tower_brim_width": "8", "prime_tower_outer_first": "1", + "prime_tower_width": "60", + "sparse_infill_speed": [ + "350", + "600", + "350", + "600" + ], + "top_surface_speed": [ + "200", + "200", + "200", + "200" + ], "travel_speed": [ "1000", "1000",