Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/advanced/command-line.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ slic3r --split cubes.stl

All the `--export-*` actions are affected by the following options:

* `--output FILENAME` (shortcut: `-o`): write output to the given file instead of the default one
* if an existing directory is supplied instead of a file, the file will be created inside that directory using the automatically generated file name
* `--output FILENAME|DIRECTORYNAME` (shortcut: `-o`): write output to the given file or directory instead of the default one
* if `DIRECTORYNAME` is supplied, the output file(s) will be created inside that directory using the automatically generated file name
* `--output-filename-format FORMAT`: this is the string pattern used to define the output file if `--output` is not specified. It defaults to `[input_filename_base].EXT` where EXT is the extension of the output format (`gcode`, `stl` etc.). See the documentation about [placeholders](/advanced/placeholder-parser).
* when using `--export-svg`, the default format is `[input_filename_base]_[layer_num].svg`

Expand Down