mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
Make speed tooltip consistent with others
This commit is contained in:
@@ -2495,11 +2495,11 @@ def = this->add("filament_loading_speed", coFloats);
|
|||||||
(void)L("Maximum speed E");
|
(void)L("Maximum speed E");
|
||||||
def->category = L("Machine limits");
|
def->category = L("Machine limits");
|
||||||
def->readonly = false;
|
def->readonly = false;
|
||||||
def->tooltip = (boost::format("Maximum speed of %1% axis") % axis_upper).str();
|
def->tooltip = (boost::format("Maximum speed of the %1% axis") % axis_upper).str();
|
||||||
(void)L("Maximum X speed");
|
(void)L("Maximum speed of the X axis");
|
||||||
(void)L("Maximum Y speed");
|
(void)L("Maximum speed of the Y axis");
|
||||||
(void)L("Maximum Z speed");
|
(void)L("Maximum speed of the Z axis");
|
||||||
(void)L("Maximum E speed");
|
(void)L("Maximum speed of the E axis");
|
||||||
def->sidetext = L("mm/s");
|
def->sidetext = L("mm/s");
|
||||||
def->min = 0;
|
def->min = 0;
|
||||||
def->mode = comSimple;
|
def->mode = comSimple;
|
||||||
|
|||||||
Reference in New Issue
Block a user