Releases: jneilliii/OctoPrint-BedLevelVisualizer
Releases · jneilliii/OctoPrint-BedLevelVisualizer
0.1.12
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
0.1.10
0.1.9
0.1.8
0.1.7
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
Added
- Repetier firmware support thanks to @gztproject.
0.1.5
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
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
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.