Releases: jneilliii/OctoPrint-BedLevelVisualizer
Releases · jneilliii/OctoPrint-BedLevelVisualizer
0.1.2
0.1.1
0.1.0
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
0.0.7
0.0.6
0.0.5
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.