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

29 lines
667 B
Markdown

---
tag: m0075
title: Start Print Job Timer
brief: Start the print job timer.
author: thinkyhead
group: printjob
codes: [ M75 ]
notes:
- Marlin considers a print job to be in progress whenever the print job timer is running, so it should be included in your starting G-code in your slicer settings.
- When `PRINTJOB_TIMER_AUTOSTART` is enabled the print job timer will be started in response to turning on heaters.
parameters:
-
tag: string
optional: true
description: A string to display in the LCD heading. (Requires `DWIN_CREALITY_LCD_ENHANCED`)
example:
-
pre: Start the print job timer
code: M75
---
Start the print job timer.