CAD/CAM
- Rick G
-
- Offline
- Junior Member
-
- Posts: 26
- Thank you received: 155
am going to be running a router.
I'm not smart enough to write my own G-Code.
If things go as planned I would be doing some fairly complex contouring and I know I not that smart!
As Todd stated take a look at Vectric, also they have great tutorials that I believe you can download for free to see how to run the programs.
A friend of mine uses it for everything from simple shapes to complex engraving on contours instead of CAD CAM packages.
Rick G
Please Log in or Create an account to join the conversation.
- andypugh
-
- Offline
- Moderator
-
- Posts: 23323
- Thank you received: 4948
In some cases you can probably machine direct from a rendered image of your 3D model. Though this seems like a kludge.
FreeMill is probably worth a look. They are trying to get you to buy one of their full-on products, but it has its uses.
No Linux version AFAIK. www.mecsoft.com/freemill.shtml
PyCAM is probably the most Linux-y offering out there: pycam.sourceforge.net
Please Log in or Create an account to join the conversation.
- allenwg2005
-
Topic Author
- Offline
- Elite Member
-
- Posts: 310
- Thank you received: 4
I went to Pycam and tried to download the program using a terminal box.
Being new as to how all of this is done in a Linux operating system I got no where.
Can step by step instructions be found to install the program?
Thanks so much for your help, Allen
Please Log in or Create an account to join the conversation.
- andypugh
-
- Offline
- Moderator
-
- Posts: 23323
- Thank you received: 4948
Working from the command line might not be the easiest way, but I just tried this, and it workedCan step by step instructions be found to install the program?
cd ~/Downloads
wget sourceforge.net/projects/pycam/files/pyc...ycam_0.5.1-1_all.deb
sudo dpkg -i pycam_0.5.1-1_all.deb
And that's it.
You can run it from the command line by typing
pycam
Please Log in or Create an account to join the conversation.
- allenwg2005
-
Topic Author
- Offline
- Elite Member
-
- Posts: 310
- Thank you received: 4
Rick and Todd, Thank you for your input.
Vectric is out of my reach $$$ wise for now, but something to concider if this works out.
Again, thank you,
emcPT, I will look at ArtCam directly. Thank you for your help too.
Allen
Please Log in or Create an account to join the conversation.
- allenwg2005
-
Topic Author
- Offline
- Elite Member
-
- Posts: 310
- Thank you received: 4
That link and down load was a snap, thanx again.
Allen
Please Log in or Create an account to join the conversation.
- captain chaos
- Offline
- Senior Member
-
- Posts: 64
- Thank you received: 4
Please Log in or Create an account to join the conversation.
- allenwg2005
-
Topic Author
- Offline
- Elite Member
-
- Posts: 310
- Thank you received: 4
I wanted to share the decision I made for the benefit of anyone who might look at this posting.
Pycam will be the program that I start my experience out with.
However, as I understand it this program is somewhat limiting, so to deal with the challenges I expect to have in the future I will be purchasing Weber Systems “Synergy” CAD/CAM, webersys.com/.
This program will handle up to nine axis and has a good track record.
It's built on the Linux platform and they encourage the use of Linuxcnc.
It has great learning tools and a real person for support issues.
Thanks to everyone for your help.
Happy motion control experiences to all!
Please Log in or Create an account to join the conversation.
- manfredv
- Offline
- New Member
-
- Posts: 2
- Thank you received: 0
I am new to CNC - haven't even got my own machine yet but am repairing a Sherline 2000. That got me hooked.
As to the CAD software there is 3D BRL-CAD that runs on everything (no, not Android) and gets good reviews. Opensource supported by the US army.
Dassault is making available their 2D "Draftsight" available for free. These are the guys who sell CATIA. www.3ds.com/products/draftsight/download-draftsight/ runs on Linux, Mac and Windows
Autodesk has free 2D still available and you can sign up to test their beta cloud version labs.autodesk.com/technologies/fusion/ an older 3D? beta version of Inventor Fusion for OSX and Windows can still be downloaded
Siemens offers a 2D CAD for free at www.plm.automation.siemens.com/en_us/pro...ty/solidedge/free2d/ Windows only
If someone could tell me why I would need / want 3D CAD if most of what I will be doing is machining components for a CNC gantry mill I would appreciate it.
Manfred
Please Log in or Create an account to join the conversation.
- andypugh
-
- Offline
- Moderator
-
- Posts: 23323
- Thank you received: 4948
an older 3D? beta version of Inventor Fusion for OSX and Windows can still be downloaded
Fusion is very nice, and available on the Apple App store
itunes.apple.com/gb/app/autodesk-invento...on/id529580720?mt=12
it isn't as powerful as Inventor, but it is simpler, and very slick indeed.
Please Log in or Create an account to join the conversation.