From 0948be12be131fb28611181290892e3f34bb6ee2 Mon Sep 17 00:00:00 2001 From: Erwan MATHIEU Date: Tue, 5 Nov 2024 15:20:47 +0100 Subject: [PATCH] Fix dirty print lines and micro-segments CURA-12263 --- src/LayerPlan.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/LayerPlan.cpp b/src/LayerPlan.cpp index bb2eccf524..6f8fdbdc29 100644 --- a/src/LayerPlan.cpp +++ b/src/LayerPlan.cpp @@ -1271,6 +1271,7 @@ void LayerPlan::addSplitWall( } p0 = p1; + w0 = w1; } }