If this isn't the right place for this ? please direct me. thx
I have the following:
Arduino 1.6.3 installed w/drivers
board = AT Mega 2532 with RAMPS 1.4 bd and RepRap Discount Full Graphics Smart Controller Display
Project = Marlin_CBOT_E3D -- a 3D printer project
It requires file U8glib.h == #include <U8glib.h> is in 9 different .h files
I did the following:
I dnld "u8glib_avr_v1.17.zip", unzipped it and copied all files in the "src" folder to the "Marlin_CBOT_E3D" folder. There is no U8glib.h file in that folder or in any other folder of that zip file or in the "u8glib_arduino_v1.17.zip" file.
I open "Marlin_CBOT_E3D.ino", select the AT Mega 2532 bd, clk "verify/compile" and get this:
"Marlin_CBOT_E3D.ino:44:101: fatal error: U8glib.h: No such file or directory"
I found this file "u8glib-1ba043389db5.zip" which does have a U8glib.h file and copied that to the project folder and got the same result. I have also placed the file in various other folders with no joy.
If I compile w/o ANY of the files from the src folder it errors in 2 seconds.
With the files in the project folder it takes 25 seconds to error.
U8glib.h is included in 9 .h files.
WHAT DOES IT WANT FROM ME????????????????????