Updated tooltip on 'synchronize supports with object layers'

This commit is contained in:
Lukas Matena 2021-12-08 17:30:27 +01:00
parent 96e674525d
commit 7ec7d5181a

View File

@ -2751,7 +2751,8 @@ void PrintConfigDef::init_fff_params()
def->label = L("Synchronize with object layers");
def->category = L("Support material");
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->set_default_value(new ConfigOptionBool(false));