ginge/marlin-builder

Allow enabling save/load EEPROM on Ulticontroller

Closed this issue · 10 comments

Please add a way to enable the save/load EEPROM options on the Ulticontroller when using the builder.

These would appear to be enabled/disabled via "#define EEPROM_SETTINGS" in Configuration.h.

Yeah this caught me out yesterday. How would you feel about it always being on when the ulticontroller is enabled?

I'm all for it. I didn't realize it was a setting to be enabled/disabled until it was gone and I did some digging.

Patched and tested. This is now live.

bb738e5

Please can you test.

on second thoughts: Configuration.h also has:

//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

I should probably enable that too

Makes sense. I'll test once that's done. Thanks for the prompt fix.

OK re-patched tested and live.

a8947b0

I'm unable to download the built marlin as a ZIP: The requested URL /tmp/builder_1378341519-5227d28fb6a40/marlin-builder_1378341519-5227d28fb6a40.zip was not found on this server.

my mistake. This should be patched also.

290de23

Uploaded to device and confirmed menu options are present and functional. Appreciate your work on getting a builder up and running again.

Happy to help. Thanks for taking the time to report.