Hello Guest it is April 26, 2024, 01:51:12 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Joseph

Pages: « 1 2
11
General Mach Discussion / Re: Converting this to gcode
« on: November 30, 2009, 03:09:52 PM »
That's a tough one to answer. Often I end up redrawing in my cad system using the converted image as a guide. There are some things you can try.

1. Scan in black and white, not grey scale.
2. Scale your scanned image up and then reduce it in your cad program. Some of the broken chains will be reduced enough to be OK.
3. After your image is scanned take a close look to see if you can fill in the blank areas before you convert to vector.
4. Try to draw with dark even width lines and avoid thick or filled in areas.

No matter what you do, you will most likely have some clean up work to do on a raster conversion. A simple circle may convert to hundreds of lines, arcs, or splines.
Your whale looks really good. I would redraw over top of the conversion in a different color and then delete the original. You could use mostly 3 point arcs and you may want to recreate arcs to make them tangent. With practice that could be redrawn in minutes to give you an acceptable cad file.

Do a Google search for raster to vector tutorial and you will find several more suggestions.

Good luck and have fun

12
General Mach Discussion / Re: G Code Error
« on: November 25, 2009, 06:00:53 PM »
G3 is modal - stays in effect until changed.

Put a G00 or G01 in front of the Z move

13
General Mach Discussion / Re: Complete circles from nowhere?
« on: August 05, 2007, 10:54:32 PM »
Looks like a rounding problem. I found five lines that had the same endind point as the previous line, but they were arcs with I's and J's.
That is a command to do a complete circle.

N3005 G2  X1.0123  Y1.3842  I-0.0019  J-0.0312
N3010 G1  X1.0189  Y1.3837   
N3015 G2  X1.0189  Y1.3837  I-0.0024  J-0.0312
N3020 G1  X1.0254  Y1.3832   

Line N3015 has the same end point as N3010. Also N3405, N4300, N4735, and N4765.

I'm sorry I can't help with Lazy Cam, I haven't had a chance to look at it yet, but if you want to fix what you have just delete the bad lines.

Pages: « 1 2