pycam.1.inc 1.07 KB
Newer Older
1 2 3 4 5 6
[EXAMPLES]
.nf
.B pycam \-\-export\-gcode=output.ngc \-\-bounds\-type=relative\-margin \-\-bounds-lower=0.1,0.05,-0.1 foo.stl

.fi
Use the default settings to process the model \fBfoo.stl\fR with an adjusted
7
lower margin (minx, miny, minz) of 10% (for x), 5% (for y) and \-10% (for z).
8

9 10 11 12
[ENVIRONMENT]
.IP PYCAM_DATA_DIR
Override the default data directory of PyCAM. This allows
you to provide customized logos, menu files or non-default sample files.
13 14
.IP PYCAM_FONT_DIR
Override the default location of engrave fonts.
15 16 17 18 19 20 21 22
.IP PYTHONPATH
You may want to define this variable in case that you installed the
\fBPyCAM\fR python package in a non-default location.

[REPORTING BUGS]
See http://sourceforge.net/tracker/?group_id=237831&atid=1104176

[SEE ALSO]
23
Take a look at the output of \fBpycam \-\-help\fR to get a slightly better
24 25 26 27 28 29
formatted list of options. The manual that you are reading right now is
derived from this output.

Take a look at the wiki for more information about PyCAM:
http://sourceforge.net/apps/mediawiki/pycam/

30 31
The website of the PyCAM project: http://pycam.sourceforge.net