Satnogs CNC shield

I am having problems verifying the sketch on Arduino mega. It saying no such file globals.h file. I am struggling to install the libaries on the apple mac. I have no problem installing zip libaries. Any suggestions would be welcomed
Thank you

Peter (G4GRK)

I seldom use the original Arduino IDE these days, but I noticed the same problem.
Copying those files from the libraries folder to the stepper_motor_controller and remove the ../ from all the include lines on row ~40-50 is one way.

I recently added a platformio.ini to my repo as this simplifies the build a lot imho. The point being that it is much more reproducible than the Arduino environment, ofc a bit more to get used to if new to VSCode and PlatformIO.

1 Like