On Sun, 10 Dec 2023 at 23:14, alanmthomason--- via Emc-users <[email protected]> wrote: > > I was hoping to use a debugger to step through it.
Rather than stepping through the code, you could try following the flow id information in the code from the G-code interpreter into the motion module with the help of an IDE. A good starting point is src/emc/rs274ngc/interp_convert.cc And the information here is only partly wrong: https://linuxcnc.org/docs/stable/html/code/code-notes.html -- atp "A motorcycle is a bicycle with a pandemonium attachment and is designed for the especial use of mechanical geniuses, daredevils and lunatics." — George Fitch, Atlanta Constitution Newspaper, 1912 _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
