flexi-bot/docs/marlin/_gcode/M026.md
2023-09-05 20:38:49 +02:00

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.