<font face="Arial, Verdana">I am new to 3D printing. I have a Kossel clone (HE3d Delta 180 dual Extruder) using a RAMPS 1.4 board. I needed to get power to D9 for the second extruder. I was read I needed to change the port type in the Config.h. I decided to just update the firmware and used the wizard to do that from my existing config (liked that part). I downloaded the zip and fired up Adruino. I tried to upload but get the following error. </font>
<font face="Arial, Verdana">sketch\Extruder.cpp: At global scope:</font>
<font face="Arial, Verdana">
</font>
<font face="Arial, Verdana">Configuration.h:169: error: 'ORIG_E2_ENABLE_PIN' was not declared in this scope</font>
<font face="Arial, Verdana">
</font>
<font face="Arial, Verdana"> #define EXT2_ENABLE_PIN ORIG_E2_ENABLE_PIN</font>
<font face="Arial, Verdana">
</font>
<font face="Arial, Verdana"> ^</font>
<font face="Arial, Verdana">
</font>
<font face="Arial, Verdana">sketch\Extruder.cpp:2577:71: note: in expansion of macro 'EXT2_ENABLE_PIN'</font>
<font face="Arial, Verdana">
</font>
<font face="Arial, Verdana"> 2,EXT2_X_OFFSET,EXT2_Y_OFFSET,EXT2_Z_OFFSET,EXT2_STEPS_PER_MM,EXT2_ENABLE_PIN,EXT2_ENABLE_ON,</font>
<font face="Arial, Verdana">
</font>
<font face="Arial, Verdana"> ^</font>
<font face="Arial, Verdana">
</font>
<font face="Arial, Verdana">exit status 1</font>
<font face="Arial, Verdana">'TEMP_3_PIN' was not declared in this scope</font>
<font face="Arial, Verdana">
</font>
<font face="Arial, Verdana">This report would have more information with</font>
<font face="Arial, Verdana">"Show verbose output during compilation"</font>
<font face="Arial, Verdana">option enabled in File -> Preferences.</font>
Where do I begin ?