Fixed issue #875 and updated Slic3rPE.pot
This commit is contained in:
parent
56f0c8fe93
commit
16a5029d58
File diff suppressed because it is too large
Load Diff
@ -948,7 +948,7 @@ PrintConfigDef::PrintConfigDef()
|
|||||||
def->default_value = new ConfigOptionFloats { 10. };
|
def->default_value = new ConfigOptionFloats { 10. };
|
||||||
|
|
||||||
def = this->add("min_skirt_length", coFloat);
|
def = this->add("min_skirt_length", coFloat);
|
||||||
def->label = L("Minimum extrusion length");
|
def->label = L("Minimal filament extrusion length");
|
||||||
def->tooltip = L("Generate no less than the number of skirt loops required to consume "
|
def->tooltip = L("Generate no less than the number of skirt loops required to consume "
|
||||||
"the specified amount of filament on the bottom layer. For multi-extruder machines, "
|
"the specified amount of filament on the bottom layer. For multi-extruder machines, "
|
||||||
"this minimum applies to each extruder.");
|
"this minimum applies to each extruder.");
|
||||||
|
Loading…
Reference in New Issue
Block a user