Releases: jneilliii/OctoPrint-BedLevelingWizard
Releases · jneilliii/OctoPrint-BedLevelingWizard
0.2.5
- additional z offset granularity
- add octodash support via querystring url
?blwfullscreen
- added start and end gcode settings allowing for setting nozzle/bed temperature or final nozzle position for example, #34
- add release channels
0.2.5rc1: add octodash support via querystring url `?blwfullscreen`
- added release channels
- added fullscreen mode for use with OctoDash by utilizing the Custom Action command
[!WEB]http://localhost:5000/?blwfullscreen
, requires the OctoPrint server setting for embedding in an iframe to be enabled.
0.2.4
- Added Python 3 compatibility.
0.2.3
Changed starting gcode to lift z using relative positioning to avoid bed collision.
0.2.2
Moved position of pop-up to resolve alignment issues for smaller tablet devices that the non-blocking module did not resolve in version 0.2.1.
0.2.1
Made pop-up instructions non-blocking so if your screen is not 16:9 aspect ratio you can still click the buttons if the pop-up is over the sidebar panel.
0.2.0
Added custom points option to account for delta printers and other odd offset constraints, etc.
0.1.7
Added
- Popup messages shown during the process to help keep track of where you are and give additional instruction.
Changed
- Updated Readme for better description of what this plugin does and cannot do. Resolves #2.
Removed
- TouchUI hack removed in preparation for future update from @BillyBlaze for global sidebar support. Resolves #11.
0.1.6
Styles links with icons in TouchUI and default sidebar.
0.1.5
Implemented hack to enable the plugin when TouchUI is enabled.