Releases: mmone/OctoprintKlipperPlugin
Releases · mmone/OctoprintKlipperPlugin
0.2.5
- Improve help/documentation in the plugin.
- Improve Macro feature by adding the option to have parameters. On execution a dialog is shown that gives the user the chance to change them.
Here is and example:
PID_CALIBRATE
HEATER={label:Heater, default:extruder, options:extruder|extruder1}
TARGET={label:Target Temperature, unit:°C, default:190}
WRITE_FILE={label:Write to File, default:0, options:0|1}
0.2.4
Preparing for release on OctoPrints plugin repo
- Change plugin display name
- Minor UI fixes
0.2.3
- Fixes the performance graph not listing log files.
0.2.2
- Load Klipper configuration relative to user directory by default.
- Add refresh file list button to performance graph view.
0.2.1
- Add loading "spinner" to performance graph.
- Keep "Set offset" dialog open when clicking set.
Issues
- There is currently a problem on non "octopi" installs: Issue 11
0.2.0
- Adds a performance graph based on key information extracted from the klippy.log. This is basically the same as the official graphstats.py script.
0.1.5
- Added basic configuration editor.
- Improved plugins settings dialog.
- Enabled automatic updates.
- Added named labels for bed-leveling coordinates.
- Code cleanup.