Advertisement
Guest User

i3 hephestos repetier diamond

a guest
May 14th, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. In file included from Repetier.h:198:0,
  2. from Extruder.cpp:22:
  3. Configuration.h:170:29: error: ‘TEMP_3_PIN’ was not declared in this scope
  4. #define EXT2_TEMPSENSOR_PIN TEMP_3_PIN
  5. ^
  6. Repetier.h:425:38: note: in expansion of macro ‘EXT2_TEMPSENSOR_PIN’
  7. #define EXT2_ANALOG_CHANNEL ACCOMMA1 EXT2_TEMPSENSOR_PIN
  8. ^
  9. Repetier.h:512:73: note: in expansion of macro ‘EXT2_ANALOG_CHANNEL’
  10. #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}
  11. ^
  12. Extruder.cpp:44:47: note: in expansion of macro ‘ANALOG_INPUT_CHANNELS’
  13. const uint8 osAnalogInputChannels[] PROGMEM = ANALOG_INPUT_CHANNELS;
  14. ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement