Releases: jneilliii/OctoPrint-BedLevelVisualizer
Releases · jneilliii/OctoPrint-BedLevelVisualizer
1.0.1rc2
- 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
1.0.0
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
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
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
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
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
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
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 fromoctoprint.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
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