merge conflict

This commit is contained in:
Henri van der Riet 2024-09-08 14:26:26 +02:00
parent 5d5f6074e0
commit 05010b79db

View file

@ -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));