From 625d02661b240a86e01051cb5475b338a16e0a7b Mon Sep 17 00:00:00 2001 From: "qian.wang" Date: Tue, 19 Aug 2025 09:41:39 +0800 Subject: [PATCH] ENH:[Process/Filament] fix repeat setting_id and miss pla tough+ of h2s Profile Edited by qian.wang Change-Id: I43be2a716b282a1f60042c5b07ffeed85fda36d1 jira:None (cherry picked from commit b3e158e7d297899e5c6d8e60d809dda6e2199675) --- resources/profiles/BBL.json | 16 +++ .../Bambu ABS @BBL H2S 0.6 nozzle.json | 2 +- .../Bambu ASA @BBL H2S 0.6 nozzle.json | 2 +- .../Bambu PETG HF @BBL H2S 0.6 nozzle.json | 2 +- .../Bambu PLA Basic @BBL H2S 0.6 nozzle.json | 2 +- .../Bambu PLA Matte @BBL H2S 0.6 nozzle.json | 2 +- .../Bambu PLA Tough+ @BBL H2S 0.2 nozzle.json | 120 ++++++++++++++++++ .../Bambu PLA Tough+ @BBL H2S 0.6 nozzle.json | 120 ++++++++++++++++++ .../Bambu PLA Tough+ @BBL H2S 0.8 nozzle.json | 120 ++++++++++++++++++ .../filament/Bambu PLA Tough+ @BBL H2S.json | 120 ++++++++++++++++++ .../0.10mm Standard @BBL H2S 0.2 nozzle.json | 109 ++++++++-------- .../BBL/process/0.20mm Standard @BBL H2S.json | 2 +- .../0.30mm Standard @BBL H2S 0.6 nozzle.json | 2 +- .../0.40mm Standard @BBL H2S 0.8 nozzle.json | 2 +- 14 files changed, 558 insertions(+), 63 deletions(-) create mode 100644 resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2S 0.2 nozzle.json create mode 100644 resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2S 0.6 nozzle.json create mode 100644 resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2S 0.8 nozzle.json create mode 100644 resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2S.json diff --git a/resources/profiles/BBL.json b/resources/profiles/BBL.json index 989e19e65c..98e5dd53f5 100644 --- a/resources/profiles/BBL.json +++ b/resources/profiles/BBL.json @@ -3753,6 +3753,22 @@ "name": "Bambu PLA Tough+ @BBL H2DP 0.8 nozzle", "sub_path": "filament/Bambu PLA Tough+ @BBL H2DP 0.8 nozzle.json" }, + { + "name": "Bambu PLA Tough+ @BBL H2S", + "sub_path": "filament/Bambu PLA Tough+ @BBL H2S.json" + }, + { + "name": "Bambu PLA Tough+ @BBL H2S 0.2 nozzle", + "sub_path": "filament/Bambu PLA Tough+ @BBL H2S 0.2 nozzle.json" + }, + { + "name": "Bambu PLA Tough+ @BBL H2S 0.6 nozzle", + "sub_path": "filament/Bambu PLA Tough+ @BBL H2S 0.6 nozzle.json" + }, + { + "name": "Bambu PLA Tough+ @BBL H2S 0.8 nozzle", + "sub_path": "filament/Bambu PLA Tough+ @BBL H2S 0.8 nozzle.json" + }, { "name": "Bambu PLA Tough+ @BBL P1P", "sub_path": "filament/P1P/Bambu PLA Tough+ @BBL P1P.json" diff --git a/resources/profiles/BBL/filament/Bambu ABS @BBL H2S 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu ABS @BBL H2S 0.6 nozzle.json index 29da84334c..6440ba650e 100644 --- a/resources/profiles/BBL/filament/Bambu ABS @BBL H2S 0.6 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu ABS @BBL H2S 0.6 nozzle.json @@ -3,7 +3,7 @@ "name": "Bambu ABS @BBL H2S 0.6 nozzle", "inherits": "Bambu ABS @base", "from": "system", - "setting_id": "GFSB00_31", + "setting_id": "GFSB00_33", "instantiation": "true", "chamber_temperatures": [ "60" diff --git a/resources/profiles/BBL/filament/Bambu ASA @BBL H2S 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu ASA @BBL H2S 0.6 nozzle.json index 890da354f3..78194f9098 100644 --- a/resources/profiles/BBL/filament/Bambu ASA @BBL H2S 0.6 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu ASA @BBL H2S 0.6 nozzle.json @@ -3,7 +3,7 @@ "name": "Bambu ASA @BBL H2S 0.6 nozzle", "inherits": "Bambu ASA @base", "from": "system", - "setting_id": "GFSB01_34", + "setting_id": "GFSB01_36", "instantiation": "true", "chamber_temperatures": [ "60" diff --git a/resources/profiles/BBL/filament/Bambu PETG HF @BBL H2S 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu PETG HF @BBL H2S 0.6 nozzle.json index 2e0f71b5af..a4d2e5d61d 100644 --- a/resources/profiles/BBL/filament/Bambu PETG HF @BBL H2S 0.6 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PETG HF @BBL H2S 0.6 nozzle.json @@ -3,7 +3,7 @@ "name": "Bambu PETG HF @BBL H2S 0.6 nozzle", "inherits": "Bambu PETG HF @base", "from": "system", - "setting_id": "GFSG02_30", + "setting_id": "GFSG02_32", "instantiation": "true", "fan_cooling_layer_time": [ "20" diff --git a/resources/profiles/BBL/filament/Bambu PLA Basic @BBL H2S 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Basic @BBL H2S 0.6 nozzle.json index fde86bc726..2e636c6617 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Basic @BBL H2S 0.6 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Basic @BBL H2S 0.6 nozzle.json @@ -3,7 +3,7 @@ "name": "Bambu PLA Basic @BBL H2S 0.6 nozzle", "inherits": "Bambu PLA Basic @base", "from": "system", - "setting_id": "GFSA00_28", + "setting_id": "GFSA00_30", "instantiation": "true", "additional_cooling_fan_speed": [ "75" diff --git a/resources/profiles/BBL/filament/Bambu PLA Matte @BBL H2S 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Matte @BBL H2S 0.6 nozzle.json index adaa4db69d..4a5782c7fc 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Matte @BBL H2S 0.6 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Matte @BBL H2S 0.6 nozzle.json @@ -3,7 +3,7 @@ "name": "Bambu PLA Matte @BBL H2S 0.6 nozzle", "inherits": "Bambu PLA Matte @base", "from": "system", - "setting_id": "GFSA01_28", + "setting_id": "GFSA01_30", "instantiation": "true", "additional_cooling_fan_speed": [ "100" diff --git a/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2S 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2S 0.2 nozzle.json new file mode 100644 index 0000000000..38c768f6f6 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2S 0.2 nozzle.json @@ -0,0 +1,120 @@ +{ + "type": "filament", + "name": "Bambu PLA Tough+ @BBL H2S 0.2 nozzle", + "inherits": "Bambu PLA Tough+ @base", + "from": "system", + "setting_id": "GFSA10_12", + "instantiation": "true", + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "3", + "3" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "2", + "2" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "245", + "245" + ], + "nozzle_temperature_initial_layer": [ + "245", + "245" + ], + "pre_start_fan_time": [ + "2" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "compatible_printers": [ + "Bambu Lab H2S 0.2 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2S 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2S 0.6 nozzle.json new file mode 100644 index 0000000000..e65f69f547 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2S 0.6 nozzle.json @@ -0,0 +1,120 @@ +{ + "type": "filament", + "name": "Bambu PLA Tough+ @BBL H2S 0.6 nozzle", + "inherits": "Bambu PLA Tough+ @base", + "from": "system", + "setting_id": "GFSA10_13", + "instantiation": "true", + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "21", + "21" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "0.4", + "0.4" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "1", + "1" + ], + "filament_wipe_distance": [ + "1", + "1" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "Spiral Lift", + "Spiral Lift" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "245", + "245" + ], + "nozzle_temperature_initial_layer": [ + "245", + "245" + ], + "pre_start_fan_time": [ + "2" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "compatible_printers": [ + "Bambu Lab H2S 0.6 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2S 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2S 0.8 nozzle.json new file mode 100644 index 0000000000..867b5833c4 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2S 0.8 nozzle.json @@ -0,0 +1,120 @@ +{ + "type": "filament", + "name": "Bambu PLA Tough+ @BBL H2S 0.8 nozzle", + "inherits": "Bambu PLA Tough+ @base", + "from": "system", + "setting_id": "GFSA10_14", + "instantiation": "true", + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "21", + "21" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "0.4", + "0.4" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "1", + "1" + ], + "filament_wipe_distance": [ + "1", + "1" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "Spiral Lift", + "Spiral Lift" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "245", + "245" + ], + "nozzle_temperature_initial_layer": [ + "245", + "245" + ], + "pre_start_fan_time": [ + "2" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "compatible_printers": [ + "Bambu Lab H2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2S.json b/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2S.json new file mode 100644 index 0000000000..ecde6226e1 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2S.json @@ -0,0 +1,120 @@ +{ + "type": "filament", + "name": "Bambu PLA Tough+ @BBL H2S", + "inherits": "Bambu PLA Tough+ @base", + "from": "system", + "setting_id": "GFSA10_15", + "instantiation": "true", + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "21", + "21" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "0.4", + "0.4" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "1", + "1" + ], + "filament_wipe_distance": [ + "1", + "1" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "Spiral Lift", + "Spiral Lift" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "245", + "245" + ], + "nozzle_temperature_initial_layer": [ + "245", + "245" + ], + "pre_start_fan_time": [ + "2" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "compatible_printers": [ + "Bambu Lab H2S 0.4 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/process/0.10mm Standard @BBL H2S 0.2 nozzle.json b/resources/profiles/BBL/process/0.10mm Standard @BBL H2S 0.2 nozzle.json index cd46643855..b4b707794b 100644 --- a/resources/profiles/BBL/process/0.10mm Standard @BBL H2S 0.2 nozzle.json +++ b/resources/profiles/BBL/process/0.10mm Standard @BBL H2S 0.2 nozzle.json @@ -3,18 +3,25 @@ "name": "0.10mm Standard @BBL H2S 0.2 nozzle", "inherits": "fdm_process_single_0.10_nozzle_0.2", "from": "system", - "setting_id": "GP128", + "setting_id": "GP152", "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.", - "elefant_foot_compensation": "0.15", - "prime_tower_flat_ironing": "1", - "prime_tower_width": "60", - "travel_speed": [ - "1000", - "1000" + "bridge_speed": [ + "50", + "50" ], - "compatible_printers": [ - "Bambu Lab H2S 0.2 nozzle" + "default_acceleration": [ + "10000", + "10000" + ], + "elefant_foot_compensation": "0.15", + "enable_overhang_speed": [ + "1", + "1" + ], + "gap_infill_speed": [ + "50", + "50" ], "initial_layer_infill_speed": [ "70", @@ -24,26 +31,6 @@ "40", "40" ], - "sparse_infill_speed": [ - "100", - "100" - ], - "top_surface_speed": [ - "150", - "150" - ], - "bridge_speed": [ - "50", - "50" - ], - "enable_overhang_speed": [ - "1", - "1" - ], - "gap_infill_speed": [ - "50", - "50" - ], "initial_layer_acceleration": [ "500", "500" @@ -60,6 +47,10 @@ "150", "150" ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], "outer_wall_acceleration": [ "5000", "5000" @@ -80,6 +71,16 @@ "10", "10" ], + "outer_wall_speed": [ + "100", + "100" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "prime_tower_flat_ironing": "1", + "prime_tower_width": "60", "print_extruder_id": [ "1", "1" @@ -88,6 +89,10 @@ "Direct Drive Standard", "Direct Drive High Flow" ], + "sparse_infill_speed": [ + "100", + "100" + ], "small_perimeter_speed": [ "50%", "50%" @@ -104,42 +109,36 @@ "150", "150" ], + "support_interface_speed": [ + "80", + "80" + ], + "smooth_coefficient": "4", + "travel_speed": [ + "1000", + "1000" + ], + "top_surface_speed": [ + "150", + "150" + ], "top_surface_acceleration": [ "2000", "2000" ], - "default_acceleration": [ - "10000", - "10000" - ], - "outer_wall_speed": [ - "100", - "100" - ], "travel_speed_z": [ "0", "0" ], - "vertical_shell_speed": [ - "80%", - "80%" - ], - - "overhang_totally_speed": [ - "10", - "10" - ], - "support_interface_speed": [ - "80", - "80" - ], - "initial_layer_travel_acceleration": [ - "6000", - "6000" - ], "travel_acceleration": [ "10000", "10000" ], - "smooth_coefficient": "4" + "vertical_shell_speed": [ + "80%", + "80%" + ], + "compatible_printers": [ + "Bambu Lab H2S 0.2 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/BBL/process/0.20mm Standard @BBL H2S.json b/resources/profiles/BBL/process/0.20mm Standard @BBL H2S.json index 897cb032f4..b3a5fddd9a 100644 --- a/resources/profiles/BBL/process/0.20mm Standard @BBL H2S.json +++ b/resources/profiles/BBL/process/0.20mm Standard @BBL H2S.json @@ -3,7 +3,7 @@ "name": "0.20mm Standard @BBL H2S", "inherits": "fdm_process_single_0.20", "from": "system", - "setting_id": "GP131", + "setting_id": "GP158", "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": [ diff --git a/resources/profiles/BBL/process/0.30mm Standard @BBL H2S 0.6 nozzle.json b/resources/profiles/BBL/process/0.30mm Standard @BBL H2S 0.6 nozzle.json index 6ec3347a07..e310057f66 100644 --- a/resources/profiles/BBL/process/0.30mm Standard @BBL H2S 0.6 nozzle.json +++ b/resources/profiles/BBL/process/0.30mm Standard @BBL H2S 0.6 nozzle.json @@ -3,7 +3,7 @@ "name": "0.30mm Standard @BBL H2S 0.6 nozzle", "inherits": "fdm_process_single_0.30_nozzle_0.6", "from": "system", - "setting_id": "GP130", + "setting_id": "GP159", "instantiation": "true", "description": "It has a big layer height, and results in apparent layer lines and ordinary printing quality and printing time.", "bridge_speed": [ diff --git a/resources/profiles/BBL/process/0.40mm Standard @BBL H2S 0.8 nozzle.json b/resources/profiles/BBL/process/0.40mm Standard @BBL H2S 0.8 nozzle.json index 4d53ee2a40..0abf81b16b 100644 --- a/resources/profiles/BBL/process/0.40mm Standard @BBL H2S 0.8 nozzle.json +++ b/resources/profiles/BBL/process/0.40mm Standard @BBL H2S 0.8 nozzle.json @@ -3,7 +3,7 @@ "name": "0.40mm Standard @BBL H2S 0.8 nozzle", "inherits": "fdm_process_single_0.40_nozzle_0.8", "from": "system", - "setting_id": "GP129", + "setting_id": "GP156", "instantiation": "true", "description": "It has a very big layer height, and results in very apparent layer lines, low printing quality and general printing time.", "bridge_speed": [