EEPROM configuration
EEPROM configuration
Would someone please tell me how to configure the Rostock Max to enable/use the EEPROM for settings?
- LorenOlepi
- Printmaster!
- Posts: 76
- Joined: Tue Apr 30, 2013 5:40 pm
- Location: CT
Re: EEPROM configuration
Enter M500 in the Manual Control area to store to EEProm
- foshon
- Printmaster!
- Posts: 600
- Joined: Fri Mar 08, 2013 3:05 pm
- Location: Just to the right of SeeMeCNC
Re: EEPROM configuration
You can also check the bottom portion of the config.h file to make sure it is set up correctly. Look for this:
Code: Select all
/** \brief EEPROM storage mode
Set the EEPROM_MODE to 0 if you always wan't to use the settings in this configuration file. If not,
set it to a value not stored in the first EEPROM-byte used. If you later want to overwrite your current
eeprom settings with configuration defaults, just select an other value. On the first call to epr_init()
it will detect a mismatch of the first byte and copys default values into EEPROM. If the first byte
matches, the stored values are used to overwrite the settings.
IMPORTANT: With mode <>0 some changes in configuration.h are not set any more, as they are
taken from the EEPROM.
*/
#define EEPROM_MODE 1
Purple = sarcasm
Please do a board search before posting your question, many have been answered with very time consuming detail already.
Please do a board search before posting your question, many have been answered with very time consuming detail already.
Re: EEPROM configuration
Thanks, I uncommented this line in config.h :
How can I define the bed height from Repetier?
[img]http://i.imgur.com/CLGXvt1.png[/img]
Code: Select all
#define EEPROM_SETTINGS
[img]http://i.imgur.com/CLGXvt1.png[/img]
Re: EEPROM configuration
Are you SURE you have the Marlin firmware installed?
Recent kits should have come pre-loaded with Repetier.
g.
Recent kits should have come pre-loaded with Repetier.
g.
Delta Power!
Defeat the Cartesian Agenda!
http://www.f15sim.com - 80-0007, The only one of its kind.
http://geneb.simpits.org - Technical and Simulator Projects
Defeat the Cartesian Agenda!
http://www.f15sim.com - 80-0007, The only one of its kind.
http://geneb.simpits.org - Technical and Simulator Projects
- foshon
- Printmaster!
- Posts: 600
- Joined: Fri Mar 08, 2013 3:05 pm
- Location: Just to the right of SeeMeCNC
Re: EEPROM configuration
If you are using Marlin, why? I used to like it, and then I used Repetier. If you haven't tried Repetier you should. Hell, I even switched MAX's little brother over to it.
Purple = sarcasm
Please do a board search before posting your question, many have been answered with very time consuming detail already.
Please do a board search before posting your question, many have been answered with very time consuming detail already.
- Eaglezsoar
- ULTIMATE 3D JEDI
- Posts: 7159
- Joined: Sun Apr 01, 2012 5:26 pm
Re: EEPROM configuration
What is Max's little brother?foshon wrote:If you are using Marlin, why? I used to like it, and then I used Repetier. If you haven't tried Repetier you should. Hell, I even switched MAX's little brother over to it.

