Skip to content

andritolion/OctoPrint-EEPROM-Marlin

 
 

Repository files navigation

Marlin EEPROM Editor

The Marlin EEPROM editor provides an easy to use, feature-rich UI to edit your machine's configuration.

Features

  • Load & parse the EEPROM data out of the firmware

  • Edit many of the values configured

  • Save EEPROM changes on the printer with a minimal number of commands

  • Storage of data on the OctoPrint server, so it can be viewed while printer is disconnected or printing.

  • Backup feature:

    • Enabled saving configuration snapshots, restoring, downloading, uploading
  • Display firmware info, including capability report

Be sure to check out the screenshots below for more details!

Setup

Install via the bundled plugin manager or manually using this URL:

https://github.com/cp2004/OctoPrint-EEPROM-Marlin/releases/latest/download/release.zip

Firmware requirements

This plugin requires three things:

  • EEPROM_CHITCHAT function - make sure you have #define EEPROM_CHITCHAT in the config
  • The M503 command enabled - do not uncomment disabling it, leave it as //#define DISABLE_M503
  • Of course, EEPROM to be enabled 🙂

New in Marlin EEPROM Editor V3.0.0

A complete re-write of this plugin, now V3!

Featuring:

  • Python processing & storage, eliminating performance issues in the UI.
  • Storage of data on the OctoPrint server, so it can be viewed while the printer is disconnected or printing.
  • Brand new UI, written from the ground up.
  • All-new backup feature, allowing naming and storing of backups, so you can quickly swap between profiles and more.

Screenhots

Firmware info overview Firmware Info

Configuration editor Configuration Editor

Backup feature Backup feature

About

A plugin for editing the EEPROM data of Marlin Firmware, from within OctoPrint.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 78.0%
  • Jinja 10.4%
  • JavaScript 6.0%
  • G-code 2.9%
  • SCSS 1.4%
  • CSS 1.3%