mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 22:25:55 +08:00
Updated tooltip on 'synchronize supports with object layers'
This commit is contained in:
parent
96e674525d
commit
7ec7d5181a
@ -2751,7 +2751,8 @@ void PrintConfigDef::init_fff_params()
|
|||||||
def->label = L("Synchronize with object layers");
|
def->label = L("Synchronize with object layers");
|
||||||
def->category = L("Support material");
|
def->category = L("Support material");
|
||||||
def->tooltip = L("Synchronize support layers with the object print layers. This is useful "
|
def->tooltip = L("Synchronize support layers with the object print layers. This is useful "
|
||||||
"with multi-material printers, where the extruder switch is expensive.");
|
"with multi-material printers, where the extruder switch is expensive. "
|
||||||
|
"This option is only available when top contact Z distance is set to zero.");
|
||||||
def->mode = comExpert;
|
def->mode = comExpert;
|
||||||
def->set_default_value(new ConfigOptionBool(false));
|
def->set_default_value(new ConfigOptionBool(false));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user