1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-28 10:45:50 +00:00

Merge branch 'master' of https://github.com/prusa3d/Slic3r into time_estimate

This commit is contained in:
Enrico Turri
2018-06-04 12:25:25 +02:00
2 changed files with 405 additions and 396 deletions
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -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.");