I am really struggling to understand how I am supposed to make a move and ask for user input in a c program.
I have M6 calling a program, and if that is run stand alone - I can "Move(2,-2000)" and use a question box to get user interaction in KMotionCNC - however the Move does not happen if M6 is called from within a G-Code program, I have also passed G0 Z1000 with "MDI" but again that does not operate if G-Code is running.
I see that there are commands insert into the movement buffer like LinHex1 but I am not sure what I need to #include to get these - and if that is the right direction to be trying?
any advice happily received,
Jon