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. Octoprint relies on this feature to determine if M155 is supported. Perhaps this is a bug in Octoprint since M115 "cap" reporting is optional. Usage: M155 S<period> [P<sensor>] S specifies the period in seconds to report the temperatures P optionally specifies a 0-based sensor index to report S0 disables automatic reporting Omitting the P field reports on all sensors Example: M155 S5 Causes Teacup to send a temperature report for all sensors every 5 seconds. Ref: https://reprap.org/wiki/Firmware_Capabilities_Protocol
- Loading branch information
Showing
4 changed files
with
65 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