This repository has been archived by the owner on Aug 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add M155 support for periodic temperature reporting
M155 turns on automatic periodic temperature reporting. Enables live temperature reporting while waiting for temps (M119) and during normal gcode processing without depending on M105 requests from the host. Also add "cap: AUTOREPORT_TEMP" capability report to M115. It's a thing Marlin does and Octorprint needs to see it before it will use M155. Usage: M155 S<period> [P<probe>] S specifies the period in seconds to report the temperatures P optionally specifies which sensor to report S0 disables automatic reporting Omitting the P field reports on all sensors
- Loading branch information
Showing
4 changed files
with
68 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters