mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-31 11:11:58 +08:00
Changed description
This commit is contained in:
parent
fa1bb08d25
commit
1dd8e64009
@ -3403,8 +3403,7 @@ void PrintConfigDef::init_fff_params()
|
||||
|
||||
def = this->add("prefer_clockwise_movements", coBool);
|
||||
def->label = L("Prefer clockwise movements");
|
||||
def->tooltip = L("This setting makes the printer print loops clockwise instead of counterclockwise. "
|
||||
"Most printers don't need to print loops clockwise.");
|
||||
def->tooltip = L("This setting makes the printer print loops clockwise instead of counterclockwise.");
|
||||
def->mode = comExpert;
|
||||
def->set_default_value(new ConfigOptionBool(false));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user