logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

repsnapper - program to operate RepRap 3D printer

Author

Ying-ChunLiu <paulliu@debian.org>
           Wrote this manpage for the Debian system.

Description

       This manual page documents briefly the repsnapper command.

       This manual page was written for the Debian distribution because the original program does not have a
       manual page.

       repsnapper is a host software for controlling the RepRap open source 3D printer.

Files

       /etc/xdg/repsnapper/repsnapper.conf
           The system-wide configuration file to control the behaviour of repsnapper.

       ${HOME}/.config/repsnapper/repsnapper.conf
           The per-user configuration file to control the behaviour of repsnapper.

Name

       repsnapper - program to operate RepRap 3D printer

Options

       The program follows the usual GNU command line syntax, with long options starting with two dashes (`-').
       A summary of options is included below.

       -t, --no-gui
           Act as a head-less renderer.

       -ifile, --input=file
           Read input Model file.

       -bfile, --binary=file
           Batch convert input file to binary STL.

       -ofile, --output=file
           If not head-less (-t), enter non-printing GUI mode. Only able to output gcode to file.

       --svg=file
           Slice to SVG file.

       --ssvg=file
           Slice to single layer SVG files fileNNNN.svg

       -sfile, --settings=file
           Read render settings file.

       -h, --help
           Show summary of options.

       -v, --version
           Show version of program.

Synopsis

repsnapper [{-t | --no-gui}] [{-i | --input} file] [{-b | --binary} file] [{-o | --output} file]
                  [{--svg} file] [{--ssvg} file] [{-s | --settings} file]

       repsnapper [{-h | --help} | {-v | --version}]

See Also