Chip,
Not sure what you see for a problem, but my observation is that in
g91 incremental mode(a model command) when you issue an X0 Y0 Z0
command, nothing will happen because you are basically telling the
motors not to move from their current position. In the 2nd half of
your program after the (G91)you have 7 lines where the motors are not
going to move and I suspect that you are expecting them to move.
Hope this helps out!
--- In mach1mach2cnc@..., "afn09556" <afn09556@h...>
wrote:
Hi, Art and All:
Would some one look at this Gcode:
Let me know the error's of my way's.
I now i'm not playing with a full deck of cards, I no there's a
(joker) not sure about the rest.
(chiptest1g00)
%
(g90)
n00 g90 x0 y0 z0
n01 g00 x0 y0 z0
n02 g00 z1
n03 g00 z-1
n04 g00 x1 y1
n05 g00 x0
n06 g00 y0
n08 g00 x1
n09 g00 y1
n10 g00 x0 y0 z0
n11 g01 z-1 f50
n12 g01 x-1 y-1 f50
n13 g01 x0
n14 g01 y0
n15 g01 x-1
n16 g01 y-1
n17 g01 x0 y0 z0
(g91)
n00 g91 x2 y2
n01 g00 x0 y0 z0
n02 g00 z1
n03 g00 z-1
n04 g00 x1 y1
n05 g00 x0
n06 g00 y0
n08 g00 x1
n09 g00 y1
n10 g00 x0 y0 z0
n11 g01 z-1 f50
n12 g01 x-1 y-1 f50
n13 g01 x0
n14 g01 y0
n15 g01 x-1
n16 g01 y-1
n00 g00 x0 y0 z0
(g90)
n17 g90 x0 y0 z0
n18 m5
n19 m30
Got'a go to Work now.
Thank's, Chip