Issuing an
The file will remain “selected” and all subsequent
If the file does not exist on the SD card, an error will be returned (ERROR?).
The
Use
The command is used as such:
M23 filename.gco
Which means: Select the file to be used in the subsequent
When the file is selected, the system verifies that the file exists and is accessible on the SD card. In V2, if the file cannot be opened, an error will be returned with details about why the selection failed.
| Parameter | Usage | Example |
|---|---|---|
filename |
The file, on the SD card, will be printed in the subsequent M24 command | M20 myGcodeFile.gco |
The filename parameter identifies the file to be used by subsequent
Smoothie supports both long filenames and 8.3 format.
If your SD card contents were:
This means if you command:
M23 myGcode.gco
The file myGcode.gco would be queued for subsequent printing with the
To actually start printing, you would then issue:
M24
The
The SD card must be properly inserted and contain the file you’re trying to select.
When using
Place these macro files in the root directory of the SD card if you want to use them.
These resources are used as references: