EEPROM CONFUSION AND OTHER QUESTIONS EVENTUALLY
Hey, I am wanting to fix my EEPROM to make it so I can change my values on Repetier Host. I have an Arduino Mega 2560 with RAMPS 1.4 and I am running Repetier Firmware and Host simultaneously. When using the configuration tool I must have set it to the wrong value because my box is grayed out. How can I fix this? Should I buy a new board or can I still talk to the brain? Thanks in advance.
~Drew
~Drew
Comments
~Drew
8 months ago my partners and I built a 12' by 12' by 12' machine. 12 feet is very large I know. It runs much more smooth than you may expect. Though I am having some trouble configuring the brain of this machine. This is the reason I have asked these questions. To my pleasant surprise you guys have answered. So here is where we are at now. I built a set up months ago to use a heated extruder. Though plans have altered and we have built an extruder that does not extrude plastic and no longer needs any source of heat. I want to tell my board, the firmware, and the host, that there is no heat required instead of just attaching a heater and letting it heat up willy nilly. I am working on my config H file now. How can I go about this to let everything know it doesn't need to heat up and does not require a heater.
I have the non heated extruder running fine on my board but when I go to hook it up to Host it gives me the error " Error Printer Set Into Dry Run Mode Until Restart!" Now I am aware this is because of a sensor defect, and I would expect this error because I don't even have a heater or sensor connected right now. Just wires going off into space. So how can I make all of my components ignore this? I could use a very detailed response right now in my time of need. Thank you all very much.
~Drew
~Drew
Expected primary expression before ';' token
How can I go about fixing this? Thank you.
Arduino: 1.8.5 (Windows 10), Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"
sketch\SDCard.cpp: In member function 'void SDCard::pausePrint(bool)':
SDCard.cpp:143: error: expected primary-expression before ';' token
Printer::memoryE - RETRACT_ON_PAUSE;
^
SDCard.cpp:144: error: expected ';' before ')' token
Printer::maxFeedrate[E_AXIS] / 2);
^
exit status 1
expected primary-expression before ';' token
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
~Drew
My second question is in Repetier Config tool, since I dont have a heater how do I make it so it doesnt have to heat up before starting?
~Drew
~Drew