eto wrote:I really want it to run just like the original live cd from the applications menu. How do I accomplish this?
Edit the shortcuts/menu items so that they point to the linuxcnc script in your linuxcnc-dev/scripts/ directory rather than to the one they currently point to. I am a bit fuzzy on the details, but it will involve right-clicks and property tabs. it can't be that hard, I managed it.
Also is anybody working on a touchscreen pendant control? I was hoping that under jogging mode button you would get an onscreen pendant style jogging controller similar to what Mach3 has
I think that when Cradek made the touchy interface he decided that touchscreens were too unreliable and laggy to be used as jogging controls. This is why Touchy requires a physical jogwheel. This is partly because the touchscreen is always userspace and subject to being ignored by the OS, whereas the jogwheel runs in the realtime layer, so is guaranteed to be acted on.