„octoprint_extradistance/__init__.py“ ändern

This commit is contained in:
Manuel Weiser 2020-10-26 17:27:31 +00:00
parent d8e88e6091
commit 2094e6010c
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ class ExtraDistancePlugin(octoprint.plugin.SettingsPlugin,
# ("OctoPrint-PluginSkeleton"), you may define that here. Same goes for the other metadata derived from setup.py that
# can be overwritten via __plugin_xyz__ control properties. See the documentation for that.
__plugin_name__ = "Extra Distance Buttons"
__plugin_pythoncompat__ = ">=2.7,<4"
def __plugin_load__():
global __plugin_implementation__