mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
Fixed minor typo (#2519)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user