├── .gitignore ├── .idea └── runConfigurations │ └── OctoPrintServer.xml ├── README.md └── RESET2020-04-17 17-22-05.png /.gitignore: -------------------------------------------------------------------------------- 1 | .idea/.DS_Store 2 | -------------------------------------------------------------------------------- /.idea/runConfigurations/OctoPrintServer.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 25 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # OctoPrint-KnowledgeBase 2 | This is my personal knowledge base were I put everthing I know about Octoprint Plugin development. 3 | 4 | All the knowledge is located in the [Wiki](https://github.com/OllisGit/OctoPrint-KnowledgeBase/wiki) 5 | -------------------------------------------------------------------------------- /RESET2020-04-17 17-22-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OllisGit/OctoPrint-KnowledgeBase/e2de070d2346e15e375c53e35d8fda21cf72fb3b/RESET2020-04-17 17-22-05.png --------------------------------------------------------------------------------