'\" t .\" Title: REPSNAPPER .\" Author: Ying-Chun Liu .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 02/09/2021 .\" Manual: repsnapper User Manual .\" Source: repsnapper .\" Language: English .\" .TH "REPSNAPPER" "1" "02/09/2021" "repsnapper" "repsnapper User Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" repsnapper \- program to operate RepRap 3D printer .SH "SYNOPSIS" .HP \w'\fBrepsnapper\fR\ 'u \fBrepsnapper\fR [{\fB\-t\fR\ |\ \fB\-\-no\-gui\fR}] [{\fB\-i\fR\ |\ \fB\-\-input\fR}\ \fIfile\fR] [{\fB\-b\fR\ |\ \fB\-\-binary\fR}\ \fIfile\fR] [{\fB\-o\fR\ |\ \fB\-\-output\fR}\ \fIfile\fR] [{\fB\-\-svg\fR}\ \fIfile\fR] [{\fB\-\-ssvg\fR}\ \fIfile\fR] [{\fB\-s\fR\ |\ \fB\-\-settings\fR}\ \fIfile\fR] .HP \w'\fBrepsnapper\fR\ 'u \fBrepsnapper\fR [{\fB\-h\fR\ |\ \fB\-\-help\fR} | {\fB\-v\fR\ |\ \fB\-\-version\fR}] .SH "DESCRIPTION" .PP This manual page documents briefly the \fBrepsnapper\fR command\&. .PP This manual page was written for the Debian distribution because the original program does not have a manual page\&. .PP \fBrepsnapper\fR is a host software for controlling the RepRap open source 3D printer\&. .SH "OPTIONS" .PP The program follows the usual GNU command line syntax, with long options starting with two dashes (`\-\*(Aq)\&. A summary of options is included below\&. .PP \fB\-t\fR, \fB\-\-no\-gui\fR .RS 4 Act as a head\-less renderer\&. .RE .PP \fB\-i \fR\fB\fIfile\fR\fR, \fB\-\-input=\fR\fB\fIfile\fR\fR .RS 4 Read input Model \fIfile\fR\&. .RE .PP \fB\-b \fR\fB\fIfile\fR\fR, \fB\-\-binary=\fR\fB\fIfile\fR\fR .RS 4 Batch convert input \fIfile\fR to binary STL\&. .RE .PP \fB\-o \fR\fB\fIfile\fR\fR, \fB\-\-output=\fR\fB\fIfile\fR\fR .RS 4 If not head\-less (\-t), enter non\-printing GUI mode\&. Only able to output gcode to \fIfile\fR\&. .RE .PP \fB\-\-svg=\fR\fB\fIfile\fR\fR .RS 4 Slice to SVG \fIfile\fR\&. .RE .PP \fB\-\-ssvg=\fR\fB\fIfile\fR\fR .RS 4 Slice to single layer SVG files \fIfile\fRNNNN\&.svg .RE .PP \fB\-s \fR\fB\fIfile\fR\fR, \fB\-\-settings=\fR\fB\fIfile\fR\fR .RS 4 Read render settings \fIfile\fR\&. .RE .PP \fB\-h\fR, \fB\-\-help\fR .RS 4 Show summary of options\&. .RE .PP \fB\-v\fR, \fB\-\-version\fR .RS 4 Show version of program\&. .RE .SH "FILES" .PP /etc/xdg/repsnapper/repsnapper\&.conf .RS 4 The system\-wide configuration file to control the behaviour of repsnapper\&. .RE .PP ${HOME}/\&.config/repsnapper/repsnapper\&.conf .RS 4 The per\-user configuration file to control the behaviour of repsnapper\&. .RE .SH "AUTHOR" .PP \fBYing\-Chun Liu\fR <\&paulliu@debian\&.org\&> .RS 4 Wrote this manpage for the Debian system\&. .RE .SH "COPYRIGHT" .br Copyright \(co 2012 Ying-Chun Liu (PaulLiu) .br .PP This manual page was written for the Debian system (and may be used by others)\&. .PP Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Library General Public License, Version 2 or (at your option) any later version published by the Free Software Foundation\&. .PP On Debian systems, the complete text of the GNU Library General Public License can be found in /usr/share/common\-licenses/LGPL\&. .sp