0.5.2
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.