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:
authorY. Sapir <yasapir@gmail.com>2014-04-27 14:57:36 +0400
committerY. Sapir <yasapir@gmail.com>2014-04-27 14:57:36 +0400
commit0224e72f8c5de6df14bd0532525640e9fde7f1e0 (patch)
treecda4f27c2f34c931374e98a87da31385e7f85075 /slic3r.pl
parentce9cf4d96439bbbb53206627478192829b8e6b34 (diff)
Add message about directories as parameters for --output.
Diffstat (limited to 'slic3r.pl')
-rwxr-xr-xslic3r.pl5
1 files changed, 4 insertions, 1 deletions
diff --git a/slic3r.pl b/slic3r.pl
index 148092245..c3e02a2f4 100755
--- a/slic3r.pl
+++ b/slic3r.pl
@@ -219,7 +219,10 @@ Usage: slic3r.pl [ OPTIONS ] [ file.stl ] [ file2.stl ] ...
more than once to load options from multiple files.
-o, --output <file> File to output gcode to (by default, the file will be saved
into the same directory as the input file using the
- --output-filename-format to generate the filename)
+ --output-filename-format to generate the filename.) If a
+ directory is specified for this option, the output will
+ be saved under that directory, and the filename will be
+ generated by --output-filename-format.
Non-slicing actions (no G-code will be generated):
--repair Repair given STL files and save them as <name>_fixed.obj