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

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClarence Risher <sparr0@gmail.com>2011-12-26 13:20:45 +0400
committerClarence Risher <sparr0@gmail.com>2011-12-26 13:20:45 +0400
commit1071b556cba3ae7861fac31847060325bef7070f (patch)
tree5cd4f6460ccbc5713717c058bf67b06ad288f631 /README.markdown
parent342823fdf36b776166ab4a3405376f1659556f38 (diff)
second draft implementation of output_filename_format
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown
index 73ffae170..2d9fb5bce 100644
--- a/README.markdown
+++ b/README.markdown
@@ -81,8 +81,14 @@ The author is Alessandro Ranellucci (me).
--help Output this usage screen and exit
--save <file> Save configuration to the specified file
--load <file> Load configuration from the specified file
- -o, --output File to output gcode to (default: <inputfile>.gcode)
-
+ -o <filename> File name to output gcode to (default: --output)
+
+ Output options:
+ --output Output file name format (default: [input_filename_base].gcode)
+ examples:
+ [input_filename_base]_h[layer_height]_p[perimeters]_s[solid_layers].gcode
+ [input_filename]_center[print_center]_layer[layer_height].gcode
+
Printer options:
--nozzle-diameter Diameter of nozzle in mm (default: 0.5)
--print-center Coordinates of the point to center the print around