Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Ranellucci <aar@cpan.org>2014-11-27 02:38:05 +0300
committerAlessandro Ranellucci <aar@cpan.org>2014-11-27 02:38:05 +0300
commit7a7d00c8d62e6783365550df7f99219f2503a024 (patch)
tree3a4671bac3e35de350c803add41e8a33a6ed8e5c /slic3r.pl
parent23848492ce78aa4f69df94ce6d78b1abb0846922 (diff)
Rename solid_fill_pattern to external_fill_pattern and clarify tooltip
Diffstat (limited to 'slic3r.pl')
-rwxr-xr-xslic3r.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/slic3r.pl b/slic3r.pl
index cd8ddd371..70e109215 100755
--- a/slic3r.pl
+++ b/slic3r.pl
@@ -364,7 +364,7 @@ $j
--fill-density Infill density (range: 0%-100%, default: $config->{fill_density}%)
--fill-angle Infill angle in degrees (range: 0-90, default: $config->{fill_angle})
--fill-pattern Pattern to use to fill non-solid layers (default: $config->{fill_pattern})
- --solid-fill-pattern Pattern to use to fill solid layers (default: $config->{solid_fill_pattern})
+ --external-fill-pattern Pattern to use to fill solid layers (default: $config->{external_fill_pattern})
--start-gcode Load initial G-code from the supplied file. This will overwrite
the default command (home all axes [G28]).
--end-gcode Load final G-code from the supplied file. This will overwrite