From fa744e39b949daa33518d637f8078e52bdc9d5b6 Mon Sep 17 00:00:00 2001 From: liutang <5712610+liutang@users.noreply.github.com> Date: Sun, 22 Mar 2026 12:02:14 -0400 Subject: [PATCH] Set exclude objects to enabled by default to support dynamic MBL (#12869) Set exclude objects to enabled by default to support dynamic mesh bed leveling. --- resources/profiles/Snapmaker/process/fdm_process_U1_common.json | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/profiles/Snapmaker/process/fdm_process_U1_common.json b/resources/profiles/Snapmaker/process/fdm_process_U1_common.json index 829a552feb..0fb2d5f17e 100644 --- a/resources/profiles/Snapmaker/process/fdm_process_U1_common.json +++ b/resources/profiles/Snapmaker/process/fdm_process_U1_common.json @@ -14,6 +14,7 @@ "draft_shield": "disabled", "elefant_foot_compensation": "0", "enable_arc_fitting": "1", + "exclude_object": "1", "outer_wall_acceleration": "5000", "wall_infill_order": "inner wall/outer wall/infill", "line_width": "0.42",