mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-06 22:47:32 -06:00
Fix typo "timeplapse" (#8652)
This commit is contained in:
parent
1584c883b0
commit
3bf935e00d
20 changed files with 36 additions and 19 deletions
|
@ -7576,7 +7576,7 @@ CLIMiscConfigDef::CLIMiscConfigDef()
|
|||
def->set_default_value(new ConfigOptionInt(1));
|
||||
|
||||
def = this->add("enable_timelapse", coBool);
|
||||
def->label = L("Enable timeplapse for print");
|
||||
def->label = L("Enable timelapse for print");
|
||||
def->tooltip = L("If enabled, this slicing will be considered using timelapse");
|
||||
def->set_default_value(new ConfigOptionBool(false));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue