mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 07:34:03 -06:00
* fix empty label * many typos fixed * Magic Hotkey fix * Typo in initial Setup Wizard #982
This commit is contained in:
parent
4807b9d1b6
commit
cd9ca51035
7 changed files with 1379 additions and 2306 deletions
|
@ -1764,7 +1764,7 @@ void PrintConfigDef::init_fff_params()
|
|||
def->set_default_value(new ConfigOptionBool(false));
|
||||
|
||||
def = this->add("fan_speedup_time", coFloat);
|
||||
def->label = L("");
|
||||
def->label = L("Fan Speedup Time");
|
||||
def->tooltip = L("Start the fan this number of seconds earlier than its target start time (you can use fractional seconds)."
|
||||
" It assumes infinite acceleration for this time estimation, and will only take into account G1 and G0 moves (arc fitting"
|
||||
" is unsupported)."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue