mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
merge conflict
This commit is contained in:
parent
5d5f6074e0
commit
05010b79db
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue