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'm kinda new here, but i really admire the work put into this.
I'm using an arduino MKR1000, which has a SAMD21 MCU. I'm following the instructions step by step.
Howevery, when trying to compile, i get the same error as in issue #224, for which there also is a warning in the Readme.
I've gone as far as to IDE version 1.6.10, but to no avail.
What could be done to help this?
The text was updated successfully, but these errors were encountered:
Temporary solution for now: open this folder with Visual Studio Code:
Arduino\libraries\grblHAL_MKRZERO\src\grbl
Find 'synchronized' in spindle_control.h and click on it (once).
Right click it 'Rename symbol' (or press F2) and change it to something like 'issynchronized'.
Save all files opened by Visual Studio Code.
hey there,
I'm kinda new here, but i really admire the work put into this.
I'm using an arduino MKR1000, which has a SAMD21 MCU. I'm following the instructions step by step.
Howevery, when trying to compile, i get the same error as in issue #224, for which there also is a warning in the Readme.
I've gone as far as to IDE version 1.6.10, but to no avail.
What could be done to help this?
The text was updated successfully, but these errors were encountered: