From 4cd409024b885506b338dc2e3c556bd49c439cb3 Mon Sep 17 00:00:00 2001 From: "c.lamboo" Date: Tue, 30 Jan 2024 13:51:25 +0100 Subject: [PATCH] Use default config CURA-11129 --- src/LayerPlan.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LayerPlan.cpp b/src/LayerPlan.cpp index cd692665ee..781c1e6eb1 100644 --- a/src/LayerPlan.cpp +++ b/src/LayerPlan.cpp @@ -779,7 +779,7 @@ void LayerPlan::addWallLine( // no bridges required addExtrusionMove( p1, - roofing_config, + default_config, SpaceFillType::Polygons, flow, width_factor,