---
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.
