Hybrid View
-
21-10-2013 #1
Looks like there is no alternative to DIY.
Over a couple of hours this afternoon I have put together a short JRuby program that will produce GCode from an array of Z,X values that represent the profile (or half cross-section) of the finished piece.
If anyone wants a copy of my code (which is very basic) let me know. (No charge ! )
...R
-
21-10-2013 #2
-
22-10-2013 #3
Maybe dxf2gcode? I'm going to be using LinuxCNC (cos I'm a Linux geek) and have briefly tried dxf2gcode. Seemed to work OK. Try searching the LinuxCNC wikis and forums as well, the members always seem to be willing to help and will probably suggest other programs.
Last edited by birchy; 22-10-2013 at 01:56 AM.
-
22-10-2013 #4
@Jonathan, thanks for the tip !
@birchy - thanks I will look at dfx2gcode
...R
-
22-10-2013 #5
@birchy, I've now had a very quick look at dfx2gcode. It seems only to produce code for milling.
Have you used it to generate Gcode for a lathe? If so perhaps you could explain what I need to do.
Thanks
...R
-
24-10-2013 #6
@Robin: Sorry, I've only done some quick tests on milling machine programs and assumed it would also convert dxf files to lathe gcode. You'll find this an interesting read... LinuxCNC Support Forum :: Topic: lathe programming (1/3)
Last edited by birchy; 24-10-2013 at 05:37 PM.
-
24-10-2013 #7
@birchy, thanks.
I had seen that LinuxCNC link.
The final bit about using Blender got me looking at the internals of some of the data formats. SVG files seem fairly simple and I might experiment with using them as input to my JRuby GCode generating program. But it may actually be simpler to devise a piece of program that would produce a series of short straight lines for an arc.
Truth is I'm at the very beginning and I'm not sure what I will want. The purpose of my enquiry here was to ensure that I'm not re-inventing the wheel because I missed something simple, good and free.
I will probably try to do some milling on the lathe using a vertical slide as the Y axis and (just to make things complex) it will be the Z axis for 3D printing.
...R
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Can't generate a 'correct' contour
By palr717 in forum CAD & CAM SoftwareReplies: 0Last Post: 24-02-2014, 01:08 PM -
New to CNC: Best way to generate the g-code for this sign
By drphil in forum Computer SoftwareReplies: 6Last Post: 07-03-2012, 09:35 PM -
Easy way to generate dxf files
By 2006Nobull in forum CAD & CAM SoftwareReplies: 4Last Post: 10-08-2011, 09:44 PM -
Program to generate Gcode for wind turbine blades
By Jonathan in forum CAD & CAM SoftwareReplies: 12Last Post: 09-04-2011, 01:14 PM -
drawing to g-code
By ptjw7uk in forum Programmers CornerReplies: 12Last Post: 21-06-2009, 12:49 AM
Bookmarks