Easiest way to import EAGLE gerber into Linux CNC

More
07 Mar 2014 15:04 #44521 by 71GA
Hello,

this is my first post and first I would like to know what is the easiest way to
import EAGLE CAD gerbers into Linux CNC. Are there any other ways to
cerate PCB's designed in EAGLE?

With kind regards!

Please Log in or Create an account to join the conversation.

More
07 Mar 2014 19:12 #44526 by ArcEye
The following user(s) said Thank You: 71GA

Please Log in or Create an account to join the conversation.

More
07 Mar 2014 20:53 #44532 by andypugh

I would like to know what is the easiest way to
import EAGLE CAD gerbers into Linux CNC.


I have done this in Excel using search/replace and inserting commands in entire columns in the past. That does require that you know the requirements of LinuxCNC G-code though.

Can you paste a small section of the Gerber?

Please Log in or Create an account to join the conversation.

More
07 Mar 2014 23:32 - 07 Mar 2014 23:40 #44536 by gww250
Are you wanting to convert Gerber plot files to gcode or gerber gcode files to linuxcnc gcode?
Forgot to add that Eagle has a built-in process to convert files to other formats internally for use on various machines
Last edit: 07 Mar 2014 23:40 by gww250. Reason: forgot portion of post

Please Log in or Create an account to join the conversation.

More
07 Mar 2014 23:45 #44537 by 71GA

Hi

Have a look at this

wiki.linuxcnc.org/cgi-bin/wiki.pl?Converting_Tools

regards


This is perfect! Is this the only way or are there other ways?

Please Log in or Create an account to join the conversation.

More
08 Mar 2014 00:07 #44539 by andypugh

Is this the only way or are there other ways?


LinuxCNC can be configured to run a filter program based on the type of the input file.

To try this, open the sim/axis sample config and open a .png .jpg or .gif file. You will see that it automatically runs the image through image-to-gcode and creates a depth-map raster in G-code.

You could configure a similar filter for your Eagle files.

www.linuxcnc.org/docs/html/config/ini_co...sub_filter_section_a

Please Log in or Create an account to join the conversation.

More
08 Mar 2014 00:16 #44541 by 71GA

Is this the only way or are there other ways?


LinuxCNC can be configured to run a filter program based on the type of the input file.

To try this, open the sim/axis sample config and open a .png .jpg or .gif file. You will see that it automatically runs the image through image-to-gcode and creates a depth-map raster in G-code.

You could configure a similar filter for your Eagle files.

www.linuxcnc.org/docs/html/config/ini_co...sub_filter_section_a


At the moment I am totaly new to LinuxCNC and I yet have to write my own INI file. Sooo this might come handy but it will be hard for me to write the file I think.

Please Log in or Create an account to join the conversation.

More
08 Mar 2014 00:46 - 08 Mar 2014 00:54 #44544 by 71GA
Weird. When iI run the python script like described in the Youtube video I get an error:
[ziga@ziga-pc 01-gerber-to-gcode]$ python gerber2emc2.py 
Traceback (most recent call last):
  File "gerber2emc2.py", line 2, in <module>
    from Tkinter import *
ImportError: No module named 'Tkinter'

I am on arch linux. I tried to install our package "tk" but nothing helps.
Last edit: 08 Mar 2014 00:54 by 71GA.

Please Log in or Create an account to join the conversation.

More
08 Mar 2014 01:25 #44545 by gww250
Have you had a chance yet to look at the various output formats in the Eagle Cam software. Trying some different outputs will give you more opportunity to look at other file conversion programs. My experience has only been to output to AutoCAD dxf but even if you can do that you can use the DXF2Gcode routine to directly convert to EMC2 Gcode.

Please Log in or Create an account to join the conversation.

More
08 Mar 2014 03:04 #44552 by DaBit
To mill PCB's created in EAGLE you have various options:

- Use the PCBGCODE plugin/ulp (pcbgcode.com/) from within EAGLE.
- the pcb2gcode program whcih accepts Gerbers: sourceforge.net/apps/mediawiki/pcb2gcode....php?title=Main_Page. This one can also mill using Voronoi regions, a nice feature that reduces milling time and mill wear.
- CamBam, my favorite for this. Not free, but the trial allows 40 starts which is plenty. The advantage is that it is easy to combine PCB milling with other milling operations such as contour milling and milling away copper for more high voltage clearance.
The following user(s) said Thank You: 71GA

Please Log in or Create an account to join the conversation.

Time to create page: 0.081 seconds
Powered by Kunena Forum