https://github.com/jneilliii/octoprint-iponconnect
https://github.com/jneilliii/octoprint-iponconnect
octoprint octoprint-plugin
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jneilliii/octoprint-iponconnect
- Owner: jneilliii
- Created: 2016-09-24T19:10:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-20T02:44:41.000Z (over 1 year ago)
- Last Synced: 2025-04-11T18:12:22.314Z (about 1 year ago)
- Topics: octoprint, octoprint-plugin
- Language: Python
- Size: 197 KB
- Stars: 16
- Watchers: 1
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# OctoPrint-ipOnConnect
A simple plugin to send an M117 (Default)/M70 (Optional setting) command to show the connected OctoPrint's IP address information on the printer's display.

# Setup
Install via the bundled [Plugin Manager](https://github.com/foosel/OctoPrint/wiki/Plugin:-Plugin-Manager)
or manually using this URL:
https://github.com/jneilliii/OctoPrint-ipOnConnect/archive/master.zip
# Changelog
## [0.2.3] - 2019-10-03
### Added
- Python 3 compatibility.
## [0.2.2] - 2019-04-08
### Added
- Optional parameter in settings to enable the use of M70 command instead of M117 for Sailfish firmware thanks to @ohrn.
## [0.2.1] - 2018-11-17
### Added
- New `Include Trailing Character` setting to account for some firmware that clips the last character of M117 commands (i.e. ANET E10).
## [0.2.0] - 2018-05-26
### Added
- New delay option for checking ip and sending to control panel to resolve cold start issues.
- Settings interface to set delay option mentioned above.
- Added ConnectivityChanged event monitoring to also trigger the ip check and display.
### Changed
- Uses the Connectivity check settings for ip and port to attempt to make connection to those for determining ip address being used.
## [0.1.0] - 2016-09-24
### Added
- Initial release.
## Get Help
If you experience issues with this plugin or need assistance please use the issue tracker by clicking issues above.
### Additional Plugins
Check out my other plugins [here](https://plugins.octoprint.org/by_author/#jneilliii)
### Sponsors
- Andreas Lindermayr
- [@TheTuxKeeper](https://github.com/thetuxkeeper)
- [@tideline3d](https://github.com/tideline3d/)
- [SimplyPrint](https://simplyprint.io/)
- [Andrew Beeman](https://github.com/Kiendeleo)
- [Calanish](https://github.com/calanish)
- [Lachlan Bell](https://lachy.io/)
- [Jonny Bergdahl](https://github.com/bergdahl)
## Support My Efforts
I, jneilliii, programmed this plugin for fun and do my best effort to support those that have issues with it, please return the favor and leave me a tip or become a Patron if you find this plugin helpful and want me to continue future development.
[](https://www.patreon.com/jneilliii) [](https://paypal.me/jneilliii)
No paypal.me? Send funds via PayPal to jneilliii@gmail.com
[0.2.3]: https://github.com/jneilliii/OctoPrint-ipOnConnect/tree/0.2.3
[0.2.2]: https://github.com/jneilliii/OctoPrint-ipOnConnect/tree/0.2.2
[0.2.1]: https://github.com/jneilliii/OctoPrint-ipOnConnect/tree/0.2.1
[0.2.0]: https://github.com/jneilliii/OctoPrint-ipOnConnect/tree/0.2.0
[0.1.0]: https://github.com/jneilliii/OctoPrint-ipOnConnect/tree/0.1.0