Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adopt Marlin EEPROM Editor #651

Merged
merged 2 commits into from
Oct 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions _data/notices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions _data/update_check_overlays.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ costestimation:
user: OllisGit
filamentreload:
user: ssorgatem
eeprom_marlin:
user: cp2004
41 changes: 31 additions & 10 deletions _plugins/eeprom_marlin.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Binary file removed assets/img/plugins/eeprom_marlin/img1.png
Binary file not shown.
Binary file removed assets/img/plugins/eeprom_marlin/img2.png
Binary file not shown.
Binary file added assets/img/plugins/eeprom_marlin/info.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/plugins/eeprom_marlin/steps.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.