From 05010b79dbe77d96481d84b3146b599e84bcf7a3 Mon Sep 17 00:00:00 2001 From: Henri van der Riet Date: Sun, 8 Sep 2024 14:26:26 +0200 Subject: [PATCH] merge conflict --- src/libslic3r/PrintConfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libslic3r/PrintConfig.cpp b/src/libslic3r/PrintConfig.cpp index fce975c5b0..b46e7a9d0f 100644 --- a/src/libslic3r/PrintConfig.cpp +++ b/src/libslic3r/PrintConfig.cpp @@ -4155,7 +4155,7 @@ void PrintConfigDef::init_fff_params() def = this->add("spiral_mode_smooth", coBool); def->label = L("Smooth Spiral"); - def->tooltip = L("Smooth Spiral smooths out X and Y moves as well" + def->tooltip = L("Smooth Spiral smooths out X and Y moves as well, " "resulting in no visible seam at all, even in the XY directions on walls that are not vertical"); def->mode = comSimple; def->set_default_value(new ConfigOptionBool(false));