Skip to content

Releases: mmone/OctoprintKlipperPlugin

0.2.5

25 Aug 19:19
Compare
Choose a tag to compare
  • 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

22 Aug 14:46
9f87e96
Compare
Choose a tag to compare

Preparing for release on OctoPrints plugin repo

  • Change plugin display name
  • Minor UI fixes

0.2.3

18 Aug 13:06
6b3a8b0
Compare
Choose a tag to compare
  • Fixes the performance graph not listing log files.

0.2.2

17 Aug 15:56
Compare
Choose a tag to compare
  • Load Klipper configuration relative to user directory by default.
  • Add refresh file list button to performance graph view.

0.2.1

14 Aug 16:42
Compare
Choose a tag to compare
  • 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

13 Aug 16:39
Compare
Choose a tag to compare
  • 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

09 Aug 09:29
Compare
Choose a tag to compare
  • Added basic configuration editor.
  • Improved plugins settings dialog.
  • Enabled automatic updates.
  • Added named labels for bed-leveling coordinates.
  • Code cleanup.