I just had a look at the LinuxCNC gcode page myself. Here's what it says about parameter persistence:
When LinuxCNC is shut down, volatile parameters lose their values. All parameters except numbered parameters in the current persistent range [1] are volatile. Persistent parameters are saved in the .var file and restored to their previous values when LinuxCNC is started again. Volatile numbered parameters are reset to zero.
It also says:
The range of persistent parameters may change as development progresses. This range is currently 5161- 5390. It is defined in the _required_parameters array in file the src/emc/rs274ngc/interp_array.cc
So, although Art is correct and it
should store probed values, I have used the range 500-1000 (which is correct for Mach3) in the autoleveller output, so for LinuxCNC it will not store the probe values probably. This is an easy fix to make however and I will do it ASAP.
Incidentally Art, do you know what this range is for TurboCNC? If there is a range that is. I can then make a TurboCNC option in the autoleveller which will use this range.