On 12 June 2015 at 19:52, Kenneth Lerman <[email protected]> wrote: > The question though is how do I display the contents of the probe stack. > There doesn't seem to be a path for gcode to send parameter values to PYVCP > (or alternatively, for PYVCP to request them from the interpreter.)
PyVCP can do almost nothing, it is just a set of controls and displays with no user-configurable code behind it. GladeVCP can do almost anything. I think you need to change tools. The Python call-back for a Glade button (an ordinary Glade button, rather then the MDI button) can easily set and manipulate G-code parameters. Or it can keep them in internal memory and put them on screen for you. -- atp If you can't fix it, you don't own it. http://www.ifixit.com/Manifesto ------------------------------------------------------------------------------ _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
