machines/systems/flexibot/docs/marlin/_gcode/M030.md
2025-03-11 23:32:39 +01:00

447 B

tag title brief author group codes notes parameters example
m0030 Delete SD file Delete a specified file from SD. thinkyhead sdcard
M30
Requires [`SDSUPPORT`](/docs/configuration/configuration.html#sd-card)
tag optional description
filename false The filename of the file to delete.
pre code
Delete the file "/path/to/file.gco" M30 /path/to/file.gco

Delete a file from the SD card.