30 lines
439 B
Markdown
30 lines
439 B
Markdown
---
|
|
tag: m0026
|
|
title: Set SD position
|
|
brief: Set the SD read position
|
|
author: thinkyhead
|
|
|
|
requires: SDSUPPORT
|
|
group: sdcard
|
|
|
|
codes: [ M26 ]
|
|
|
|
notes:
|
|
- Requires [`SDSUPPORT`](/docs/configuration/configuration.html#sd-card)
|
|
|
|
parameters:
|
|
-
|
|
tag: S
|
|
optional: true
|
|
description: Next file read position to set
|
|
values:
|
|
-
|
|
tag: pos
|
|
type: long
|
|
|
|
examples:
|
|
|
|
---
|
|
|
|
Set the next read position in the open SD file.
|