EasyManua.ls Logo

LulzBot Mini - Command Line Usage

LulzBot Mini
148 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Slic3r
Command Line Usage
Slic3r can also be used from the command line instead of via the GUI, as
part of a script, or as part of another tool, such as Printrun
17
.
All options found in the GUI can be used from the command line in the
form of switch parameters. The latest version of these are given below, and
the most up-to-date information can be found by issuing the command:
perl slic3r.pl --help
Preset configurations can be loaded from a .ini file using the --load
option, and options can be overridden further on the command line, e.g.
perl slic3r.pl --load config.ini --layer-height 0.25
file.stl
Command Line Options
Usage: slic3r.pl [ OPTIONS ] file.stl
--help Output this usage screen and exit
--version Output the version of Slic3r and exit
--save <file> Save configuration to the specified file
--load <file> Load configuration from the specified file. It can be used
more than once to load options from multiple files.
-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: 2)
GUI options:
--no-plater Disable the plater tab
--gui-mode Overrides the configured mode (simple/expert)
Output options:
--output-filename-format
Output file name format; all config options enclosed in brackets
will be replaced by their values, as well as [input_filename_base]
and [input_filename] (default: [input_filename_base].gcode)
--post-process Generated G-code will be processed with the supplied script;
call this more than once to process through multiple scripts.
--export-svg Export a SVG file containing slices instead of G-code.
-m, --merge If multiple files are supplied, they will be composed into a single
print rather than processed individually.
Printer options:
--nozzle-diameter Diameter of nozzle in mm (default: 0.5)
--print-center Coordinates in mm of the point to center the print around
(default: 100,100)
--z-offset Additional height in mm to add to vertical coordinates
(+/-, default: 0)
17
https://github.com/kliment/Printrun
114

Table of Contents

Other manuals for LulzBot Mini

Related product manuals