Releases: jneilliii/OctoPrint-BedLevelVisualizer
Releases · jneilliii/OctoPrint-BedLevelVisualizer
1.1.2rc1
1.1.1
- add ability to configure graph height in visualization settings, #462
- add min, max, and variance values of graphed mesh, #286, #470
- add OctoDash support, create Custom Action with
[!WEB]http://127.0.0.1:5000/plugin/bedlevelvisualizer/bedlevelvisualizer
as the command. - adjust the tables for better theme support, #479
- add option for showing mesh data on tab, #496
- remove tooltip hover on tables, #490
- add Prusa adjustment values to graph (still needs verification), #242
- add appearance > title setting to automatically downloaded snapshots, #494
- update docs and screenshots, #335, #358, #468
- hide settings button to restricted users, #445
1.1.1rc6
1.1.1rc5
1.1.1rc4 - OctoDash Support
- changed the OctoDash view to be rendered as its own page instead of loading the full OctoPrint UI in fullscreen mode. Uses contours instead of 3d surface for hopefully better performance.
1.1.1rc3
1.1.1rc2
1.1.1rc1 - Adjustable Graph Height
- Adds the ability to set the min-height CSS property within the Visualization tab of the plugin's settings.
1.1.0 - Numpy Removal
Added
- added BLVPROCESSINGON/BLVPROCESSINGOFF received gcode commands via M118, #447.
The following example custom command button would change to "processing" mode, heat the hot end until it reaches 200 degrees and then turn "processing" mode off. If webcam is enabled while processing the webcam will be shown while in "processing" mode.
M118 BLVPROCESSINGON
M109 S200
M118 BLVPROCESSINGOFF
- add custom action command
BEDLEVELVISUALIZER_LEVELBED
to allow use with various custom config input options in Marlin (Configurationa_adv.h), ieCUSTOM_MENU_MAIN
. Will initiate the command contained within the Update Mesh gcode script when received. Requires HOST_ACTION_COMMANDS to be enabled as well. Example menu item.
#define MAIN_MENU_ITEM_1_DESC "Bed Visualize"
#define MAIN_MENU_ITEM_1_GCODE "M118 A1 action:BEDLEVELVISUALIZER_LEVELBED"
- camera position option, #377
Updated
- Plotly js library to version 2.3.1 gl3d bundle
Fixed
- resolve issues related to blank date locale string
1.1.0rc9 - Plotly Update
- update plotly to 2.3.0 gl3d bundle