Synchronize usage with actual --help output
This commit is contained in:
parent
4d2a813450
commit
8a6b3f7449
@ -82,7 +82,7 @@ The author is Alessandro Ranellucci.
|
||||
-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)
|
||||
-j, --threads <num> Number of threads to use (1+, default: 4)
|
||||
-j, --threads <num> Number of threads to use (1+, default: 2)
|
||||
|
||||
Output options:
|
||||
--output-filename-format
|
||||
@ -152,9 +152,9 @@ The author is Alessandro Ranellucci.
|
||||
--fill-angle Infill angle in degrees (range: 0-90, default: 45)
|
||||
--fill-pattern Pattern to use to fill non-solid layers (default: rectilinear)
|
||||
--solid-fill-pattern Pattern to use to fill solid layers (default: rectilinear)
|
||||
--start-gcode Load initial gcode from the supplied file. This will overwrite
|
||||
--start-gcode Load initial G-code from the supplied file. This will overwrite
|
||||
the default command (home all axes [G28]).
|
||||
--end-gcode Load final gcode from the supplied file. This will overwrite
|
||||
--end-gcode Load final G-code from the supplied file. This will overwrite
|
||||
the default commands (turn off temperature [M104 S0],
|
||||
home X axis [G28 X], disable motors [M84]).
|
||||
--layer-gcode Load layer-change G-code from the supplied file (default: nothing).
|
||||
@ -214,6 +214,8 @@ The author is Alessandro Ranellucci.
|
||||
Flow options (advanced):
|
||||
--extrusion-width Set extrusion width manually; it accepts either an absolute value in mm
|
||||
(like 0.65) or a percentage over layer height (like 200%)
|
||||
--first-layer-extrusion-width
|
||||
Set a different extrusion width for first layer
|
||||
--perimeters-extrusion-width
|
||||
Set a different extrusion width for perimeters
|
||||
--infill-extrusion-width
|
||||
|
Loading…
Reference in New Issue
Block a user