mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
Fixed minor typo (#2519)
This commit is contained in:
parent
d6c9463a31
commit
7a71db1df0
18 changed files with 18 additions and 18 deletions
|
@ -1867,7 +1867,7 @@ def = this->add("filament_loading_speed", coFloats);
|
|||
|
||||
def = this->add("initial_layer_acceleration", coFloat);
|
||||
def->label = L("Initial layer");
|
||||
def->tooltip = L("Acceleration of initial layer. Using a lower value can improve build plate adhensive");
|
||||
def->tooltip = L("Acceleration of initial layer. Using a lower value can improve build plate adhesive");
|
||||
def->sidetext = L("mm/s²");
|
||||
def->min = 0;
|
||||
def->mode = comAdvanced;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue