Re: How can I fix this? "G"
Posted by
Torsten
on 2004-05-25 11:19:35 UTC
--- In CAD_CAM_EDM_DRO@yahoogroups.com, <testfly@a...> wrote:
pen floats is so the tip can ride the surface rather then be forced
into it.
project there is a problem. The machine stops and turbocnc shows the
following message: "ERROR! Arc of zero steps in circular interp -
aborting" (Screen shot here)
forward and reverse and the best part is that it is radio control. (G
meaning size meaning larger than HO gauge)
Gcode, some Circles become to small for the machine to drive.
You can easyly fix this by editing the offending section.
G01 Z0.0000
G03 X31.5735 Y18.3603 I-0.0446 J0.0000 < causing error!
G00 Z0.1000
change this to:
G01 Z0.0000
G01 X31.5735 Y18.3603 < fixed problem
G00 Z0.1000
Make this change in a true Text editor like Dos's EDIT
or Windows NOTEPAD.
Good Luck
> Hi Guys,pen so I can mark material as well as cut material. The reason the
>
> I need some help. I have set up my router table with a floating
pen floats is so the tip can ride the surface rather then be forced
into it.
>code for it and was running it on my machine. About an hour into the
> Here is the problem I have run into.
>
> In Design Cad 14 there is an image of a train. I have gotten the G
project there is a problem. The machine stops and turbocnc shows the
following message: "ERROR! Arc of zero steps in circular interp -
aborting" (Screen shot here)
> http://testfly.0catch.com/train-g-problem/traingprob.jpgand even built a "G scale" train that is gear driven and gas with
>
> I would really like to see this image finished. I am a train lover
forward and reverse and the best part is that it is radio control. (G
meaning size meaning larger than HO gauge)
>message.
> Anyway I would like to figure out how to get passed this error
> Can someone offer me any help.This can happen sometimes when scaled drawing are converted to
> Here is a look at what it was doing when it stopped.
> http://testfly.0catch.com/train-g-problem/traingprob1.jpg
> http://testfly.0catch.com/train-g-problem/traingprob2.jpg
> I think this would be awesome to see finished.
> I would like to make one and hang it on the wall.
>
> Thanks for any and all help!!
>
> Troy
>
Gcode, some Circles become to small for the machine to drive.
You can easyly fix this by editing the offending section.
G01 Z0.0000
G03 X31.5735 Y18.3603 I-0.0446 J0.0000 < causing error!
G00 Z0.1000
change this to:
G01 Z0.0000
G01 X31.5735 Y18.3603 < fixed problem
G00 Z0.1000
Make this change in a true Text editor like Dos's EDIT
or Windows NOTEPAD.
Good Luck
Discussion Thread
testfly@a...
2004-05-25 06:30:07 UTC
How can I fix this? "G"
Torsten
2004-05-25 11:19:35 UTC
Re: How can I fix this? "G"
testfly@a...
2004-05-25 17:09:48 UTC
Re: [CAD_CAM_EDM_DRO] Re: How can I fix this? "G"