pycam(1)
| TRACEBACK(1) | PyCAM manual | TRACEBACK(1) |
NAME
Traceback - Toolpath Generation for 3-Axis CNC machining
DESCRIPTION
Traceback (most recent call last):
- File "/usr/src/RPM/BUILD/pycam-0.7.0/man/../pycam/run_gui.py", line 48, in <module>
- from pycam.Flow.history import DataHistory, merge_history_and_block_events
- File "/usr/src/RPM/BUILD/pycam-0.7.0/pycam/Flow/history.py", line 7, in <module>
- from pycam.Flow.parser import dump_yaml, parse_yaml
- File "/usr/src/RPM/BUILD/pycam-0.7.0/pycam/Flow/parser.py", line 1, in <module>
- import yaml
ModuleNotFoundError: No module named 'yaml'
- File "/usr/src/RPM/BUILD/pycam-0.7.0/man/../pycam/run_gui.py", line 48, in <module>
- from pycam.Flow.history import DataHistory, merge_history_and_block_events
- File "/usr/src/RPM/BUILD/pycam-0.7.0/pycam/Flow/history.py", line 7, in <module>
- from pycam.Flow.parser import dump_yaml, parse_yaml
- File "/usr/src/RPM/BUILD/pycam-0.7.0/pycam/Flow/parser.py", line 1, in <module>
- import yaml
ModuleNotFoundError: No module named 'yaml'
ENVIRONMENT
- PYCAM_DATA_DIR
- Override the default data directory of PyCAM. This allows you to provide customized logos, menu files or non-default sample files.
- PYCAM_FONT_DIR
- Override the default location of engrave fonts.
- PYTHONPATH
- You may want to define this variable in case that you installed the PyCAM python package in a non-default location.
EXAMPLES
pycam --export-gcode=output.ngc --bounds-type=relative-margin --bounds-lower=0.1,0.05,-0.1 foo.stl
Use the default settings to process the model foo.stl with an adjusted lower margin (minx, miny, minz) of 10% (for x), 5% (for y) and -10% (for z).
REPORTING BUGS
See http://sourceforge.net/tracker/?group_id=237831&atid=1104176
SEE ALSO
Take a look at the output of pycam --help to get a slightly better 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/
The website of the PyCAM project: http://pycam.sourceforge.net
| July 2021 | Traceback (most recent call last): |
