CAD/CAM
- allenwg2005
-
Topic Author
- Offline
- Elite Member
-
- Posts: 310
- Thank you received: 4
I am in need of advice as to which CAD/CAM software folks out there find useful and affordable.
Over the past twelve years I have spent countless hours learning different programs only to find. issues, unwelcome changes, and insane maintenance price tags.
I have "VisualMill" on my laptop and I am about to reembark on another learning adventure, before doing so I thought I would see what (if anything) you folks might have to share on the subject.
One additional point: I'm running a Linux OS so any CAD/CAM program would need to function on that platform or in wine. I am hoping to avoid wine as it slows things down a bit, but you gota do what you gota do.
Look forward to any advise you may have.
Thanks, Allen
Please Log in or Create an account to join the conversation.
- andypugh
-
- Offline
- Moderator
-
- Posts: 23182
- Thank you received: 4869
![:-) :-)](/media/kunena/emoticons/smile.png)
SheetCAM does 2.5D stuff OK at a reasonable price.
But, really, there seems to be a hole in that part of the process on Linux.
Please Log in or Create an account to join the conversation.
- emcPT
-
- Offline
- Platinum Member
-
- Posts: 695
- Thank you received: 138
For milling / lathe?
I only use a CAD for helping with the coordinates, but the gcode I write all by hand (except to engrave letters or numbers). Both in milling machine and lathe. I find that a CAM does not do what I want, although I never experiment those fancy stuff that cost more than 10k.
Sometimes I write a program in 100 lines that a CAM writes in 1000 lines (or more).
All that I do by hand is readable and the CAM stuff is not.
My opinion
Please Log in or Create an account to join the conversation.
- allenwg2005
-
Topic Author
- Offline
- Elite Member
-
- Posts: 310
- Thank you received: 4
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!
(Can't type to save my life)!
Sadly I'm limited to plug and play, at lest for the time being. (Limiting I know).
So many opptions for CAD/CAM it's hard to know what to pick and who or what to trust.
Thank you for your help, Allen
Please Log in or Create an account to join the conversation.
- Todd Zuercher
-
- Offline
- Platinum Member
-
- Posts: 4958
- Thank you received: 1443
Please Log in or Create an account to join the conversation.
- emcPT
-
- Offline
- Platinum Member
-
- Posts: 695
- Thank you received: 138
It is easy to start, but the price I think is high.
Please Log in or Create an account to join the conversation.
- 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: 23182
- Thank you received: 4869
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: 23182
- Thank you received: 4869
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.