From 0224e72f8c5de6df14bd0532525640e9fde7f1e0 Mon Sep 17 00:00:00 2001 From: "Y. Sapir" Date: Sun, 27 Apr 2014 13:57:36 +0300 Subject: [PATCH] Add message about directories as parameters for --output. --- slic3r.pl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 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 _fixed.obj