From 72a1c9ba6e64e5f0f54d869606140b98db637ed0 Mon Sep 17 00:00:00 2001 From: "xun.zhang" Date: Wed, 17 Apr 2024 20:39:10 +0800 Subject: [PATCH] ENH: p series support long retraction 1. P series support long retraction in filament 2. Add long retraction params in common.json jira:NEW Signed-off-by: xun.zhang Change-Id: Ib94184fa1f0b5ab151360f1f053d8c8ff92e7e18 --- resources/profiles/BBL.json | 2 +- .../profiles/BBL/machine/Bambu Lab P1P 0.4 nozzle.json | 2 +- .../profiles/BBL/machine/Bambu Lab P1S 0.4 nozzle.json | 2 +- resources/profiles/BBL/machine/fdm_machine_common.json | 7 +++++++ 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/resources/profiles/BBL.json b/resources/profiles/BBL.json index 2afe0897d..8395eb223 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.09.00.04", + "version": "01.09.00.05", "force_update": "0", "description": "the initial version of BBL configurations", "machine_model_list": [ diff --git a/resources/profiles/BBL/machine/Bambu Lab P1P 0.4 nozzle.json b/resources/profiles/BBL/machine/Bambu Lab P1P 0.4 nozzle.json index b39a7e025..dd4c12889 100644 --- a/resources/profiles/BBL/machine/Bambu Lab P1P 0.4 nozzle.json +++ b/resources/profiles/BBL/machine/Bambu Lab P1P 0.4 nozzle.json @@ -21,7 +21,7 @@ "Bambu PLA Basic @BBL X1" ], "default_print_profile": "0.20mm Standard @BBL P1P", - "enable_long_retraction_when_cut" : "1", + "enable_long_retraction_when_cut" : "2", "extruder_offset": [ "0x2" ], diff --git a/resources/profiles/BBL/machine/Bambu Lab P1S 0.4 nozzle.json b/resources/profiles/BBL/machine/Bambu Lab P1S 0.4 nozzle.json index a5a55c74e..814f8d71b 100644 --- a/resources/profiles/BBL/machine/Bambu Lab P1S 0.4 nozzle.json +++ b/resources/profiles/BBL/machine/Bambu Lab P1S 0.4 nozzle.json @@ -20,7 +20,7 @@ "Bambu PLA Basic @BBL X1C" ], "default_print_profile": "0.20mm Standard @BBL X1C", - "enable_long_retraction_when_cut" : "1", + "enable_long_retraction_when_cut" : "2", "extruder_offset": [ "0x2" ], diff --git a/resources/profiles/BBL/machine/fdm_machine_common.json b/resources/profiles/BBL/machine/fdm_machine_common.json index 56dcff48b..48b564e30 100644 --- a/resources/profiles/BBL/machine/fdm_machine_common.json +++ b/resources/profiles/BBL/machine/fdm_machine_common.json @@ -12,6 +12,7 @@ "deretraction_speed": [ "40" ], + "enable_long_retraction_when_cut" : "0", "extruder_colour": [ "#FCE94F" ], @@ -20,6 +21,9 @@ ], "gcode_flavor": "marlin", "silent_mode": "0", + "long_retractions_when_cut": [ + "1" + ], "machine_max_acceleration_e": [ "5000" ], @@ -88,6 +92,9 @@ "retract_when_changing_layer": [ "1" ], + "retraction_distances_when_cut": [ + "18" + ], "retraction_length": [ "5" ],