Fix german hotkey #950 (#984)

* fix empty label

* many typos fixed

* Magic Hotkey fix

* Typo in initial Setup Wizard #982
This commit is contained in:
Heiko Liebscher 2023-05-07 16:00:00 +02:00 committed by GitHub
parent 4807b9d1b6
commit cd9ca51035
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 1379 additions and 2306 deletions

View file

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