Skip to content

Releases: jneilliii/OctoPrint-BedLevelVisualizer

1.0.1rc2

13 Jan 05:04
Compare
Choose a tag to compare
1.0.1rc2 Pre-release
Pre-release
  • allow for probe points that contain more than single digits, resolves issue with snapmaker mesh reports, #352, #269
  • update README.md adding note that auto bed leveling must be possible on printer, #348
  • add optional timeout override to @BEDLEVELVISUALIZER command, #314
  • add settings button on tab for quick access, #349

1.0.1rc1

04 Jan 03:01
Compare
Choose a tag to compare
1.0.1rc1 Pre-release
Pre-release
  • allow for probe points that contain more than single digits, resolves issue with snapmaker mesh reports.

1.0.0

21 Nov 03:10
76c4887
Compare
Choose a tag to compare

Added

  • release channels for OctoPrint 1.5.0+ for future rc testing, similar to OctoPrint as described here

Updated

  • think it's time to go to major version 1.0.0 now with over 19K known installs
  • knockout sortable library for OctoPrint 1.5.0 compatibility

Fixed

  • knockout binding issue due to knockout version update to 3.5.1 in OctoPrint 1.5.0
  • issue relative to using center origins and odd numbered mesh grid
  • issue with misinterpretation of bed level correction matrix
  • typos in reverse direction hover text
  • turn direction label coloring

1.0.0rc5

20 Nov 21:20
Compare
Choose a tag to compare
1.0.0rc5 Pre-release
Pre-release

Added

  • release channels for OctoPrint 1.5.0+ for future rc testing, similar to OctoPrint as described here

Updated

  • think it's time to go to major version 1.0.0 now with over 19K known installs
  • knockout sortable library for OctoPrint 1.5.0 compatibility

Fixed

  • knockout binding issue due to knockout version update to 3.5.1 in OctoPrint 1.5.0
  • issue relative to using center origins and odd numbered mesh grid
  • issue with misinterpretation of bed level correction matrix
  • typos in reverse direction hover text
  • turn direction label coloring

1.0.0rc4

12 Nov 04:11
Compare
Choose a tag to compare
1.0.0rc4 Pre-release
Pre-release

Added

  • release channels for OctoPrint 1.5.0+ for future rc testing, similar to OctoPrint as described here

Updated

  • think it's time to go to major version 1.0.0 now with over 19K known installs
  • knockout sortable library for OctoPrint 1.5.0 compatibility

Fixed

  • knockout binding issue due to knockout version update to 3.5.1 in OctoPrint 1.5.0
  • issue relative to using center origins and odd numbered mesh grid
  • issue with misinterpretation of bed level correction matrix

1.0.0rc3

10 Nov 16:35
Compare
Choose a tag to compare
1.0.0rc3 Pre-release
Pre-release

Added

  • release channels for OctoPrint 1.5.0+ for future rc testing, similar to OctoPrint as described here

Updated

  • think it's time to go to major version 1.0.0 now with over 19K known installs
  • knockout sortable library for OctoPrint 1.5.0 compatibility

Fixed

  • issue relative to using center origins and odd numbered mesh grid
  • issue with misinterpretation of bed level correction matrix

1.0.0rc1

10 Oct 03:05
Compare
Choose a tag to compare
1.0.0rc1 Pre-release
Pre-release

Added

  • release channels for OctoPrint 1.5.0+ for future rc testing, similar to OctoPrint as described here

Updated

  • think it's time to go to major version 1.0.0 now with over 19K known installs

Fixed

  • issue relative to using center origins and odd numbered mesh grid
  • issue with misinterpretation of bed level correction matrix

0.1.15

03 Oct 03:50
3fb614e
Compare
Choose a tag to compare

Added

  • automatic snapshot saving of graph on graph rendering
  • initial SD card support to trigger mesh colletion
  • auto option for colorscale that will work the same as prior to version 0.1.14
  • axis zeroline color

Updated

  • plotly js library to version 1.54.7
  • numpy version requirement to improve installation speed in python 3

Fixed

  • axis labels colors were reversed
  • graph not rerendering on window resize, made responsive
  • home button not working properly
  • repetier issues introduced in version 0.1.14
  • fix x axis flip issue

0.1.14

26 Jul 06:25
4faf310
Compare
Choose a tag to compare

Added

  • chart studio button in modebar lost in recent plotly updates
  • configurable z limits to graph
  • configurable colorscale option
  • custom event hook to allow other plugins to receive mesh data
  • old marlin makergear support, still needs work

Updated

  • plotly library to version 1.54.0
  • gcode processing optimization thanks to @kantlivelong
  • change to octoprint.comm.protocol.atcommand.sending hook from octoprint.comm.protocol.gcode.sending
  • convert to compiled regex objects for better performance
  • convert correction text colors to use css class names to allow Themeify customizations
  • adjust rectangular mesh for circular beds, still needs work

0.1.13

28 Mar 18:06
1e800d2
Compare
Choose a tag to compare

Added

  • Screw adjustment angle calculations in degrees based on screw size

Updated

  • Default timeout value increased to 30 minutes to hopefully resolve confusion
  • Timeout notification to hopefully make it more clear what needs to be fixed

Fixed

  • New webcam feature consuming network bandiwdth while idle or not visible

Thanks
Thanks to @LMS0815 for screw adjustment angle changes mentioned above