EEPROM configuration

All things related to the Rostock MAX 3D Printer, the worlds FIRST Delta kit!
Post Reply
jesse
Printmaster!
Posts: 422
Joined: Tue Jan 01, 2013 8:38 pm
Contact:

EEPROM configuration

Post by jesse »

Would someone please tell me how to configure the Rostock Max to enable/use the EEPROM for settings?
User avatar
LorenOlepi
Printmaster!
Posts: 76
Joined: Tue Apr 30, 2013 5:40 pm
Location: CT

Re: EEPROM configuration

Post by LorenOlepi »

Enter M500 in the Manual Control area to store to EEProm
User avatar
foshon
Printmaster!
Posts: 600
Joined: Fri Mar 08, 2013 3:05 pm
Location: Just to the right of SeeMeCNC

Re: EEPROM configuration

Post by foshon »

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.
jesse
Printmaster!
Posts: 422
Joined: Tue Jan 01, 2013 8:38 pm
Contact:

Re: EEPROM configuration

Post by jesse »

Thanks, I uncommented this line in config.h :

Code: Select all

#define EEPROM_SETTINGS
How can I define the bed height from Repetier?

[img]http://i.imgur.com/CLGXvt1.png[/img]
geneb
ULTIMATE 3D JEDI
Posts: 5358
Joined: Mon Oct 15, 2012 12:47 pm
Location: Graham, WA
Contact:

Re: EEPROM configuration

Post by geneb »

Are you SURE you have the Marlin firmware installed?

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
User avatar
foshon
Printmaster!
Posts: 600
Joined: Fri Mar 08, 2013 3:05 pm
Location: Just to the right of SeeMeCNC

Re: EEPROM configuration

Post by foshon »

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.
User avatar
Eaglezsoar
ULTIMATE 3D JEDI
Posts: 7159
Joined: Sun Apr 01, 2012 5:26 pm

Re: EEPROM configuration

Post by Eaglezsoar »

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.
What is Max's little brother? :?
“ Do Not Regret Growing Older. It is a Privilege Denied to Many. ”
User avatar
foshon
Printmaster!
Posts: 600
Joined: Fri Mar 08, 2013 3:05 pm
Location: Just to the right of SeeMeCNC

Re: EEPROM configuration

Post by foshon »

Eaglezsoar wrote:
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.
What is Max's little brother? :?

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.
jesse
Printmaster!
Posts: 422
Joined: Tue Jan 01, 2013 8:38 pm
Contact:

Re: EEPROM configuration

Post by jesse »

geneb wrote:Are you SURE you have the Marlin firmware installed?

Recent kits should have come pre-loaded with Repetier.

g.
I'm using the firmware that came with the SeeMeCNC installer.

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.
User avatar
cambo3d
ULTIMATE 3D JEDI
Posts: 1057
Joined: Thu Feb 07, 2013 10:03 pm
Location: Florida

Re: EEPROM configuration

Post by cambo3d »

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
User avatar
foshon
Printmaster!
Posts: 600
Joined: Fri Mar 08, 2013 3:05 pm
Location: Just to the right of SeeMeCNC

Re: EEPROM configuration

Post by foshon »

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.
jesse
Printmaster!
Posts: 422
Joined: Tue Jan 01, 2013 8:38 pm
Contact:

Re: EEPROM configuration

Post by jesse »

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
User avatar
foshon
Printmaster!
Posts: 600
Joined: Fri Mar 08, 2013 3:05 pm
Location: Just to the right of SeeMeCNC

Re: EEPROM configuration

Post by foshon »

jesse 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
It's on their download page, you want this one https://github.com/seemecnc/RepetierMAX ... master.zip
Purple = sarcasm

Please do a board search before posting your question, many have been answered with very time consuming detail already.
jesse
Printmaster!
Posts: 422
Joined: Tue Jan 01, 2013 8:38 pm
Contact:

Re: EEPROM configuration

Post by jesse »

Which version of Arduino did you use?

Version 0.23 (that came with Rosoft) shows an error message about the .INO file format.
User avatar
foshon
Printmaster!
Posts: 600
Joined: Fri Mar 08, 2013 3:05 pm
Location: Just to the right of SeeMeCNC

Re: EEPROM configuration

Post by foshon »

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.
I believe you can just rename the .ino to .pde, you may want to make a backup copy the ino just in case.

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.
Polygonhell
ULTIMATE 3D JEDI
Posts: 2417
Joined: Mon Mar 26, 2012 1:44 pm
Location: Redmond WA

Re: EEPROM configuration

Post by Polygonhell »

Or you can just upgrade to 1. Whatever.
User avatar
foshon
Printmaster!
Posts: 600
Joined: Fri Mar 08, 2013 3:05 pm
Location: Just to the right of SeeMeCNC

Re: EEPROM configuration

Post by foshon »

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.
Polygonhell
ULTIMATE 3D JEDI
Posts: 2417
Joined: Mon Mar 26, 2012 1:44 pm
Location: Redmond WA

Re: EEPROM configuration

Post by Polygonhell »

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.
User avatar
foshon
Printmaster!
Posts: 600
Joined: Fri Mar 08, 2013 3:05 pm
Location: Just to the right of SeeMeCNC

Re: EEPROM configuration

Post by foshon »

ic
Purple = sarcasm

Please do a board search before posting your question, many have been answered with very time consuming detail already.
Post Reply

Return to “Rostock MAX”