pycam icon indicating copy to clipboard operation
pycam copied to clipboard

Results 69 pycam issues
Sort by recently updated
recently updated
newest added

Tell setup.py to require python >= 3.0, and throw a RuntimeError if the sys.version_info.major is below 3. Fixes #187.

I haven't been using this for long; however, I have processed a few files successfully, and I also have a couple (of STL files) that lock pycam up, I can...

File "/home/me/pycam-0.6.4/pycam/Gui/Project.py", line 386, in gui_activity_guard_wrapper result = func(self, *args, **kwargs) File "/home/me/pycam-0.6.4/pycam/Gui/Project.py", line 524, in load_model_file detected_filetype = pycam.Importers.detect_file_type(filename) File "/home/me/pycam-0.6.4/pycam/Importers/__init__.py", line 38, in detect_file_type from pycam.Importers.SVGDirectImporter import import_model...

'python-gtk2' error when running your install on Ubuntu 20.04. because Ubuntu no longer has 'pip' by default.

I'm simply trying to get things running on Windows 10 system with Python 3.10. I've tried both methods in the readme (download zip vs/ clone) and both give the same...

I'm trying to generate toolpaths for this model. ![image](https://user-images.githubusercontent.com/20602537/100557694-15b65780-32ab-11eb-9caf-0f19ea1510e8.png) Yet the only thing that came out of it was this thing (using around limits). The paths in the middle look...

The 'dch' operation of git-buildpackage update d/changelog based on recent commits, the ones after the last update of debian/changelog. Perhaps it is a better option instead of the update-deb-changelog Makefile...

The requirements in the documentation do not seem to be complete. Ideally, it would be even better to specify versions of the libraries used because there is no guarantee that...