GRBL on MacBook Air and I Mac

I have the IDE on my MacBook and easily loaded GRBL into the library and can programme my Arduinos. I now have an iMac and have the IDE installed but cannot get it to programme GRBL. Followed the same recommend proceedure and copied the GRBL sub directory into the Arduino libary directory which it shows. When I attempt to programme GRBL is not shown as an available directory. Having followed a previous posting is this a problem and how ?

  • What version of the IDE are you running?
  • Where did you place the GRBL library?
  • Under Arduino IDE/Preferences..., what is Sketchbook location: set to?

Do you mean that "File -> Examples -> grbl -> grblUpload" is not showing up in your Arduino IDE? Did you re-start the Arduino IDE to force a re-scan of installed libraries?

Thanks for your responce
1 Do you mean that "File -> Examples -> grbl -> grblUpload" is not showing up in your Arduino IDE? - Yes
2 Did you re-start the Arduino IDE to force a re-scan of installed libraries? Numerious times

IDE Ver 2.0.0 on iMac Ventura 13.0

I can use "File>Examples> Sketchbook>Examples> GrblUpload and get"/Users/hamishmcnab/Downloads/grbl-1.1h.20190825/grbl/examples/grblUpload/grblUpload.ino:29:10: fatal error: grbl.h: No such file or directory
#include <grbl.h>
^~~~~~~~
compilation terminated.

exit status 1

Compilation error: grbl.h: No such file or directory

Thanks again

IDE 2.0.0

GRBL subfile placed in Arduino libraries
/Users/hamishmcnab/Downloads/grbl-1.1h.20190825/grbl

Hope this helps

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.