GRBL CNC: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
* CNC with MKS Gen L v1.0 Atmega2560 | * CNC with MKS Gen L v1.0 Atmega2560 | ||
== VS Code - PlatformIO == | == VS Code - PlatformIO Project == | ||
* New Project | * New Project | ||
** Name: CNC-Grbl | ** Name: CNC-Grbl | ||
Line 12: | Line 12: | ||
git clone https://github.com/gnea/grbl-Mega.git | git clone https://github.com/gnea/grbl-Mega.git | ||
</syntaxhighlight> | </syntaxhighlight> | ||
== VS Code == | |||
* lib/grbl/config.h |
Revision as of 13:24, 15 January 2021
- CNC with MKS Gen L v1.0 Atmega2560
VS Code - PlatformIO Project
- New Project
- Name: CNC-Grbl
- Board: Atmega2560
- Framework: Arduino
Find GRBL for target architecture
- GRBL-Mega: https://github.com/gnea/grbl-Mega
- clone and copy to "lib" of VS Code project
git clone https://github.com/gnea/grbl-Mega.git
VS Code
- lib/grbl/config.h