I am using Arduino IDE to load firmware onto a 3D printer.
short problem: every time i try to compile, i get a missing file or directory error.
long explanation: I am trying to update firmware on a Creality ender 3, V1, with board version 1.1.4. It has been modified, and I have custom firmware for this board specifically. (not written by me)
I used IDE and an arduino using the ISCP? pins to flash a bootloader, this seemed successful, AVR dude told me thank you... and it seems to have cleared the firmware from my 1.1.4 board, as the screen now stays blank when powered.
to try to trouble shoot, got a different but similar error. No idea where to go from here...
verbose errors attached or can be, when I get permission to...
I've tried the firmware given to me by the mod manufacture, as well as the upgraded firmware for the stock printer, which comes with IDE, and the bootloader in a zip file, same result for both, regardless of deleting the files next to preferences.txt
C:\Users\james\AppData\Local\Temp\arduino_build_508039\sketch\src\HAL\HAL_AVR\u8g_com_HAL_AVR_sw_spi.cpp:65:20: fatal error: U8glib.h: No such file or directory
Totally different error; not even similar The U8glib library is either not installed or installed incorrectly Install it using the library manager. Install it using the library manager (sketch -> include library -> manage libraries).
As your current problem is a code problem, it has been moved to the dedicated "Programming Questions" section of the forum.