FIX: Typo with exhuast (#4269)

Change exhuast to exhaust in various files.

Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
Valérian Gaudeau 2024-03-02 07:10:13 +01:00 committed by GitHub
parent aa518420b5
commit 569e50283d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 84 additions and 84 deletions

View file

@ -1261,7 +1261,7 @@ void PrintConfigDef::init_fff_params()
def = this->add("during_print_exhaust_fan_speed", coInts);
def->label = L("Fan speed");
def->tooltip=L("Speed of exhuast fan during printing.This speed will overwrite the speed in filament custom gcode");
def->tooltip=L("Speed of exhaust fan during printing.This speed will overwrite the speed in filament custom gcode");
def->sidetext = L("%");
def->min=0;
def->max=100;
@ -1271,7 +1271,7 @@ void PrintConfigDef::init_fff_params()
def = this->add("complete_print_exhaust_fan_speed", coInts);
def->label = L("Fan speed");
def->sidetext = L("%");
def->tooltip=L("Speed of exhuast fan after printing completes");
def->tooltip=L("Speed of exhaust fan after printing completes");
def->min=0;
def->max=100;
def->mode = comSimple;