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

37 lines
641 B
Markdown

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