An open API service indexing awesome lists of open source software.

https://github.com/jneilliii/octoprint-iponconnect


https://github.com/jneilliii/octoprint-iponconnect

octoprint octoprint-plugin

Last synced: about 1 year ago
JSON representation

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.

![screenshot](screenshot.jpg)

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

[![Patreon](patreon-with-text-new.png)](https://www.patreon.com/jneilliii) [![paypal](paypal-with-text.png)](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