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
This commit is contained in:
discip 2025-01-08 07:37:13 +01:00 committed by GitHub
parent 2b95ef4e3b
commit 7f391bc1af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -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"

View file

@ -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;