Importing CAD/CAM files
Any ways….what I´m thinking of doing is to install a CAD/CAM software in another computer using Windows. It seems a lot easier for someone with no programming knowledge to do installs in Windows. So I will use CAD for 2D designs and CAM for generation toolpath in Windows and then import my file to use EMC2. Can I do this? What file formats can be imported with EMC2?
Thank you very much.
Carlos.
Please Log in or Create an account to join the conversation.
While you have the package manager open you can search for and add all the python requirements for PyCam. Also if you search for QCad you can install it as well from the package manager.
Unfortunately the flexibility of Linux does have a bit of a learning curve. Also Linux does not inhibit you from doing neat things or really fouling things up...
Some really good base info on Linux is in the Getting Started Guide.
What version of Ubuntu are you using?
John
Please Log in or Create an account to join the conversation.
- step4linux
- Offline
- Premium Member
- Posts: 115
- Thank you received: 5
yes that's possible, I do it the same way.So I will use CAD for 2D designs and CAM for generation toolpath in Windows and then import my file to use EMC2. Can I do this? What file formats can be imported with EMC2?
EMC2 reads g-code. So you need a CAM tool which exports g-code.
Gerd
Please Log in or Create an account to join the conversation.
sudo apt-get install python-gtk2 python-gtkglext1 python-pyode python-opengl
but as you might imagine, I don’t have a clue what this means? What do I do with it? How do I complete my install?
By the way, how do I check what Ubuntu version I’m using? Or what EMC version I’m using?
Thanks again.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
The Ubuntu version is in System/Help About and the EMC version is on the top line of the EMC window when you run EMC.
One more gotcha with pycam is you have to run it from a terminal, so you open up a terminal (Applications/Accessories/Terminal. I'll have to add it to my menu and figure out how to do that...
John
Please Log in or Create an account to join the conversation.
John
Please Log in or Create an account to join the conversation.
- step4linux
- Offline
- Premium Member
- Posts: 115
- Thank you received: 5
wiki.linuxcnc.org/cgi-bin/emcinfo.pl?Cam
Gerd
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
so you open up a terminal (Applications/Accessories/Terminal.
apt-get install does just that. It gets and installs all in one.
John
Please Log in or Create an account to join the conversation.