mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-01 03:01:59 +08:00
Fix label for support material interface width.
This commit is contained in:
parent
db2369526b
commit
3a29aeccd9
@ -1431,7 +1431,7 @@ PrintConfigDef::PrintConfigDef()
|
||||
def->default_value = new ConfigOptionInt(1);
|
||||
|
||||
def = this->add("support_material_interface_extrusion_width", coFloatOrPercent);
|
||||
def->label = "Support material";
|
||||
def->label = "Support interface";
|
||||
def->gui_type = "f_enum_open";
|
||||
def->category = "Extrusion Width";
|
||||
def->tooltip = "Set this to a non-zero value to set a manual extrusion width for support material interface. If expressed as percentage (for example 90%) it will be computed over layer height.";
|
||||
|
Loading…
x
Reference in New Issue
Block a user