cprezzi / grbl-LPC

Multiple compiled versions for different boards & machines (under releases)
Other
56 stars 39 forks source link

Fix for issue #49 #53

Closed tscofield closed 3 years ago

tscofield commented 3 years ago

Correct 32bit mask for probe invert. My setup works with $6=0, but the output below shows the code working as expected when $6=0 and $6=1

$6=0 Probe Physically Open <Alarm|WPos:0.000,0.000,0.000,0.000|FS:0,0|Pn:ZA> Probe is not triggered

Probe Physically Closed <Alarm|WPos:0.000,0.000,0.000,0.000|FS:0,0|Pn:PZA> Probe is triggered

$6=1 Probe is Physically Open <Alarm|WPos:0.000,0.000,0.000,0.000|FS:0,0|Pn:PZA> Probe is triggered

Probe is Physically Closed <Alarm|WPos:0.000,0.000,0.000,0.000|FS:0,0|Pn:ZA> Probe is not triggered