You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a problem running GRBL in simulator mode. It turned out that the code crashes in modbus_crc16x. This function allows length up to 16 bits but the counter (pos) is 8 bits. Is this intentional? In my case, len is 420 and the loop never ends.
The text was updated successfully, but these errors were encountered:
Added '$709' setting for second PWM spindle when available - PWM options.
Added properties to PWM spindles to allow "overdriving" PWM output when _RPM controls spindle enable signal is enabled with '$9' or '$709'.
Optimized Modbus CRC calculation, may fix issue with a compiler generating different code compared to most others. Ref. issue #723.
I had a problem running GRBL in simulator mode. It turned out that the code crashes in modbus_crc16x. This function allows length up to 16 bits but the counter (pos) is 8 bits. Is this intentional? In my case, len is 420 and the loop never ends.
The text was updated successfully, but these errors were encountered: