<style type="text/css">p { margin-bottom: 0.1in; line-height: 120%; }</style>I am setting up the first time a 3 in/1 out (diamond nozzle) in Repetier-Firmware configuration tool 0.92.9 for RAMPS 1.4 G3D with RepRapdiscount full graphics and Repetier-Host 1.6.1 Ubuntu 14.04 (also some communication problems to solve, irregular not after every upload in Repetier-Host)<br/><br/>If I select Mixing Extruder (1 Nozzle/heater + 3 filament feeder) the website change, but the Configuration.h give me a compile error for an undeclared TEMP_3_PIN even I also if I select SHARED_EXTRUDER_HEATER doesn't change this the configuration.h to one temp sensor<br/><br/>Is there an working 0.92.x example of the configuration.h for RAMPS for an manual edit to one temp sensor?
<p style="margin-bottom: 0in; line-height: 100%"><font size="2">In file included
from Repetier.h:198:0,</font></p><font size="2"></font><font size="2">from Extruder.cpp:22:</font><font size="2"></font><font size="2">
Configuration.h:163:29:
error: ‘TEMP_3_PIN’ was not declared in this scope</font><font size="2"></font><font size="2">
#define
EXT2_TEMPSENSOR_PIN TEMP_3_PIN</font><font size="2">
Repetier.h:421:38:
note: in expansion of macro ‘EXT2_TEMPSENSOR_PIN’</font><font size="2"></font><font size="2">
#define
EXT2_ANALOG_CHANNEL ACCOMMA1 EXT2_TEMPSENSOR_PIN</font><font size="2">
Repetier.h:508:73:
note: in expansion of macro ‘EXT2_ANALOG_CHANNEL’</font><font size="2"></font><font size="2">
#define
ANALOG_INPUT_CHANNELS {EXT0_ANALOG_CHANNEL EXT1_ANALOG_CHANNEL
EXT2_ANALOG_CHANNEL EXT3_ANALOG_CHANNEL EXT4_ANALOG_CHANNEL
EXT5_ANALOG_CHANNEL BED_ANALOG_CHANNEL THERMO_ANALOG_CHANNEL
KEYPAD_ANALOG_CHANNEL}</font><font size="2"></font><font size="2">
Extruder.cpp:44:47:
note: in expansion of macro ‘ANALOG_INPUT_CHANNELS’</font><font size="2">
const uint8
osAnalogInputChannels[] PROGMEM = ANALOG_INPUT_CHANNELS;</font>