Add documentation
This commit is contained in:
parent
b6d56bc0f4
commit
7e09df6a34
|
|
@ -5816,6 +5816,12 @@ if(eSoundMode!=e_SOUND_MODE_SILENT)
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
### M27 - Get SD status <a href="https://reprap.org/wiki/G-code#M27:_Report_SD_print_status">M27: Report SD print status</a>
|
### M27 - Get SD status <a href="https://reprap.org/wiki/G-code#M27:_Report_SD_print_status">M27: Report SD print status</a>
|
||||||
|
#### Usage
|
||||||
|
|
||||||
|
M27 [ P ]
|
||||||
|
|
||||||
|
#### Parameters
|
||||||
|
- `P` - Show full SFN path instead of LFN only.
|
||||||
*/
|
*/
|
||||||
case 27:
|
case 27:
|
||||||
card.getStatus(code_seen('P'));
|
card.getStatus(code_seen('P'));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue