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

28 lines
485 B
Markdown

---
tag: m0928
title: Start SD Logging
brief: Log serial input to an SD file
author: thinkyhead
group: sdcard
codes: [ M928 ]
related: [ M29 ]
notes: Stop logging with [`M29`](/docs/gcode/M029.html).
parameters:
-
tag: filename
optional: false
description: File name of log file
examples:
-
pre: Start logging to log.txt
code: M928 log.txt
---
Use this command to start logging all console and host input to an SD file while still operating the machine.