Welcome to mirror list, hosted at ThFree Co, Russian Federation.

M503.md « _gcode - github.com/MarlinFirmware/MarlinDocumentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4355e288d916487ebf1ef4cd84b4c1b8d4ab2ce4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
tag: m0503
title: Report Settings
brief: Report all settings that may be saved to EEPROM.
author: thinkyhead

group: eeprom

codes: [ M503 ]

notes: Does not require `EEPROM_SETTINGS`.

parameters:
  -
    tag: S
    optional: true
    description: Detailed output flag. (`true` if omitted.)
    values:
      -
        type: flag
  -
    tag: C
    optional: true
    since: 2.0.9.3
    requires: CONFIGURATION_EMBEDDING
    description: Save the embedded configuration ZIP file to the SD Card or Flash Drive.
    values:
      -
        type: flag

examples:

---

Print a concise report of all runtime-configurable settings (in SRAM) to the host console.
This command reports the active settings which may or may not be the same as those stored in the EEPROM.