Skip to content

Commit

Permalink
FIX: mistake spelling in tooltip
Browse files Browse the repository at this point in the history
jira:8371

Signed-off-by: xun.zhang <[email protected]>
Change-Id: If51ecd6cb6299bcb42ffbcea1f8b2f2bfc511460
  • Loading branch information
XunZhangBambu authored and lanewei120 committed Oct 15, 2024
1 parent fe5ebf0 commit 7907894
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 @@ -2800,7 +2800,7 @@ void PrintConfigDef::init_fff_params()
def->label = L("Raft layers");
def->category = L("Support");
def->tooltip = L("Object will be raised by this number of support layers. "
"Use this function to avoid wrapping when print ABS");
"Use this function to avoid warping when print ABS");
def->sidetext = L("layers");
def->min = 0;
def->max = 100;
Expand Down

0 comments on commit 7907894

Please sign in to comment.