Page 1 of 1

Arduino/Marlin

Posted: Fri Mar 29, 2013 12:40 am
by harley573
I just downloaded the newest version of arduino. Then it occurred to me that I might have just over-written all the settings I tweaked to get this printer set up. I do NOT want to go through the whole calibration and setup again. So it now occurs to me that I can probably transfer the settings from the RAMBo to the computer. Any idea how to do this? Do I use the "verify" button?

Re: Arduino/Marlin

Posted: Fri Mar 29, 2013 12:59 am
by Polygonhell
harley573 wrote:I just downloaded the newest version of arduino. Then it occurred to me that I might have just over-written all the settings I tweaked to get this printer set up. I do NOT want to go through the whole calibration and setup again. So it now occurs to me that I can probably transfer the settings from the RAMBo to the computer. Any idea how to do this? Do I use the "verify" button?
The arduino software is just a compiler, makes no differrence to the firmware settings is it works at all.

Re: Arduino/Marlin

Posted: Fri Mar 29, 2013 2:12 am
by harley573
Okay, I guess it's "marlin" then. How do I get my settings that are stored on RAMBo imported back into the Marlin H tab where I've been making changes like the Z height?

Re: Arduino/Marlin

Posted: Fri Mar 29, 2013 2:21 am
by harley573
What does "Verify" do exactly?

Whenever I try to "verify" or if I try to upload, I get an error over in the Marlin tab, (see attached).

Re: Arduino/Marlin

Posted: Fri Mar 29, 2013 5:01 am
by Flateric
I believe that checks the code before it is upload for errors. It does not check or verify the rom on the hardware.

I do not think you can read the rom back to the computer, I could be wrong, but I don't think so.

Re: Arduino/Marlin

Posted: Fri Mar 29, 2013 12:20 pm
by Polygonhell
harley573 wrote:What does "Verify" do exactly?

Whenever I try to "verify" or if I try to upload, I get an error over in the Marlin tab, (see attached).
Verify just compiles the Sketch, my guess is that the version of Marlin you are using is not compatible with the latest arduino IDE, assuming you don't want to actually fix the marlin code you're probably best downgrading to whatever version of arduino you were previously using and was working.

Re: Arduino/Marlin

Posted: Fri Mar 29, 2013 3:52 pm
by harley573
I reverted back to the previous version and everything works again. Thanks for the help.