OctoprintKlipperPlugin
Go to file
Martin Muehlhaeuser 36955f76fd [view] Cleanup sidebar layout 2018-08-09 00:17:05 +00:00
docs/assets/img [docs] update screenshots 2018-04-26 21:16:30 +02:00
octoprint_klipper [view] Cleanup sidebar layout 2018-08-09 00:17:05 +00:00
.editorconfig Initial commit. 2018-01-23 15:01:58 +01:00
.gitignore Initial commit. 2018-01-23 15:01:58 +01:00
LICENSE.md Add license 2018-04-09 20:15:56 +02:00
MANIFEST.in Initial commit. 2018-01-23 15:01:58 +01:00
README.md Add note on contributions 2018-05-26 09:18:13 +02:00
babel.cfg Initial commit. 2018-01-23 15:01:58 +01:00
requirements.txt Initial commit. 2018-01-23 15:01:58 +01:00
setup.py Fix: plugin not showing after install 2018-03-04 14:57:42 +00:00

README.md

OctoPrint Klipper Plugin

This plugin assists in managing and monitoring the Klipper 3D printer firmware.

Features

  • Simplified connection dialog.
  • Restart Host and MCU processes.
  • User defineable macro buttons.
  • Assisted bed leveling wizard with user definable probe points.
  • PID Tuning Dialog.
  • Dialog to set a coordinate offset for future GCODE move commands.
  • Message log displaying messages from Klipper prepended with "//" and "!!".

ToDo

  • Add a continously updated status display in octoprints navbar.

Setup

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

https://github.com/mmone/OctoPrintKlipper/archive/master.zip

Configuration

Click on the wrench icon in the titlebar to open OctoPrints settings dialog. Select "Klipper" at the bottom of the settings dialog.

Contributions

Also for the moment this plugin does what I wanted it to do, it is far from finished, pull requests are welcome. If you want to get started, the OctoPrint Plugin API is quite well documented here: docs.octoprint.org/en/master/plugins.

Screenshots

Message Log

Message Log

Bed Leveling

Bed Leveling

PID Tuning

PID Tuning

Coordinate Offset

Coordinate Offset

Settings

Settings