Skip to content

Commit

Permalink
merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
henrivdr committed Sep 8, 2024
1 parent 5d5f607 commit 05010b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libslic3r/PrintConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit 05010b7

Please sign in to comment.