Probe: a linuxcnc interaction example

Files:
probe.ini  config file
probe.ui   gladevcp file
probe.hal  gladevcp file
probe.py   gladevcp file
probe.ngc  gcode subroutine
probe.tcl  start gladevcp and simulate_probe
probe.txt  (this)

probe.save generated by probing

Usage:
  F1        (cancel Estop)
  F2        (machine On)
  Ctrl-Home (Home all axes)
 
  Set Parameters in separate probe gui
  Set Probe in motion (X+ for example)
  Activate probe with simulate_probe gui

-----------------------
Note: to get a lot of debug output what gladevcp and probe.py are doing:
modify to use:
  gladevcp -d -d -u probe.py -U debug=3 -H probe.hal probe.ui
