Arduino grbl easel z probe not signalling

I have Arduino uno grbl 0.9j and easel 0.4.0. I have my own firmware settings. $10 keeps reverting to $10 = 115 from my setting of $10 = 3 when I go through “Z probe configuration”. My cnc system works in easel and probes with UGS. Hardware is Arduino 5v to plate and return to Arduino ground. It is an “other” in “edit your machine” window. In the dropdown “machine” > “edit your machine” > “configure z probe” > “confirm” > get green “attached” but cannot go further (z probing works in UGS so hardware good). In “carve” I cannot get past “Plug the lead into the carriage”. Suggestions for why no signal and is “carriage” a leftover from x-carve setup and how do I workaround?

After probing attempt, works with UGS.
• $132=100.000 (z max travel, mm)
• $131=600.000 (y max travel, mm)
• $130=450.000 (x max travel, mm)
• $122=10.000 (z accel, mm/sec^2)
• $121=10.000 (y accel, mm/sec^2)
• $120=10.000 (x accel, mm/sec^2)
• $112=1500.000 (z max rate, mm/min)
• $111=1500.000 (y max rate, mm/min)
• $110=1500.000 (x max rate, mm/min)
• $102=200.000 (z, step/mm)
• $101=200.000 (y, step/mm)
• $100=200.000 (x, step/mm)
• $27=5.000 (homing pull-off, mm)
• $26=250 (homing debounce, msec)
• $25=500.000 (homing seek, mm/min)
• $24=100.000 (homing feed, mm/min)
• $23=3 (homing dir invert mask:00000011)
• $22=1 (homing cycle, bool)
• $21=0 (hard limits, bool)
• $20=0 (soft limits, bool)
• $13=0 (report inches, bool)
• $12=0.002 (arc tolerance, mm)
• $11=0.010 (junction deviation, mm)
• $10=115 (status report mask:01110011)
• $6=0 (probe pin invert, bool)
• $5=0 (limit pins invert, bool)
• $4=0 (step enable invert, bool)
• $3=4 (dir port invert mask:00000100)
• $2=0 (step port invert mask:00000000)
• $1=25 (step idle delay, msec)
• $0=10 (step pulse, usec)

I had a similar issue that I finally resolved today by flashing the grbl to the latest Inventables version. Once I did that, and went through setup, the z probe works fine in Easel.

Thanks StevenDeweese. I gather there is an inventables version of grbl that can be flashed to Arduino uno, i did not know that. I am using the github version and it works awesome. My machine is a custom made designed by myself and works very well with github grbl. Have you got a link as i cannot find that of which you speak. Thanks for the reply mate, Jason.

Grab the zip file at the bottom of the page instead of the one on the GitHub fork:

Thanks StevenDeweese
I go help from the crew at inventables a while back and they offered me the same website so thankyou as well, your help and time is greatly appreciated. At the moment I am working on drilling some angle parts for my machine and so will not be reflashing my uno until I need to use the probe, but all looks straight forward at the moment.
Jason.