Skip to content

saggit/OctoPrint-Obico

 
 

Repository files navigation

Obico for OctoPrint

Obico is a community-built, open-source smart 3D printing platform used by makers, enthusiasts, and tinkerers around the world.

This plugin requires Obico Server to work. You can grab the server source code from the Obico Server github repo and run a self-hosted Obico Server. If you don't want the hassle of setting up and running your own server, you can sign up a Obico Cloud account.

Setup

Install via the bundled Plugin Manager or manually using this URL:

https://github.com/TheSpaghettiDetective/OctoPrint-Obico/archive/master.zip

Configuration

Follow Obico Setup Guide to set up this plugin.

Plugin Development

Running the plugin locally

docker compose up -d

Will start a series of containers that support the plugin (eg mock video streaming) as well as an octoprint container for python2 and python3. However, to enable interactive debugging the plugin containers are not running the plugins yet.

In another terminal:

To install the plugin in the container run:

docker compose exec {op/op_python2} octoprint dev plugin:install

Then to start octoprint (and by extension the plugin) run:

docker compose exec {op/op_python2} ./start.sh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 58.0%
  • Jinja 18.6%
  • JavaScript 10.6%
  • Less 10.1%
  • Shell 2.7%