mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-06 22:47:32 -06:00
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
|
@ -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…
Add table
Add a link
Reference in a new issue