Skip to content

Releases: jneilliii/OctoPrint-BedLevelVisualizer

1.1.2rc1

30 Jan 06:18
Compare
Choose a tag to compare
1.1.2rc1 Pre-release
Pre-release
  • move annotations to left
  • combine prusa corrections and mesh statistics into one annotation
  • make mesh statics annotation display optional
  • set annotation background color and 80% opacity
  • add additional UBL information in annotation if enabled, #511

1.1.1

01 Jan 19:53
8fa14d5
Compare
Choose a tag to compare
  • 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

01 Jan 08:45
Compare
Choose a tag to compare
1.1.1rc6 Pre-release
Pre-release
  • 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

1.1.1rc5

10 Nov 05:49
Compare
Choose a tag to compare
1.1.1rc5 Pre-release
Pre-release
  • add missing ployly library with last update, #485

1.1.1rc4 - OctoDash Support

07 Nov 16:02
Compare
Choose a tag to compare
Pre-release
  • 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

01 Nov 19:28
Compare
Choose a tag to compare
1.1.1rc3 Pre-release
Pre-release
  • added fullscreen view using query parameters ?blvfullscreen=true for potential use with OctoDash.

1.1.1rc2

18 Sep 23:46
Compare
Choose a tag to compare
1.1.1rc2 Pre-release
Pre-release
  • add min, max, and variance values of graphed mesh, #470

1.1.1rc1 - Adjustable Graph Height

27 Aug 00:18
Compare
Choose a tag to compare
Pre-release
  • Adds the ability to set the min-height CSS property within the Visualization tab of the plugin's settings.

1.1.0 - Numpy Removal

31 Jul 06:02
427d6fd
Compare
Choose a tag to compare

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), ie CUSTOM_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

24 Jul 05:07
Compare
Choose a tag to compare
Pre-release
  • update plotly to 2.3.0 gl3d bundle