MetalWorkerTools / grbl-L-Mega

An open source, embedded, high performance g-code-parser and CNC milling controller written in optimized C that will run on an Arduino Mega2560. Forked from GRBL modified for use on a lathe with spindle sync threading
https://github.com/MetalWorkerTools/grbl-L-Mega/wiki
Other
15 stars 9 forks source link

Missing build folder? #3

Closed DariusMontez closed 3 years ago

DariusMontez commented 3 years ago

I had to add an empty build folder in order for Make to do the compilation. Without it, Make complained that build/grbl.d was missing and would stop. Just wanted to tell you thanks for your work on this fork!

HuubBuis commented 3 years ago

I am glad you where able to compile.

I use visual studio 7 to compile grbl-L-Mega. I checked the whole project directory but couldn't find a build directory. When I compile and upload using the arduino IDE, I also don't see any error messages.

HuubBuis commented 3 years ago

I have added an empty build directory based on this information. https://github.com/gnea/grbl/tree/master/build Thanks for reporting.