From 0af408128a8989d68caadd2e21c2bdd8b68f0689 Mon Sep 17 00:00:00 2001 From: "xun.zhang" Date: Thu, 7 Dec 2023 16:54:41 +0800 Subject: [PATCH] ENH: modify default head wrap detect zone jira:[NEW] Signed-off-by: xun.zhang Change-Id: I39ccc810a19192919a21b5608d3fa2a806c787ee --- resources/profiles/BBL/machine/Bambu Lab A1 0.4 nozzle.json | 6 ++++++ .../profiles/BBL/machine/Bambu Lab A1 mini 0.4 nozzle.json | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/resources/profiles/BBL/machine/Bambu Lab A1 0.4 nozzle.json b/resources/profiles/BBL/machine/Bambu Lab A1 0.4 nozzle.json index 0807fd1e1..8900c67ea 100644 --- a/resources/profiles/BBL/machine/Bambu Lab A1 0.4 nozzle.json +++ b/resources/profiles/BBL/machine/Bambu Lab A1 0.4 nozzle.json @@ -20,6 +20,12 @@ "extruder_clearance_height_to_rod": "25", "extruder_clearance_max_radius": "75", "extruder_clearance_radius": "75", + "head_wrap_detect_zone": [ + "226x224", + "256x224", + "256x256", + "226x256" + ], "machine_load_filament_time": "25", "machine_max_acceleration_extruding": [ "12000", diff --git a/resources/profiles/BBL/machine/Bambu Lab A1 mini 0.4 nozzle.json b/resources/profiles/BBL/machine/Bambu Lab A1 mini 0.4 nozzle.json index 7e421f495..e6cbbea75 100644 --- a/resources/profiles/BBL/machine/Bambu Lab A1 mini 0.4 nozzle.json +++ b/resources/profiles/BBL/machine/Bambu Lab A1 mini 0.4 nozzle.json @@ -21,8 +21,8 @@ "extruder_clearance_max_radius": "73", "extruder_clearance_radius": "73", "head_wrap_detect_zone": [ - "156x156", - "180x156", + "156x152", + "180x152", "180x180", "156x180" ],