From 7b92f147e24f6d601bf0e27fe864d8b51791f6de Mon Sep 17 00:00:00 2001 From: XunZhangBambu Date: Tue, 5 Mar 2024 18:11:01 +0800 Subject: [PATCH] ENH: modify some profile params 1. Set brim_object_gap to 0 so brim will be attached to the model 2. Set extruder_clearance_height_to_rod to 34mm for X&P series to avoid collisions github:#3371 Signed-off-by: XunZhangBambu Change-Id: Ia554519f2c0cc7bdb5b768ea996a7eed4e2e61d6 --- resources/profiles/BBL/machine/fdm_machine_common.json | 2 +- resources/profiles/BBL/process/fdm_process_bbl_common.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/profiles/BBL/machine/fdm_machine_common.json b/resources/profiles/BBL/machine/fdm_machine_common.json index c161bc9a8..56dcff48b 100644 --- a/resources/profiles/BBL/machine/fdm_machine_common.json +++ b/resources/profiles/BBL/machine/fdm_machine_common.json @@ -76,7 +76,7 @@ ], "printable_height": "250", "extruder_clearance_radius": "65", - "extruder_clearance_height_to_rod": "36", + "extruder_clearance_height_to_rod": "34", "extruder_clearance_height_to_lid": "140", "printer_settings_id": "", "retraction_minimum_travel": [ diff --git a/resources/profiles/BBL/process/fdm_process_bbl_common.json b/resources/profiles/BBL/process/fdm_process_bbl_common.json index fc377a0b8..f10106c85 100644 --- a/resources/profiles/BBL/process/fdm_process_bbl_common.json +++ b/resources/profiles/BBL/process/fdm_process_bbl_common.json @@ -9,7 +9,7 @@ "bottom_shell_layers": "3", "bottom_shell_thickness": "0", "bridge_speed": "50", - "brim_object_gap": "0.1", + "brim_object_gap": "0", "compatible_printers_condition": "", "draft_shield": "disabled", "elefant_foot_compensation": "0",