How to reload EEprom settings on Vertex with Mac

Hi there,

I’m new to this forum, new to the 3D world.
Just finished building my Vertex after 2 days…
I updated the vertex, but now I can’t find how to reload the EEprom settings.
I use Repeater Host Mac. The EEprom settings window is empty.

Any help?

What are all the programs i should use on my Mac an Vertex?

Well you could always hardcode them in Marlin code, that’s what I did.

Changed steps per mm for extruder, temp pid for hotend and saved them directly.

Other way is over lcd monitor and then save them to eeprom, bit of a hassle but works if you don’t have much changes to do.

[quote=“kulla”]Well you could always hardcode them in Marlin code, that’s what I did.

Changed steps per mm for extruder, temp pid for hotend and saved them directly.

Other way is over lcd monitor and then save them to eeprom, bit of a hassle but works if you don’t have much changes to do.[/quote]

where can i do that?

[quote=“se7en”][quote=“kulla”]Well you could always hardcode them in Marlin code, that’s what I did.

Changed steps per mm for extruder, temp pid for hotend and saved them directly.

Other way is over lcd monitor and then save them to eeprom, bit of a hassle but works if you don’t have much changes to do.[/quote]

where can i do that?[/quote]

All settings are in configuration.h.
If you enable (uncomment) #define EEPROM_CHITCHAT
The settings will be accessible by repetier config -> Firmware EEprom configuration.

On Repetier-Host_Mac 0.56?

I’m no mac guy, so i’m not sure about that version.
But normally yes.

You should be able to do this from the LCD screen.
See the link below.
http://forum.velleman.eu/viewtopic.php?f=66&t=13071

Done!

Thanks!