From 90ca5efe8d6d865a2096a70ad271e9aa1ff51c1a Mon Sep 17 00:00:00 2001 From: cochcoder <103969142+cochcoder@users.noreply.github.com> Date: Fri, 31 May 2024 16:00:52 -0400 Subject: [PATCH] Change infill pattern & density to whats in PrusaSlicer --- resources/profiles/Prusa/process/process_common_xl.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/profiles/Prusa/process/process_common_xl.json b/resources/profiles/Prusa/process/process_common_xl.json index 17784799cb..14b53e8465 100644 --- a/resources/profiles/Prusa/process/process_common_xl.json +++ b/resources/profiles/Prusa/process/process_common_xl.json @@ -14,6 +14,8 @@ "gap_fill_target": "everywhere", "bottom_shell_thickness": "0.5", "infill_anchor_max": "12", + "sparse_infill_pattern": "grid", + "sparse_infill_density": "15%", "fuzzy_skin_point_distance": "0.8", "fuzzy_skin_thickness": "0.3", "skirt_height": "3",