Add dir --output msg to README, too.
This commit is contained in:
parent
0224e72f8c
commit
85bca96982
@ -94,8 +94,11 @@ The author of the Silk icon set is Mark James.
|
|||||||
more than once to load options from multiple files.
|
more than once to load options from multiple files.
|
||||||
-o, --output <file> File to output gcode to (by default, the file will be saved
|
-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
|
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):
|
Non-slicing actions (no G-code will be generated):
|
||||||
--repair Repair given STL files and save them as <name>_fixed.obj
|
--repair Repair given STL files and save them as <name>_fixed.obj
|
||||||
--cut <z> Cut given input files at given Z (relative) and export
|
--cut <z> Cut given input files at given Z (relative) and export
|
||||||
|
@ -218,7 +218,7 @@ Usage: slic3r.pl [ OPTIONS ] [ file.stl ] [ file2.stl ] ...
|
|||||||
--load <file> Load configuration from the specified file. It can be used
|
--load <file> Load configuration from the specified file. It can be used
|
||||||
more than once to load options from multiple files.
|
more than once to load options from multiple files.
|
||||||
-o, --output <file> File to output gcode to (by default, the file will be saved
|
-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
|
into the same directory as the input file using the
|
||||||
--output-filename-format to generate the filename.) If a
|
--output-filename-format to generate the filename.) If a
|
||||||
directory is specified for this option, the output will
|
directory is specified for this option, the output will
|
||||||
be saved under that directory, and the filename will be
|
be saved under that directory, and the filename will be
|
||||||
|
Loading…
Reference in New Issue
Block a user