Re: Basic G-Code Question
Posted by
dkowalcz@d...
on 2001-10-19 06:37:09 UTC
Hi Dan,
Hmm, that really shouldn't be a problem to enter both coords, but
apparently it is. My apologies for your lost time...
It'll get fixed over the weekend.
Dave Kowalczyk
Seattle WA
Humble author of that crappy program -->http://www.dakeng.com
Hmm, that really shouldn't be a problem to enter both coords, but
apparently it is. My apologies for your lost time...
It'll get fixed over the weekend.
Dave Kowalczyk
Seattle WA
Humble author of that crappy program -->http://www.dakeng.com
> Dan Statman wrote:running
>
> > I have a very basic G-Code question. My CNC has only been up and
> > for about 10 days, and I have about 10 days experience with G-Code, ;-).
> >which is a
> > I was programming a series of moves to create a Greek-Key pattern
> > sequence of horizontal and vertical lines only (although arrangedin an
> > interesting pattern). I was able to complete the task and theresult can be
> > viewed at the following link:then converted
> >
> > http://members.rennlist.com/statmandesigns/P2_Close.jpg
>
> Very NEAT!
>
> > I generated the coordinates in a Microsoft Excel document and
> > that to a G-Code program. The successive data points are alwaysredundant
> > in one of the two coordinates since you always move in either avertical or
> > horizontal straight line. If you are sitting at the point (0,0)and you
> > want to move to (0, .250) then the G-code would simply be:coordinate
> > G01 Y0.250
> >
> > But is it wrong to specify both the X and Y coordinate if the X
> > is not moving. In other words, will this line of G-code resultin the same
> > movement:{snip}
> > G01 X0 Y0.250
> >
Discussion Thread
Dan Statman
2001-10-18 17:39:11 UTC
Basic G-Code Question
Art Fenerty
2001-10-18 18:32:48 UTC
Re: [CAD_CAM_EDM_DRO] Basic G-Code Question
ccs@m...
2001-10-18 19:01:01 UTC
Re: [CAD_CAM_EDM_DRO] Basic G-Code Question
wanliker@a...
2001-10-18 19:16:04 UTC
Re: [CAD_CAM_EDM_DRO] Basic G-Code Question
Dan Statman
2001-10-18 20:37:55 UTC
Re: [CAD_CAM_EDM_DRO] Basic G-Code Question
Jon Elson
2001-10-18 22:44:16 UTC
Re: [CAD_CAM_EDM_DRO] Basic G-Code Question
dkowalcz@d...
2001-10-19 06:37:09 UTC
Re: Basic G-Code Question
Dan Statman
2001-10-19 07:01:34 UTC
Re: [CAD_CAM_EDM_DRO] Re: Basic G-Code Question
wayne_j_hill@y...
2001-10-19 08:37:01 UTC
Re: Basic G-Code Question
Jon Elson
2001-10-19 11:09:40 UTC
Re: [CAD_CAM_EDM_DRO] Re: Basic G-Code Question
Ray
2001-10-19 14:43:31 UTC
Re: Re: Basic G-Code Question