Hi, i have an problem with turning arc generating output.
This is not working 'K'Zcenter_rel ' ' it outputs K0 don`t you now why?
Heer is my gpp arc def.
@arc
{nb}
if arc_direction eq CCW then
gcode = 3
else ; CW
gcode = 2
endif
if change(gcode) then
{'G'gcode ' '}
else
{' '}
endif
if m_feed_flag eq 1
{'F'feed ' '}
m_feed_flag = 0
else
{['F'feed ' ']}
endif
{['X'xpos ' '] ['Z'zpos ' ']}
if arc_plane eq ZX then
{'I'xcenter_rel ' ', 'K'Zcenter_rel ' '}
endif
endp


LinkBack URL
About LinkBacks





