Skip to content

Releases: jneilliii/OctoPrint-BedLevelVisualizer

0.1.2

09 Jun 22:28
3ebf031
Compare
Choose a tag to compare

Added display of last mesh timestamp above Update button.

0.1.1

02 Jun 16:20
d58d793
Compare
Choose a tag to compare

Patch plotyly js library to recognize ipad safari as a webgl device.

0.1.0

03 May 01:55
Compare
Choose a tag to compare

Added

  • Flip X/Y settings added to allow changing the orientation of the surface displayed.
  • Added Remove Row Labels in order to shift the mesh data to account for some reports that return an index at the beginning of the line.
  • Added bootstrap tooltips to info icons.
  • Wizard added on install to explain/enter the GCODE commands and demonstrate how to use the @BEDLEVELVISUALIZER command.

Changed

  • Improved graph display by reading build volume from printer profile settings.
  • Fixed Z range on graph between -2mm and 2mm.
  • Updated settings dialog for new options and moved stored data to it's own tab.
  • Simiplified data extraction regular expression.
  • Data collection now triggered based on sending the GCODE command @BEDLEVELVISUALIZER.

Removed

  • Prusa Firmware mode no longer necessary due to added options listed above.

0.0.8

28 Apr 18:27
af596e6
Compare
Choose a tag to compare

Added

  • Pop-up notification on error.

Changed

  • Removed placeholder attribute on Data Collector Flag to make it more obvious there's nothing typed in it.

Fixed

  • Delta printers not collecting mesh data points.

0.0.7

21 Apr 01:52
Compare
Choose a tag to compare

Changed

  • Description in Plugin Manager.

0.0.6

20 Apr 04:08
76ff749
Compare
Choose a tag to compare

Added

  • Timestamp stored with saved mesh data. Displays on mouse hover of info graphic on update button.

Changed

  • Screenshots updated to make settings a little clearer.
  • Visibility bindings fixed for issues related to new installs and no stored data.

0.0.5

19 Apr 16:42
87c956a
Compare
Choose a tag to compare
0.0.5 Pre-release
Pre-release

Added

  • Prusa Firmware Mode setting, to handle G81 responses correctly

Changed

  • Graph is now always visible in OctoPrint as long as you have saving enabled, there is a mesh stored, and the user is logged in.

Fixed

  • Remove duplicated tabs from Prusa firmware's G81 response.

0.0.4

17 Apr 23:27
Compare
Choose a tag to compare

Changed

  • "Data Collector Flag" is now a text field in lieu of select list to allow full customization of the text that flags for mesh data collection to handle the numerous available options that apparently seem to be out there.

0.0.3

17 Apr 05:02
Compare
Choose a tag to compare

Added

  • Capture data option for identifying correct response to start storing mesh data
  • Stored data displayed in settings
  • Non-UBL support

0.0.2

15 Apr 11:18
3b25a9f
Compare
Choose a tag to compare

Added

  • Settings dialog to update the GCODE command used to report bed topology.
  • Improved performance with option for storing the mesh in config.yaml (default).

Fixed

  • Reversed point order to fix graphing misorientation.