mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-08 22:35:15 -06:00
-o option was in the wrong place in --help
This commit is contained in:
parent
332d55f854
commit
02a1b0cdab
2 changed files with 3 additions and 3 deletions
|
@ -113,6 +113,7 @@ Usage: slic3r.pl [ OPTIONS ] file.stl
|
|||
--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)
|
||||
|
||||
Printer options:
|
||||
--nozzle-diameter Diameter of nozzle in mm (default: $Slic3r::nozzle_diameter)
|
||||
|
@ -167,7 +168,6 @@ Usage: slic3r.pl [ OPTIONS ] file.stl
|
|||
--skirts Number of skirts to draw (default: $Slic3r::skirts)
|
||||
--skirt-distance Distance in mm between innermost skirt and object
|
||||
(default: $Slic3r::skirt_distance)
|
||||
-o, --output File to output gcode to (default: <inputfile>.gcode)
|
||||
|
||||
Transform options:
|
||||
--scale Factor for scaling input object (default: $Slic3r::scale)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue