Skip to content

Releases: jneilliii/OctoPrint-BedLevelVisualizer

0.1.12

15 Mar 07:47
6ba8cb4
Compare
Choose a tag to compare

Added

  • Rotation options to mesh visualization, community forum request.
  • Custom debug logging for future troubleshooting
  • Custom commands that will give additional buttons on tab
  • Cancel button to stop processing when visualization gets stuck
  • Larger precision number processing
  • Themify support, will now color the background and axis based on tab colors
  • Marlin Mesh Bed Leveling support
  • Marlin OpenScad Output support
  • Option to show webcam while processing

Updated

  • Several UI improvements
  • Timeout logic to also stop processing on server side
  • Plotly library to version 1.52.2

0.1.11

22 Oct 02:39
bf814d0
Compare
Choose a tag to compare
  • Added Python 3 compatibility

0.1.10

23 Aug 13:48
8739cf9
Compare
Choose a tag to compare
  • Added option for ignoring Bed Level Correction Matrix for older Marlin 1.1.0-RC6 firmware variants.

0.1.9

16 Jun 17:36
e3e9f98
Compare
Choose a tag to compare

Fixed

  • Issue where ABL_BILINEAR_SUBDIVISION in Marlin was not graphing correctly. Now the mesh will be reset to an empty set if the phrase Subdivided with CATMULL ROM Leveling Grid: is received and continue mesh collection of points.

0.1.8

26 May 08:32
Compare
Choose a tag to compare

Added

  • Add grid boundary detection and auto flipping for UBL reports, possibly others, for more accurately defined probing points and bed orientation.

Fixed

  • Fix minor bug where lines w/ 1 |[+0.019] -0.137 are not matched.

0.1.7

25 Nov 15:27
Compare
Choose a tag to compare

Added

  • New timeout setting that will unlock processing UI after given seconds. If processing takes longer to complete due to full probing requirements or some other reason set this to a higher value.
  • Toggle button in toolbar to enable click events on surface to move the nozzle to that point.

0.1.6

06 Sep 23:21
Compare
Choose a tag to compare

Added

0.1.5

04 Sep 00:07
Compare
Choose a tag to compare

Added

  • Option to make center of bed the origin point per request. Helpful when using a fixed center leveling system as described here.
  • Option to make measured offsets relative to origin position, related to above addition but could be useful elsewhere.

Changed

  • X/Y axis calculations to resolve bug discovered during above changes where if your leveling grid was based on an odd number of probe points the maximum perimeters were getting dropped due to rounding errors.

0.1.4

13 Aug 21:55
Compare
Choose a tag to compare

Added

  • Recognition of older bed reports to work for some users. Should now work with reports that return lines like Bed x: 40.00 y: 20.00 z: 7.31.

Notes

  • If you didn't upgrade to verion 0.1.3 the update process takes a long time in order to download and compile numpy on the pi, just be patient and it will complete the upgrade eventually.

0.1.3

06 Aug 02:20
Compare
Choose a tag to compare
0.1.3 Pre-release
Pre-release

Added

  • Recognition of older bed reports to work for some users. Should now work with reports that return lines like Bed x: 40.00 y: 20.00 z: 7.31.

Notes

  • Update takes a long time in order to download and compile numpy on the pi, just be patient and it will complete the upgrade eventually.