Skip to content

Commit

Permalink
adopt SpoolManager (#1258)
Browse files Browse the repository at this point in the history
* take over SpoolManager submission
  • Loading branch information
jneilliii authored Dec 9, 2023
1 parent 4dbb521 commit 259f610
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 10 deletions.
9 changes: 8 additions & 1 deletion _data/notices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,4 +242,11 @@
date: 2023-11-27 12:00:00Z
text: Version 1.17.1 of this plugin is available from a new maintainer. The release notes of the version by the
new maintainer can be found at the "Read more..." link below.
link: https://github.com/dojohnso/OctoPrint-PrintJobHistory/releases/tag/1.17.1
link: https://github.com/dojohnso/OctoPrint-PrintJobHistory/releases/tag/1.17.1
- plugin: SpoolManager
pluginversions: ["<1.7.1"]
versions: []
date: 2023-12-06 12:00:00Z
text: Version 1.7.1 of this plugin is available from a new maintainer. The release notes of the version by the
new maintainer can be found at the "Read more..." link below.
link: https://github.com/dojohnso/OctoPrint-SpoolManager/releases/tag/1.7.1
3 changes: 3 additions & 0 deletions _data/update_check_overlays.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,6 @@ octolight:
PrintJobHistory:
user: dojohnso
pip: https://github.com/dojohnso/OctoPrint-PrintJobHistory/releases/download/{target_version}/main.zip
SpoolManager:
user: dojohnso
pip: https://github.com/dojohnso/OctoPrint-SpoolManager/releases/download/{target_version}/main.zip
18 changes: 9 additions & 9 deletions _plugins/SpoolManager.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@ layout: plugin
id: SpoolManager
title: SpoolManager
description: The OctoPrint-Plugin manages all spool informations and stores it in a database.
author: Olli
authors:
- dojohnso
- Olli
license: AGPLv3

date: 2020-08-23

homepage: https://github.com/OllisGit/OctoPrint-SpoolManager
source: https://github.com/OllisGit/OctoPrint-SpoolManager
archive: https://github.com/OllisGit/OctoPrint-SpoolManager/releases/latest/download/master.zip
homepage: https://github.com/dojohnso/OctoPrint-SpoolManager
source: https://github.com/dojohnso/OctoPrint-SpoolManager
archive: https://github.com/dojohnso/OctoPrint-SpoolManager/releases/latest/download/main.zip

follow_dependency_links: false

Expand Down Expand Up @@ -41,17 +43,15 @@ screenshots:

featuredimage: /assets/img/plugins/SpoolManager/editSpool-dialog.png

abandoned: https://github.com/OctoPrint/plugins.octoprint.org/issues/1213
---

SpoolManager offers the possibility to save many properties of a Spool in a database. Like: material, color, weight, length, purchase-info, last/first-usage, ...

For a full overview of the latest feature set and planed features, please visit the [Git Hub Homepage]({{ page.homepage | absolute_url }})


#### Support my Efforts
## *NOTE: this plugin has been abandoned by the original creator and adopted here by a new maintainer*

This plugin, as well as my [other plugins](https://github.com/OllisGit/) were developed in my spare time.
If you like it, I would be thankful about a cup of coffee :)
**This plugin is under new management** and will focus on critical bug fixes to start. Please bear with me as I get acclimated to this new plugin. If you would like to support these new efforts, please consider buying me a coffee or two. Thank you!

[![paypal](/assets/img/plugins/SpoolManager/paypal-with-text.png)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6SW5R6ZUKLB5E&source=url)
<a href="https://www.buymeacoffee.com/djohnson.tech" target="_blank"><img src="https://djohnson.tech/images/white-button.png" width=300 /></a>

0 comments on commit 259f610

Please sign in to comment.