Hello Guest it is March 28, 2024, 10:31:38 AM

Author Topic: Gerber files to G Code  (Read 21174 times)

0 Members and 1 Guest are viewing this topic.

Gerber files to G Code
« on: September 15, 2011, 04:48:09 PM »
Hi,

I am think of using a router that uses Mach3 to control and would like to know if the software can import Gerber files. The use would be for PCB prototyping and there are a fw gerber files that need to be imported. They are a top layer, botom layer, drill file and keep out layer.

Any ideas?
Many thanks,

Steve ???

Offline RICH

*
  • *
  •  7,427 7,427
    • View Profile
Re: Gerber files to G Code
« Reply #1 on: September 15, 2011, 07:00:05 PM »
Steve,
Mach3 is not an importer of gerber files but rather provides for a file made up of Gcode. There are converters around which will convert a Gerber file to gcode. That's my nickle based on  knowing very little about the syntax of a Gerber file.

Surely others will chime in and correct me if i am wrong.
RICH
Re: Gerber files to G Code
« Reply #2 on: September 15, 2011, 07:15:43 PM »
Thanks Rich. Lets see if there are any other ideas out there  :)

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: Gerber files to G Code
« Reply #3 on: September 15, 2011, 07:39:10 PM »
SOrry but Mach ONLY understands Gcode. You can convert it from Gerber to Gcode  then RUN it in Mach3.

Just a thought, (;-) TP
Re: Gerber files to G Code
« Reply #4 on: September 15, 2011, 07:45:31 PM »
Thanks TP. I think my question would then be, "How do you convert a Gerber file to a G-Code file". If I could do that, then I would be able to solve this problem.

Many thanks,

Steve.

Offline budman68

*
  • *
  •  2,352 2,352
    • View Profile
Re: Gerber files to G Code
« Reply #5 on: September 15, 2011, 07:58:07 PM »
Thanks TP. I think my question would then be, "How do you convert a Gerber file to a G-Code file". If I could do that, then I would be able to solve this problem.

Many thanks,

Steve.

Just did a google search for Gerber file to a G-Code and found a few options. You should do some searching and you may find what you need for conversion. :)

Dave
----------------------------------------------------------------------
Just because I'm a Global Moderator, don't assume that I know anything !

Dave->    ;)

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: Gerber files to G Code
« Reply #6 on: September 15, 2011, 08:06:37 PM »
YEP there ARE conversion programs out there as well as CAMs that import gerber and convert to Gcode. That is going to be one of those specialty things that very few use.

(;-)TP

Offline DaOne

*
  •  236 236
    • View Profile
Re: Gerber files to G Code
« Reply #7 on: September 16, 2011, 02:01:19 AM »
Better yet... What are you using that is outputting Gerber files? It might output G-code as well. Eagle for example can output G-code.
Re: Gerber files to G Code
« Reply #8 on: September 18, 2011, 04:12:17 PM »
It could be Eagle but it can vary as I am trying to help a number of people who want a low end CNC router for PCBs. In some cases it would Altium Designer and I have a license of that so will check and see if it can. Thanks for the help.

Steve.

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: Gerber files to G Code
« Reply #9 on: September 18, 2011, 04:51:22 PM »
Look at Linegrinder http://www.ofitselfso.com/LineGrinder/LineGrinder.php
Tried it quickly one time myself and it seemed OK but did have to do a bit of tweaking to the code.
Hood