GRBL CNC: Difference between revisions
(Die Seite wurde neu angelegt: „* CNC with MKS Gen L v1.0 Atmega2560 == VS Code - PlatformIO == * New Project ** Name: CNC-Grbl ** Board: Atmega2560 ** Framework: Arduino == Find GRBL for…“) |
mNo edit summary |
||
Line 2: | Line 2: | ||
== VS Code - PlatformIO == | == VS Code - PlatformIO == | ||
* New Project | * New Project | ||
** Name: CNC-Grbl | ** Name: CNC-Grbl | ||
Line 9: | Line 8: | ||
== Find GRBL for target architecture == | == Find GRBL for target architecture == | ||
* GRBL-Mega: https://github.com/gnea/grbl-Mega | * GRBL-Mega: https://github.com/gnea/grbl-Mega | ||
* clone and copy to "lib" of VS Code project<syntaxhighlight lang="bash"> | * clone and copy to "lib" of VS Code project<syntaxhighlight lang="bash"> | ||
git clone https://github.com/gnea/grbl-Mega.git | git clone https://github.com/gnea/grbl-Mega.git | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Revision as of 13:23, 15 January 2021
- CNC with MKS Gen L v1.0 Atmega2560
VS Code - PlatformIO
- 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