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

25 lines
538 B
Markdown

---
tag: m0077
title: Stop Print Job Timer
brief: Stop the print job timer.
author: thinkyhead
group: printjob
codes: [ M77 ]
notes:
- Marlin considers a print job to be in progress whenever the print job timer is running, so `M77` should be included in your ending G-code in your slicer settings.
- When `PRINTJOB_TIMER_AUTOSTART` is enabled the print job timer will be stopped in response to the heaters being turned off.
parameters:
example:
-
pre: Stop the print job timer
code: M77
---
Stop the print job timer.