Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 751 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 751 Bytes

OctoPrint-Atcommands

Allow atcommands for octoprint

Setup

Install the plugin like you would install any regular Python package from source:

pip install https://github.com/dattas/OctoPrint-Atcommands/archive/master.zip

Make sure you use the same Python environment that you installed OctoPrint under, otherwise the plugin won't be able to satisfy its dependencies.

Restart OctoPrint. octoprint.log should show you that the plugin was successfully found and loaded:

2014-09-18 17:49:21,500 - octoprint.plugin.core - INFO - Loading plugins from ... and installed plugin packages...
2014-09-18 17:49:21,611 - octoprint.plugin.core - INFO - Found 2 plugin(s): Atcommand Hook Plugin (0.1.0), Discovery (0.1)