forked from MarlinFirmware/Marlin
-
Notifications
You must be signed in to change notification settings - Fork 0
M503
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.
Print current settings to the serial output. Use S0
for plain G-code output that can be run to restore all settings.
M503 ; Print current settings M503 S0 ; Print current settings as replayable G-code
S<flag> S0 to display minimal G-code output.
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.
- The
S0
option is a custom feature of Marlin.
Welcome to Marlin
Setting Up Marlin
Features
Configuring Marlin
Reference
GCode in Marlin
Join the Marlin Project
Contributing to Marlin
Coding Standards
Marlin or MarlinDev?
Marlin Branches
Marlin 1.2 Development
Compiling-MarlinDEV-master