![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| OpenSource Software For the Discussion of Opensource CAD/CAM and NC shareware software etc) |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#14
| ||||
| ||||
| Well, after one day here is what I've got. Attached is my try at this grayscale image to GCode thing. ;-) The attached is in EXE and source form. It supports a range of input file types. It's configurable and seems to work for me. I'll keep working on it in the coming days but in the meantime maybe someone can try it and see how it works for them? |
|
#15
| |||
| |||
| chris radek wrote a somewhat usable image to gcode script in Python that accepts a greyscale .gif file as input and works well with EMC. If you haven't already seen it: http://timeguy.com/cradek/image-to-gcode |
| Sponsored Links |
|
#16
| |||
| |||
| have you guys had a look at "IMAGE-dig" it converts .jpegs (or other formats) to a vectorized graph and produces x, y, z co-ordinates. another good program that might give some ideas is "Profiler-6" (see Attached) it has sorce code included, along with a few stipulations on it's use, It might give sme ideas a kick |
|
#17
| |||
| |||
|
I like this program , only the tooth patteren I can not get close enough to make a close cut . Just can not get how the settings work with large picks , 12" by 15" . When I blow it up the cut lines are to far apart . Any seggesions ? Last edited by Satbeam; 08-14-2008 at 03:31 PM. Reason: Missed something |
|
#18
| ||||
| ||||
| Well, since they didn't post any source code you're probably stuck there... But you could modify one of the open source programs from this thread (I wrote one of them.) My program was a quick VB project but it wouldn't be too hard to make it do interpolation between pixels to get you the smoothness you desire. |
|
#19
| ||||
| ||||
| I pulled it out this morning for a totally unrelated reason, but did add a few bells and whistles... If you change the 'stepover' amount or the 'X width' of the cutter path, it will now give an estimate of the number of lines of code. 'Estimated' because part of the application goes back over the generated code and removes redundant moves... such as eight consecutive 'Y' moves at the same 'X' and 'Z' coordinates. See what you think! |
|
#20
| |||
| |||
| Seems like a popular thing to do! ![]() I wrote a trivial one in C a few days ago just to handle the fact that I wanted to use a ball-nose cutter. http://randomtechmakings.blogspot.co...converter.html Runs on linux, taking an image and converts it to g-code. It's aware of the size of the tool, and cuts to the surface, not into it. So it's able to handle generating a coarse cut, followed by a fine cut. And of cause it merge multiple steps along a line into a single command. Doesn't yet recognize curves, or do isocutting. It's actually been used to carve things, so it won't make your machine catch fire. Probably. Maybe. |
| Sponsored Links |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Autocad to gcode | JamesMI | Autodesk Software (Autocad, Inventor etc) | 17 | 12-02-2011 02:54 AM |
| Is it possible to get a gcode into Rhino | MrBean | Rhino 3D | 11 | 04-03-2005 07:41 AM |
| gcode to gcode converter | july_favre | General CAM Discussion | 4 | 05-24-2004 06:51 PM |
| Easily trace an image into your CAD | Graphcon | Product Announcements & Manufacturer News | 0 | 11-14-2003 06:30 AM |
| Gcode verify autocad plugin | balsaman | General CAM Discussion | 1 | 10-31-2003 11:22 AM |