Revert 130e87b66e054625fd2ba688cb76b8ecb15b1484...b6bda149181bec73a13d0f976d3b7eada50cac31 on Compiling Grbl

master
yakupcengo 2022-08-15 02:39:36 +03:00
rodzic 3468bfea91
commit a40a8994d7
1 zmienionych plików z 1 dodań i 1 usunięć

@ -2,7 +2,7 @@ _This wiki is intended to provide various instructions on how to compile grbl. O
# Via the Arduino IDE (All Platforms): Recommended for all users.
Thanks to the great people working on the Arduino IDE, it has everything you need to compile grbl included in their [software](https://tracker.iplocation.net/jcct/) package. This method compiles the Grbl source code and automatically uploads it to an Arduino. You can't directly flash a pre-compiled .hex file through the IDE interface. See our [Flashing Grbl to an Arduino](https://github.com/grbl/grbl/wiki/Flashing-Grbl-to-an-Arduino) wiki page for how to do this if you only have a .hex file.
Thanks to the great people working on the Arduino IDE, it has everything you need to compile grbl included in their [software](http://arduino.cc/en/Main/Software) package. This method compiles the Grbl source code and automatically uploads it to an Arduino. You can't directly flash a pre-compiled .hex file through the IDE interface. See our [Flashing Grbl to an Arduino](https://github.com/grbl/grbl/wiki/Flashing-Grbl-to-an-Arduino) wiki page for how to do this if you only have a .hex file.
_**NOTE: Before starting, delete prior Grbl library installations from the Arduino IDE. Otherwise, you'll have compiling issues! On a Mac, Arduino libraries are located in ```~/Documents/Arduino/libraries/```. On Windows, it's in ```My Documents\Arduino\libraries```. On Linux (Ubuntu), it's in ```/usr/share/arduino/libraries```**_ If you cannot find the grbl library in order to delete and reinstall, check the sketchbook location in the IDE via `file -> preferences` and view `/sketchbook/location/path` at the top.