acik
August 6, 2018, 2:57pm
1
Arduino IDE 1.8.5
Computer1 = Windows XP SP3.
Computer2 = OSX High Sierra.
I downloaded the grbl library from here "https://s3.amazonaws.com/zyltechfile/grbl-master_1.zip "
I opened the example "grblUpload"
Under OSX I can compile it.
Under WinXP I cannot compile it, the IDE gives me a lot of errors.
pert
August 6, 2018, 3:13pm
2
When you encounter an error you'll see a button on the right side of the orange bar "Copy error messages". Click that button. Paste the error in a message here USING CODE TAGS (</> button on the toolbar).
pert
August 6, 2018, 3:15pm
3
acik:
I downloaded the grbl library from here "https://s3.amazonaws.com/zyltechfile/grbl-master_1.zip "
Why did you download it from there instead of the official repository?:
An open source, embedded, high performance g-code-parser and CNC milling controller written in optimized C that will run on a straight Arduino - GitHub - gnea/grbl: An open source, embedded, high p...
acik
August 7, 2018, 12:19pm
4
pert:
Why did you download it from there instead of the official repository?:
GitHub - gnea/grbl: An open source, embedded, high performance g-code-parser and CNC milling controller written in optimized C that will run on a straight Arduino
I have troubles with my CNC Shield,
I googled "test cnc shield" and I found this Arduino Compatible CNC Shield Instructions
On this page is linked the librry I used.
I will check with the official repo.