From 7907894c8d9d558fbfaa5718e5c2d004c3451947 Mon Sep 17 00:00:00 2001 From: "xun.zhang" Date: Mon, 14 Oct 2024 20:27:12 +0800 Subject: [PATCH] FIX: mistake spelling in tooltip jira:8371 Signed-off-by: xun.zhang Change-Id: If51ecd6cb6299bcb42ffbcea1f8b2f2bfc511460 --- 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 000c6cb54..5656a7ee5 100644 --- a/src/libslic3r/PrintConfig.cpp +++ b/src/libslic3r/PrintConfig.cpp @@ -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;