“ Do Not Regret Growing Older. It is a Privilege Denied to Many. ”
- foshon
- Printmaster!
- Posts: 600
- Joined: Fri Mar 08, 2013 3:05 pm
- Location: Just to the right of SeeMeCNC
Re: EEPROM configuration
Eaglezsoar wrote:What is Max's little brother?foshon wrote:If you are using Marlin, why? I used to like it, and then I used Repetier. If you haven't tried Repetier you should. Hell, I even switched MAX's little brother over to it.
It's my MendelMax 1.5+
Purple = sarcasm
Please do a board search before posting your question, many have been answered with very time consuming detail already.
Please do a board search before posting your question, many have been answered with very time consuming detail already.
Re: EEPROM configuration
I'm using the firmware that came with the SeeMeCNC installer.geneb wrote:Are you SURE you have the Marlin firmware installed?
Recent kits should have come pre-loaded with Repetier.
g.
It works fine and supports the Smart LCD.
What I meant was, how do I set the bed height to EEPROM from Repetier-host? The goal is skip reflashing the firmware.
Re: EEPROM configuration
marlin does not support eeprom changes via repetier as far as i know. the rosoft installer has the old marlin firmware. The downloads page on seemecnc website doesnt even list the rosoft as an option anymore
that's why you need to be sure what firmware you are using. the boards shipped from seemecnc currently all have repetier firmware preloaded and it works with the lcd
that's why you need to be sure what firmware you are using. the boards shipped from seemecnc currently all have repetier firmware preloaded and it works with the lcd
My rostock build log http://forum.seemecnc.com/viewtopic.php?f=42&t=1228
- foshon
- Printmaster!
- Posts: 600
- Joined: Fri Mar 08, 2013 3:05 pm
- Location: Just to the right of SeeMeCNC
Re: EEPROM configuration
The bed height is set using the z-axis MAX Travel setting in the EEProm. The pic you posted says Marlin at the top, make sure Repetier is set to talk to the correct firmware before you do anything.
Purple = sarcasm
Please do a board search before posting your question, many have been answered with very time consuming detail already.
Please do a board search before posting your question, many have been answered with very time consuming detail already.
Re: EEPROM configuration
It appears that the Marlin firmware is being autodetected by Repetier-Host.
I wasn't sure if the settings were different in Repetier-Host V0.85b.
This video shows the possible EEPROM settings as an associate array list.
[youtube]http://www.youtube.com/watch?feature=pl ... lr4#t=645s[/youtube]
I'll email SeeMeCNC about the new firmware
I wasn't sure if the settings were different in Repetier-Host V0.85b.
This video shows the possible EEPROM settings as an associate array list.
[youtube]http://www.youtube.com/watch?feature=pl ... lr4#t=645s[/youtube]
I'll email SeeMeCNC about the new firmware
- foshon
- Printmaster!
- Posts: 600
- Joined: Fri Mar 08, 2013 3:05 pm
- Location: Just to the right of SeeMeCNC
Re: EEPROM configuration
It's on their download page, you want this one https://github.com/seemecnc/RepetierMAX ... master.zipjesse wrote:It appears that the Marlin firmware is being autodetected by Repetier-Host.
I wasn't sure if the settings were different in Repetier-Host V0.85b.
This video shows the possible EEPROM settings as an associate array list.
[youtube]http://www.youtube.com/watch?feature=pl ... lr4#t=645s[/youtube]
I'll email SeeMeCNC about the new firmware
Purple = sarcasm
Please do a board search before posting your question, many have been answered with very time consuming detail already.
Please do a board search before posting your question, many have been answered with very time consuming detail already.
Re: EEPROM configuration
Which version of Arduino did you use?
Version 0.23 (that came with Rosoft) shows an error message about the .INO file format.
Version 0.23 (that came with Rosoft) shows an error message about the .INO file format.
- foshon
- Printmaster!
- Posts: 600
- Joined: Fri Mar 08, 2013 3:05 pm
- Location: Just to the right of SeeMeCNC
Re: EEPROM configuration
I believe you can just rename the .ino to .pde, you may want to make a backup copy the ino just in case.jesse wrote:Which version of Arduino did you use?
Version 0.23 (that came with Rosoft) shows an error message about the .INO file format.
Edit: Just verified the rename trick works fine, no need for backup.
Purple = sarcasm
Please do a board search before posting your question, many have been answered with very time consuming detail already.
Please do a board search before posting your question, many have been answered with very time consuming detail already.
-
- ULTIMATE 3D JEDI
- Posts: 2417
- Joined: Mon Mar 26, 2012 1:44 pm
- Location: Redmond WA
Re: EEPROM configuration
Or you can just upgrade to 1. Whatever.
Printer blog http://3dprinterhell.blogspot.com/
- foshon
- Printmaster!
- Posts: 600
- Joined: Fri Mar 08, 2013 3:05 pm
- Location: Just to the right of SeeMeCNC
Re: EEPROM configuration
Polygonhell wrote:Or you can just upgrade to 1. Whatever.
Isn't there an issue with the AVRdude stuff being compatible?
Purple = sarcasm
Please do a board search before posting your question, many have been answered with very time consuming detail already.
Please do a board search before posting your question, many have been answered with very time consuming detail already.
-
- ULTIMATE 3D JEDI
- Posts: 2417
- Joined: Mon Mar 26, 2012 1:44 pm
- Location: Redmond WA
Re: EEPROM configuration
There was an issue with earlier versions of repetier and marlin, neither would compile against the 1.X libraries, but that was fixed some time ago.
Printer blog http://3dprinterhell.blogspot.com/
- foshon
- Printmaster!
- Posts: 600
- Joined: Fri Mar 08, 2013 3:05 pm
- Location: Just to the right of SeeMeCNC
Re: EEPROM configuration
ic
Purple = sarcasm
Please do a board search before posting your question, many have been answered with very time consuming detail already.
Please do a board search before posting your question, many have been answered with very time consuming detail already.