SeeMeCNC is offering what I believe is version .81 of Repetier firmware for the RMAX and the settings within it are adjusted for the RMAX.
I would like to upgrade to the development version of Repetier found on the Github.
Is there a list somewhere on the Forum detailing the adjustments that would have to be made to the development version to be compatible with the RMAX
or do I have to run a comparison software to see what the differences are? I am not talking about the simple stuff like pulley teeth, steps per mm, etc but the
not so simple stuff that is not obvious to a casual upgrader. Thanks for any answers.
Changing from SeeMeCNC .81 Repetier to .90
- Eaglezsoar
- ULTIMATE 3D JEDI
- Posts: 7159
- Joined: Sun Apr 01, 2012 5:26 pm
Re: Changing from SeeMeCNC .81 Repetier to .90
First, take screenshots of your EEPROM settings. Then, you have to go through Configuration.h and copy all the settings over. There may be some settings that have different names so you will have to be aware of this. You also have to go through pins.h, find the place where it defines RAMBo pins (do a search for 301) and then verify those settings too.
Do this line-by-line. If you copy and paste a block of stuff you might miss a small change, and you might never figure out where you went wrong.
I haven't figured out how to get the LCD working yet. It's wrong the way it is in Repetier, even if you copy the settings from pins.h. I haven't bothered figuring it out yet but I think they have confused one of the LCD pins with the X tower step pin.
Do this line-by-line. If you copy and paste a block of stuff you might miss a small change, and you might never figure out where you went wrong.
I haven't figured out how to get the LCD working yet. It's wrong the way it is in Repetier, even if you copy the settings from pins.h. I haven't bothered figuring it out yet but I think they have confused one of the LCD pins with the X tower step pin.
Questions? Ask in a thread - PMs are off.
AI Calibration | Dimensional Accuracy Calibration | Hand-Tune your PID | OctoPi + Touchscreen setup | My E3D hot end mount, Z probe, fan ducts, LED ring mount, filament spool holder, etc.
AI Calibration | Dimensional Accuracy Calibration | Hand-Tune your PID | OctoPi + Touchscreen setup | My E3D hot end mount, Z probe, fan ducts, LED ring mount, filament spool holder, etc.
- Eaglezsoar
- ULTIMATE 3D JEDI
- Posts: 7159
- Joined: Sun Apr 01, 2012 5:26 pm
Re: Changing from SeeMeCNC .81 Repetier to .90
Thank you for the instructions. I'll give her a try over the weekend.626Pilot wrote:First, take screenshots of your EEPROM settings. Then, you have to go through Configuration.h and copy all the settings over. There may be some settings that have different names so you will have to be aware of this. You also have to go through pins.h, find the place where it defines RAMBo pins (do a search for 301) and then verify those settings too.
Do this line-by-line. If you copy and paste a block of stuff you might miss a small change, and you might never figure out where you went wrong.
I haven't figured out how to get the LCD working yet. It's wrong the way it is in Repetier, even if you copy the settings from pins.h. I haven't bothered figuring it out yet but I think they have confused one of the LCD pins with the X tower step pin.