After I have upgrade the controller card whit the firmware K8200 V2.1 witch support the K8204 Z AXIS UPGRADE ROD, I have too reset the EEPROM!
Where can I find and reset the EEPROM?
Send the printer a M502 followed by a M500
M502 loads default settings and M500 stores them to EEprom
[quote=“Lasser”]After I have upgrade the controller card whit the firmware K8200 V2.1 witch support the K8204 Z AXIS UPGRADE ROD, I have too reset the EEPROM!
Where can I find and reset the EEPROM?[/quote]
Thanks; I have send the 2 code’s to the card.
But it has not the results I expected. The Z-axis travel Feedrate is still incorrect (mm/min). But the standalone-controler functions correct.
I have first install the V2 for the standalone-controler vm8201. Maybe is that the problem?
Also I don’t see in the log the firmware update V2.1!
did you uncomment this
//define this to enable eeprom support
#define EEPROM_SETTINGS
//to disable EEPROM Serial responses and decrease program space by ~1700 byte: comment this out:
// please keep turned on if you can.
#define EEPROM_CHITCHAT
in configuration.h?
Then you should be able to do eeprom settings with repetier
[quote=“Lasser”][quote=“Lasser”]After I have upgrade the controller card whit the firmware K8200 V2.1 witch support the K8204 Z AXIS UPGRADE ROD, I have too reset the EEPROM!
Where can I find and reset the EEPROM?[/quote]
Thanks; I have send the 2 code’s to the card.
But it has not the results I expected. The Z-axis travel Feedrate is still incorrect (mm/min). But the standalone-controler functions correct.
I have first install the V2 for the standalone-controler vm8201. Maybe is that the problem?
Also I don’t see in the log the firmware update V2.1![/quote]
No, I have not uncomment that code in the configuration.h
So this is watt I have to do, if I understand you correctly:
- first; I send the printer a M502 followed by a M500
- second; I send the code " // define this to enable eeprom support …"
- and then I do the eeprom settings with Repetier. Which I can find in the configuration.h (firmware V2.1).
Sending M502 to the printer loads the Firmware default settings.
M500 Stores the settings back to EEprom.
The code snipped i mentioned enables you to change EEprom settings from repetier.
Therfeore uncomment the lines in configuration_h, recompile and flash it to the board.
This is a really stupid question but how do i send the codes to the board? Repetier?
In repeiter go to the Manual control tab and jutz type the commands in the field (gcode) next to the send button and press send.