Skip to content
Scott Lahteine edited this page Mar 23, 2016 · 2 revisions

DO NOT EDIT THIS PAGE. The wiki is being ported to a new documentation system.
Please see Issue #3088 "New Documentation" for more information.

Table of Contents

Description

Print current settings to the serial output. Use S0 for plain G-code output that can be run to restore all settings.

Examples

 M503    ; Print current settings
 M503 S0 ; Print current settings as replayable G-code

Arguments

 S<flag> S0 to display minimal G-code output.

Discussion

This command displays the current value of all the parameters which can be stored in EEPROM. These are not the settings stored in EEPROM! Use M500 to store these settings in EEPROM.

Notes

  • The S0 option is a custom feature of Marlin.
Clone this wiki locally