Arduino/Marlin
Arduino/Marlin
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?
-
- ULTIMATE 3D JEDI
- Posts: 2417
- Joined: Mon Mar 26, 2012 1:44 pm
- Location: Redmond WA
Re: Arduino/Marlin
The arduino software is just a compiler, makes no differrence to the firmware settings is it works at all.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?
Printer blog http://3dprinterhell.blogspot.com/
Re: Arduino/Marlin
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
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).
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
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.
I do not think you can read the rom back to the computer, I could be wrong, but I don't think so.
"Now you see why evil will always triumph! Because good is dumb." - Spaceballs
-
- ULTIMATE 3D JEDI
- Posts: 2417
- Joined: Mon Mar 26, 2012 1:44 pm
- Location: Redmond WA
Re: Arduino/Marlin
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.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).
Printer blog http://3dprinterhell.blogspot.com/
Re: Arduino/Marlin
I reverted back to the previous version and everything works again. Thanks for the help.