Skip to content

0.5.2

Compare
Choose a tag to compare
@malnvenshorn malnvenshorn released this 11 Jan 13:18
· 11 commits to master since this release

Improvements

  • Removed psycopg2 as a required dependency
  • New button in the configuration dialog to test the database connection without restarting OctoPrint
  • Confirmation dialog also appears when using "Load and Print"

Note

Due to the never ending flood of tickets from people reporting the same install issue over and over again I decided to remove the requirement of the psycopg2 module. This means you don't have to install the libpq-dev package in order to use the plugin anymore. But if you want to use PostgreSQL as your database you have to install the psycopg2 python module manually using pip instead.