diff --git a/_data/notices.yaml b/_data/notices.yaml index 368a1ac3065f..eaeedd71b6ed 100644 --- a/_data/notices.yaml +++ b/_data/notices.yaml @@ -78,3 +78,11 @@ repository of the old maintainer. Please re-install the plugin from the repository to update, keeping your settings. The release notes of the version by the new maintainer can be found at the "Read more..." link below. link: https://github.com/ssorgatem/Octoprint-Filament-Reloaded/releases/tag/1.3.0 +- plugin: eeprom_marlin + pluginversions: ["<2.0.0"] + versions: ["0.1.0", "1.0.0", "1.0.1", "1.0.2", "1.0.3", "1.0.4", "1.2", "1.2.1", "1.2.2"] + date: 2020-10-07 12:00:00Z + text: Version 2.0.0 of this plugin is available from a new maintainer, but your version still looks for updates at the + repository of the old maintainer. Please re-install the plugin from the repository to update, keeping your + settings. The release notes of the version by the new maintainer can be found at the "Read more..." link below. + link: https://github.com/cp2004/OctoPrint-EEPROM-Marlin/releases/tag/2.0.0 \ No newline at end of file diff --git a/_data/update_check_overlays.yaml b/_data/update_check_overlays.yaml index f9173e63b552..89652f61b9b5 100644 --- a/_data/update_check_overlays.yaml +++ b/_data/update_check_overlays.yaml @@ -20,3 +20,5 @@ costestimation: user: OllisGit filamentreload: user: ssorgatem +eeprom_marlin: + user: cp2004 diff --git a/_plugins/eeprom_marlin.md b/_plugins/eeprom_marlin.md index 9f4fd24bbf66..768d3444dc75 100644 --- a/_plugins/eeprom_marlin.md +++ b/_plugins/eeprom_marlin.md @@ -2,32 +2,53 @@ layout: plugin id: eeprom_marlin -title: EEPROM Marlin Editor +title: Marlin EEPROM Editor description: Makes it possible to change the EEPROM values of Marlin Firmware through OctoPrint -author: Anderson Silva +author: Charlie Powell, previously Anderson Silva license: AGPLv3 date: 2015-08-30 -homepage: https://github.com/amsbr/OctoPrint-EEprom-Marlin -source: https://github.com/amsbr/OctoPrint-EEprom-Marlin -archive: https://github.com/amsbr/OctoPrint-EEprom-Marlin/archive/master.zip +homepage: https://github.com/cp2004/OctoPrint-EEPROM-Marlin +source: https://github.com/cp2004/OctoPrint-EEPROM-Marlin +archive: https://github.com/cp2004/OctoPrint-EEPROM-Marlin/archive/master.zip follow_dependency_links: false -# TODO tags: - marlin +- eeprom +- editor +- eeprom editor +- eeprom config - helper screenshots: -- url: /assets/img/plugins/eeprom_marlin/img1.png +- url: /assets/img/plugins/eeprom_marlin/info.png alt: Settings -- url: /assets/img/plugins/eeprom_marlin/img2.png +- url: /assets/img/plugins/eeprom_marlin/steps.png alt: Settings -featuredimage: /assets/img/plugins/eeprom_marlin/img2.png +featuredimage: /assets/img/plugins/eeprom_marlin/info.png + +compatibility: + python: ">=2.7,<4" + --- -This plugin is designed to get, change and save the values in the EEPROM of your Marlin Firmware based Machine +*Originally by [Anderson Silva](https://github.com/amsbr) until 2018 development taken over by [Charlie Powell](https://github.com/cp2004) in October 2020.* + +This plugin allows you to edit the values of your printer's EEPROM from within the OctoPrint UI. It supports mainline Marlin firmware, and allows you to load, save, backup and restore the configuration. + +For a full list of features, please check out the [plugin homepage](https://github.com/cp2004/OctoPrint-EEPROM-Marlin) + + +## Enjoying the plugin? Sponsor its development! +I am developing this plugin in my spare time, if you appreciate the work I have put in please [sponsor its development on GitHub](https://github.com/sponsors/cp2004) + +## Need help? Get in touch! +For bugs, issues, feature requests & questions, please open an issue on the [GitHub repository](https://github.com/cp2004/OctoPrint-EEPROM-Marlin) + +## My other plugins +Check out some more of my plugins [in the repository here](https://plugins.octoprint.org/by_author/#charlie-powell) diff --git a/assets/img/plugins/eeprom_marlin/img1.png b/assets/img/plugins/eeprom_marlin/img1.png deleted file mode 100644 index 39463fcd6bb1..000000000000 Binary files a/assets/img/plugins/eeprom_marlin/img1.png and /dev/null differ diff --git a/assets/img/plugins/eeprom_marlin/img2.png b/assets/img/plugins/eeprom_marlin/img2.png deleted file mode 100644 index a481decc3868..000000000000 Binary files a/assets/img/plugins/eeprom_marlin/img2.png and /dev/null differ diff --git a/assets/img/plugins/eeprom_marlin/info.png b/assets/img/plugins/eeprom_marlin/info.png new file mode 100644 index 000000000000..a9f04a124ecd Binary files /dev/null and b/assets/img/plugins/eeprom_marlin/info.png differ diff --git a/assets/img/plugins/eeprom_marlin/steps.png b/assets/img/plugins/eeprom_marlin/steps.png new file mode 100644 index 000000000000..b4cebb909db2 Binary files /dev/null and b/assets/img/plugins/eeprom_marlin/steps.png differ