Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make EEPROM storage consistent #1428

Merged
merged 5 commits into from
Jan 29, 2015

Commits on Jan 28, 2015

  1. Make EEPROM storage consistent

    Update ConfigurationStore to always write dummy values for disabled
    options, including FWRETRACT, DELTA, and SCARA. Update the EEPROM
    version to “V15.” Also fixes a buffer overrun with axis_scaling in
    Config_ResetDefault.
    thinkyhead committed Jan 28, 2015
    Configuration menu
    Copy the full SHA
    093fedf View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2015

  1. Fix alignment of Restore following PIDTEMP

    Should be reading 4 x 4 PID values instead of 4 x 3
    thinkyhead committed Jan 29, 2015
    Configuration menu
    Copy the full SHA
    ff99ca3 View commit details
    Browse the repository at this point in the history
  2. Flag EEPROM write errors on serial output

    - Also adds a language string for the error.
    - Also adds SERIAL_EOL as an alias for SERIAL_ECHOLN(“”)
    thinkyhead committed Jan 29, 2015
    Configuration menu
    Copy the full SHA
    9bc9051 View commit details
    Browse the repository at this point in the history
  3. use eeprom read correctly

    thinkyhead committed Jan 29, 2015
    Configuration menu
    Copy the full SHA
    6137bbd View commit details
    Browse the repository at this point in the history
  4. yeah, what he said

    thinkyhead committed Jan 29, 2015
    Configuration menu
    Copy the full SHA
    fe3810f View commit details
    Browse the repository at this point in the history