Add documentation

This commit is contained in:
Alex Voinea 2021-02-01 14:54:44 +02:00
parent b6d56bc0f4
commit 7e09df6a34

View File

@ -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>
#### Usage
M27 [ P ]
#### Parameters
- `P` - Show full SFN path instead of LFN only.
*/
case 27:
card.getStatus(code_seen('P'));