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

485 B

tag title brief author group codes related notes parameters examples
m0928 Start SD Logging Log serial input to an SD file thinkyhead sdcard
M928
M29
Stop logging with [`M29`](/docs/gcode/M029.html).
tag optional description
filename false File name of log file
pre code
Start logging to log.txt M928 log.txt

Use this command to start logging all console and host input to an SD file while still operating the machine.