Panel design to GCode?

Thread Starter

spinnaker

Joined Oct 29, 2009
7,830
I am looking to something fairly easy to use that will let me design front panels then spit out gcode at the other end where hopefully I can cut some panels at least in plastic.

I found this

http://www.frontpanelexpress.com/

Seems easy to use. The problem is it does not generate gcode. I t does export DXF and SVG files, Does anyone have experience with software that converts these files to gcode?
 

panic mode

Joined Oct 10, 2011
4,983
to be honest i am not quite sure... few years ago i worked on a custom plotter and something like this was utilized to generate g-code from cad files. if find time i will try to look it up, probably still have files on one of my old computers...
 

Thread Starter

spinnaker

Joined Oct 29, 2009
7,830
Is G-code the same as (similar to) the pen plotter files from the old HP plotters used?

No idea. Doubtful since gcode can be in multiple axis and depths. You should know about gcode? Don't you have a 3d printer? I would think they use gcode.
 

GopherT

Joined Nov 23, 2012
8,009
No idea. Doubtful since gcode can be in multiple axis and depths.
I think it “can” be used for 3D but some company’s plotter code was repurposed from the generalized G-Code, if I remember correctly. Just implementing fewer degrees of freedom.
 

MaxHeadRoom

Joined Jul 18, 2013
30,661
G code can be written and applied in multi-axis.
If interested, one of the 'Bibles' used for manual programming is 'CNC Programming Handbook' by Peter Smid.
Gerber files are the result of the axis output positioning.
Max.
 

MaxHeadRoom

Joined Jul 18, 2013
30,661
I am looking to something fairly easy to use that will let me design front panels then spit out gcode at the other end where hopefully I can cut some panels
What if you load the demo version of Mach mill and use the free LazyCam to build the motion file, you see the path on the screen, it then develops the G-code file.
It allows direct import of DXF, BMP, JPG, and HPGL files into LazyCam.
I have never played with it, but it cost nothing to try.
Max.
 

Thread Starter

spinnaker

Joined Oct 29, 2009
7,830
What if you load the demo version of Mach mill and use the free LazyCam to build the motion file, you see the path on the screen, it then develops the G-code file.
It allows direct import of DXF, BMP, JPG, and HPGL files into LazyCam.
I have never played with it, but it cost nothing to try.
Max.
The milling part I have. I use LinuxCNC.
 
Top