MCPcopy Create free account
hub / github.com/MarlinFirmware/Marlin / M33

Method M33

Marlin/src/gcode/sd/M33.cpp:44–48  ·  view source on GitHub ↗

* M33: Get Long Path * * Get the long full path of a file or folder * * Parameters: * Case-insensitive DOS-style path to a file or folder * * Example: * M33 miscel~1/armchair/armcha~1.gco * * Output: * /Miscellaneous/Armchair/Armchair.gcode */

Source from the content-addressed store, hash-verified

42 * /Miscellaneous/Armchair/Armchair.gcode
43 */
44void GcodeSuite::M33() {
45
46 card.printLongPath(parser.string_arg);
47
48}
49
50#endif // LONG_FILENAME_HOST_SUPPORT

Callers

nothing calls this directly

Calls 1

printLongPathMethod · 0.80

Tested by

no test coverage detected