From 88a9ddadb062a72d924c0fa41db9a4f282ef7cfc Mon Sep 17 00:00:00 2001 From: Bernhard Koppensteiner Date: Sat, 20 Apr 2024 21:30:54 +0200 Subject: [PATCH] enable reverse overhang on odd by default --- resources/profiles/Prusa/process/process_common_miniis.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/profiles/Prusa/process/process_common_miniis.json b/resources/profiles/Prusa/process/process_common_miniis.json index 6471a36c39..5416f7915a 100644 --- a/resources/profiles/Prusa/process/process_common_miniis.json +++ b/resources/profiles/Prusa/process/process_common_miniis.json @@ -49,5 +49,6 @@ "infill_wall_overlap": "10%", "enable_arc_fitting": "1", "support_speed": "100", - "precise_outer_wall": "1" + "precise_outer_wall": "1", + "overhang_reverse": "1" } \ No newline at end of file