Commit graph

3 commits

Author SHA1 Message Date
Dewey Garrett
3a0e07da83 Application menu fixes
Remove latency-plot as an Application menu item as it doesn't work for
a system which has _only_ a RIP build because the environment for
execution of commands from the Application menu is limited.
(unaware of linuxcnc RIP vars, for example, package require Hal fails)

Provide an alternative point-and-click access for latency-plot,
latency-histogram:
  Since demo scripts in configs/apps/ are invoked from the main script
  (scripts/linuxcnc) where more environemntal vars are available
  these programs are modifed to work for a system with only a RIP build.

also:
  For RIP only system: make configs/apps/xhc-hb04 demos work
  Renaming for variable EMC2_SCRIPT
  Improve pyvcp_demo exit handling
  linuxcnc_info use editor search
  app scripts: prepend auto_path (RIP, gui usage)

Signed-off-by: Dewey Garrett <dgarrett@panix.com>
2014-09-28 16:18:52 -07:00
Dewey Garrett
8bf73eb35d latencyplot: add menu item 2011-01-22 20:16:45 -06:00
Jeff Epler
992e6bede7 'make install-menus' puts RIP in the Applications menu
Put "EMC2 (run-in-place)" and "Latency Test (run-in-place)"
in the Applications > CNC menu.  If you 'make install-menus'
from multiple source directories, the last one installed will
be the one that is used.
2010-01-28 06:35:48 -06:00