0 Members and 5 Guests are viewing this topic.
Are you sure that your code is not just off to the side, where you can't see it?I don't recall ever hearing of anyone not having the toolpath showing? Is there anything in the window at all? Can you post a screenshot?
Go to Config ? Toolpath. and make sure the toolpath color is not set to black.It sounds like it's working.Also, in Config Toolpath, turn on Jog Follow mode, which should bring the toolpath onto the screen if it's out in space somewhere.
DoButton( 24 )Code "G53 G0 Z-1"While IsMoving()WendDoButton( 23 )'Code "G53 G0 Y1"'While IsMoving()'WendDoButton(22)'Code "G53 G0 X1"'While IsMoving()'Wend