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:
parent
2b95ef4e3b
commit
7f391bc1af
2 changed files with 5 additions and 5 deletions
|
@ -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"
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue