From 7f391bc1af8ebf947e59c3d7e66376f410faa49c Mon Sep 17 00:00:00 2001 From: discip <53649486+discip@users.noreply.github.com> Date: Wed, 8 Jan 2025 07:37:13 +0100 Subject: [PATCH] Update OrcaSlicer.pot (#7949) * Update OrcaSlicer.pot Made sentence a bit clearer. * Update PrintConfig.cpp Made sentence a bit clearer. * Update OrcaSlicer.pot corrected previous expression * Update PrintConfig.cpp corrected previous expression --- localization/i18n/OrcaSlicer.pot | 6 +++--- src/libslic3r/PrintConfig.cpp | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/localization/i18n/OrcaSlicer.pot b/localization/i18n/OrcaSlicer.pot index 63f60d774..be45f8d75 100644 --- a/localization/i18n/OrcaSlicer.pot +++ b/localization/i18n/OrcaSlicer.pot @@ -11199,9 +11199,9 @@ msgid "Min print speed" msgstr "" msgid "" -"The minimum printing speed that the printer will slow down to to attempt to " -"maintain the minimum layer time above, when slow down for better layer " -"cooling is enabled." +"The minimum print speed to which the printer slows down " +"to maintain the minimum layer time defined above " +"when the slowdown for better layer cooling is enabled." msgstr "" msgid "Diameter of nozzle" diff --git a/src/libslic3r/PrintConfig.cpp b/src/libslic3r/PrintConfig.cpp index 21048fbdb..b420c5ae8 100644 --- a/src/libslic3r/PrintConfig.cpp +++ b/src/libslic3r/PrintConfig.cpp @@ -3405,8 +3405,8 @@ void PrintConfigDef::init_fff_params() def = this->add("slow_down_min_speed", coFloats); def->label = L("Min print speed"); - def->tooltip = L("The minimum printing speed that the printer will slow down to to attempt to maintain the minimum layer time " - "above, when slow down for better layer cooling is enabled."); + def->tooltip = L("The minimum print speed to which the printer slows down to maintain the minimum layer time defined above " + "when the slowdown for better layer cooling is enabled."); def->sidetext = L("mm/s"); def->min = 0; def->mode = comAdvanced;