mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Update of the perimeter_acceleration tooltip
This commit is contained in:
@@ -1555,7 +1555,6 @@ void PrintConfigDef::init_fff_params()
|
|||||||
def = this->add("perimeter_acceleration", coFloat);
|
def = this->add("perimeter_acceleration", coFloat);
|
||||||
def->label = L("Perimeters");
|
def->label = L("Perimeters");
|
||||||
def->tooltip = L("This is the acceleration your printer will use for perimeters. "
|
def->tooltip = L("This is the acceleration your printer will use for perimeters. "
|
||||||
"A high value like 9000 usually gives good results if your hardware is up to the job. "
|
|
||||||
"Set zero to disable acceleration control for perimeters.");
|
"Set zero to disable acceleration control for perimeters.");
|
||||||
def->sidetext = L("mm/s²");
|
def->sidetext = L("mm/s²");
|
||||||
def->mode = comExpert;
|
def->mode = comExpert;
|
||||||
|
|||||||
Reference in New Issue
Block a user