just installed an e3dv6 hotend on my orion...now on the learning curve with modifying the firmware for thermister and maxtem parameters.
downloaded and installed arduino code blocks.....
following instructions at this link to build and upload: http://www.repetier.com/documentation/r ... tallation/
in configuration.h made these changes:
* #define MAXTEMP 300
* #define EXT0_TEMPSENSOR_TYPE 8
* #define MOTHERBOARD 301 (rambo)
Board set to "Arduino Mega 2560"...
Now tried to compile for 1st time and getting error:
||=== Build: Arduino Mega 2560/ADK in Repetier (compiler: GNU AVR GCC Compiler) ===|
.objs\Repetier.o||No such file or directory|
||=== Build failed: 1 error(s), 0 warning(s) (0 minute(s), 2 second(s)) ===|
in the instructions at the link above there is nothing said about defining directories??
NEWBIE NEEDS HELP!!
