Menu

#74 ToolpathExport.py

git_-_master
open
nobody
None
5
2013-10-12
2013-05-25
HGM
No

Hi,
I am running the latest development version (0.6) on Ubuntu 13.04. Great stuff!! Two things do not work for me:

  1. Toolpath exporting
    No way to save the toolpaths I generate. This is what I get when starting pycam from console:

Skipping plugin /usr/local/lib/python2.7/dist-packages/pycam-0.6_svn-py2.7.egg/pycam/Plugins/ToolpathExport.py (broken or dependencies missing)

  1. Collision model selection
    Under Tasks, the window for collision selection is so small I cannot select anything...

Is there a workaround?

Best,
Hanno

Discussion

  • tobs

    tobs - 2013-10-11

    Hi Hanno,

    I had exactly the same problem with not being able to export the toolpath. I found the bug (missing package in setup.py) which is solved for me with the attached patch. You can apply the patch in your pycam-code directory with the following command:

    git am <path/to/attached/patch/file>
    

    Cheers,
    Tobias

     
  • HGM

    HGM - 2013-10-12

    Hi Tobias,
    thanks, that solved the problem!

    Best,
    Hanno

     

Log in to post a comment.