| m0032 |
Select and Start |
Begin an SD print from a file. |
thinkyhead |
true |
SDSUPPORT |
sdcard |
|
| Requires [`SDSUPPORT`](/docs/configuration/configuration.html#sd-card) |
| This is a seldom-used beta feature that needs more testing and use-cases. |
|
| tag |
optional |
description |
values |
| P |
true |
Sub-Program flag |
|
|
| tag |
optional |
description |
values |
| S |
true |
Starting file offset |
|
|
|
| pre |
code |
| Select and start a file at offset 5022. |
M32 S5022 !/boats/sailboat.gco |
|
| pre |
code |
post |
| Select and start a file from within G-code. |
M32 P !/models/lgbust.gco# |
The `#` suffix is needed when using `P` to "stop buffer pre-reading" so no commands after [`M32`](/docs/gcode/M032.html) will go into the buffer until after it returns. |
|
|