Welcome! Log In Create A New Profile

Advanced

Repetier Firmware 0.91 Feedrate 2??

Posted by peterv3210 
Repetier Firmware 0.91 Feedrate 2??
September 14, 2014 04:14AM
Hi,

When configuring my kossel i set the feedrates to 200. But after uploading and restarting the controller it displays feedrate 2 (Controller Menu: Configuration/Feedrate)?

#define MAX_FEEDRATE_X 200
#define MAX_FEEDRATE_Y 200
#define MAX_FEEDRATE_Z 200
#define HOMING_FEEDRATE_X 200
#define HOMING_FEEDRATE_Y 200
#define HOMING_FEEDRATE_Z 200

Is this normal or am i doing something wrong?

Peter

Edited 1 time(s). Last edit at 09/14/2014 04:14AM by peterv3210.
Re: Repetier Firmware 0.91 Feedrate 2??
September 14, 2014 06:24PM
Repetier takes configuration data from EEPROM (instead of Configuration.h) if both of these are valid:
1) EEPROM is enabled
2) EEPROM_MODE is not different from the value it had during previous firmware update
Re: Repetier Firmware 0.91 Feedrate 2??
September 15, 2014 04:19AM
Thanks Hercek, That was indeed the issue.

What is the difference between enabling and disabling the eeprom?
And how can i set the correct eeprom value?
Re: Repetier Firmware 0.91 Feedrate 2??
September 15, 2014 05:57AM
When EEPROM is enabled (EEPROM_MODE > 0) the configuration data are taken from it. You can reload EEPROM with data from Configuration.h with M502.

You can edit EEPROM with repetierHost in a grid control (search the menu). Should work on Windows. It is crashing on my Linux.
You can edit it with M-codes too - search "Modifying EEPROM values" on this page: [www.repetier.com]
Re: Repetier Firmware 0.91 Feedrate 2??
September 23, 2014 10:28AM
Your homing feedrate of 200 is quite high...

HOMING_FEEDRATE quote from the installation guide:

Quote

Next comes the homing feed rate.
This should be much lower then your maximum.
The printer needs to stop immediately, when the end stop is triggered.
So take values, which allow a stop without deceleration.


RS-Online Ormerod #263, Kossel mini with Minitronics, Prusa i3 MK2
Sorry, only registered users may post in this forum.

Click here to login