Errors
I will start out by saying I am pretty new to all of this. I am an Arduino user (Intermediate) and I have never used a 3D printer. I am currently building a Delta style printer and the mechanics of it are simple for me (I am a machinist). I have most of it built and recently have purchased most of the components for it. I used the Repetier firmware configuration tool to set all the configurations and settings for my printer. When I open it in Arduino IDE and hit the verify button, I get a bunch of errors. For example,
In file included from Configuration.h:42,
from Repetier.h:185,
from Commands.cpp:22:
pins.h:311:2: error: #error Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu.
In file included from HAL.h:77,
from Repetier.h:353,
from Commands.cpp:22:
fastio.h:3733:2: error: #error pins for this chip not defined in arduino.h! If you write an appropriate pin definition and have this firmware work on your chip, please submit a pull request
In file included from Repetier.h:353,
from Commands.cpp:22:
Any help would be greatly appreciated! Thank you for your time.
Comments