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

641 B

tag title brief author since requires group codes notes parameters examples
m0033 Get Long Path Convert a short pathname to a long pathname. thinkyhead 1.0.2 SDSUPPORT, LONG_FILENAME_HOST_SUPPORT sdcard
M33
Requires [`SDSUPPORT`](/docs/configuration/configuration.html#sd-card) and `LONG_FILENAME_HOST_SUPPORT`
tag optional description
path false DOS 8.3 path to a file or folder
pre code
Get the long path for a file
M33 funstuff/mask.gco
pre code
Output
FunStuff/Mask.gcode

Get the long name for a file based on the DOS 8.3 path.