Hey All,
I've had my printer about 2 weeks. Its a dual extruder. I've been getting the dreaded decoupling heater problems so I thought I would try to downgrade firmware to .91 When trying to compile the firmware I get the following error:
Arduino: 1.6.1 (Mac OS X), Board: "Arduino Mega ADK"
Build options changed, rebuilding all
ui.cpp: In member function 'bool<anonymous struct>::showEntry() const':
ui.cpp:120:35: error: ISO C++ forbids declaration of 'type name' with no type [-fpermissive]
f = HAL::readFlashByte((const prog_char*)&filter);
^
ui.cpp:120:35: error: ISO C++ forbids declaration of 'type name' with no type [-fpermissive]
ui.cpp:120:29: error: expected primary-expression before 'const'
f = HAL::readFlashByte((const prog_char*)&filter);
^
ui.cpp:120:29: error: expected ')' before 'const'
ui.cpp:123:36: error: ISO C++ forbids declaration of 'type name' with no type [-fpermissive]
f2 = HAL::readFlashByte((const prog_char*)&nofilter);
^
ui.cpp:123:36: error: ISO C++ forbids declaration of 'type name' with no type [-fpermissive]
ui.cpp:123:30: error: expected primary-expression before 'const'
f2 = HAL::readFlashByte((const prog_char*)&nofilter);
^
ui.cpp:123:30: error: expected ')' before 'const'
ui.cpp: In member function 'void UIDisplay::nextPreviousAction(int8_t)':
ui.cpp:1983:47: error: ISO C++ forbids declaration of 'type name' with no type [-fpermissive]
uint8_t mtype = HAL::readFlashByte((const prog_char*)&(men->menuType));
^
ui.cpp:1983:47: error: ISO C++ forbids declaration of 'type name' with no type [-fpermissive]
ui.cpp:1983:41: error: expected primary-expression before 'const'
uint8_t mtype = HAL::readFlashByte((const prog_char*)&(men->menuType));
^
ui.cpp:1983:41: error: expected ')' before 'const'
ui.cpp:1987:49: error: ISO C++ forbids declaration of 'type name' with no type [-fpermissive]
uint8_t entType = HAL::readFlashByte((const prog_char*)&(ent->menuType));// 0 = Info, 1 = Headline, 2 = submenu ref, 3 = direct action command
^
ui.cpp:1987:49: error: ISO C++ forbids declaration of 'type name' with no type [-fpermissive]
ui.cpp:1987:43: error: expected primary-expression before 'const'
uint8_t entType = HAL::readFlashByte((const prog_char*)&(ent->menuType));// 0 = Info, 1 = Headline, 2 = submenu ref, 3 = direct action command
^
ui.cpp:1987:43: error: expected ')' before 'const'
Error compiling.
This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.
I have a couple of other questions. What is the Arduino board type I should select?
Thanks!
Downgrading Firmware to .91
-
- Posts: 23
- Joined: Wed Feb 18, 2015 5:28 am
Thanks, I'll try that. Are there any settings I need to change in the config.h or anything or is it good to go after that?
-
- Posts: 23
- Joined: Wed Feb 18, 2015 5:28 am
Downgrading arduino to 1.5.5 worked, thanks! So far no decouples
I have issues with 0.92.2 firmware (uploaded using arduino 1.6.0). Printer only does one print run before everything becomes unresponsive - no heaters no motors. Occasionally get the heater decouple issue when heating bed only. Reinstall everything works sometimes, but only for one print.
I have wasted weeks struggling with latest update.
What RepHost version are people using 0.91 firmware with?? Please help!
I have wasted weeks struggling with latest update.
What RepHost version are people using 0.91 firmware with?? Please help!