After this Install UGS On Pi4
Windows Pre Cursor Steps
- Download and install
Arduino IDE 2.3.2
from https://www.arduino.cc/en/software - Download as GRBL zip from https://github.com/grbl/grbl
- Extract
grbl-master.zip
togrbl-master
- Copy
grbl-master\grbl-master\grbl
to the root of your downloads asgrbl
- Zip
grbl
asgrbl.zip
Add GRBL to Arduino IDE
- Open
Arduino IDE
- Select
Sketch
->Include Library
->Add .ZIP Library
- Navigate and select
grbl.zip
- GRBL now appears under
File
->Examples
Burn GRBL to Arduino UNO
- Plug the Arduino into the PC
- Select
Select Board
-> Unknown Com3 - Search for
UNO
and selectArduino Uno
and selectOK
- Select
File
->Examples
->grbl
->grblUpload
This opens a new instance of Arduino IDE
with grblUpload.ino
selected
- Select
Sketch
->Upload
This will flash GRBL to the Arduino UNO