OpenBuilds / OpenBuilds-CONTROL

OpenBuilds CONTROL: Download from https://software.openbuilds.com
https://software.openbuilds.com
GNU General Public License v3.0
171 stars 104 forks source link

Handle Jog parameters stored as strings #365

Open rickwargo opened 2 weeks ago

rickwargo commented 2 weeks ago

I am unable to use the jog dials on my Genmitsu 4040-Pro as the GRBL Params for $110, $111, and $112 (+ $113) are stored as strings. The fix is to perform a parseInt() on the param, which will work if int or string. This resolves the issue.