On Sun, 14 Aug 2022 at 11:33, <[email protected]> wrote: > 2. in src/emc/rs274ngc/gcodemodule.cc which is used for example by AXIS.
There are two parallel interpreters, in effect. One is used to control the machine, the other to create a graphical preview. It appears that the way to determine the active plane in gcodemodule.cc is with: get_attr(canon, "plane", &plane) Which puts an int into "plane" -- 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-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
