mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
FIX: Typo with exhuast (#4269)
Change exhuast to exhaust in various files. Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
parent
aa518420b5
commit
569e50283d
23 changed files with 84 additions and 84 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue