> For the complete documentation index, see [llms.txt](https://manual.rotrics.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.rotrics.com/gcode/marlin-original-commands/marlin-m500-save-settings.md).

# \[Marlin] M500 - Save Settings

{% hint style="success" %}
**📅Update: 2020/09/18**
{% endhint %}

## Description

Save all configurable settings to EEPROM.

## Notes:

* Requires `EEPROM_SETTINGS`.
* Since Marlin 1.1.0 only changed bytes are written to prolong EEPROM life.

  **Usage**

  `M500`

## Examples

Save settings

```
M500
```
