GitPedia
jneilliii

jneilliii/OctoPrint-BedLevelVisualizer

30 Releases
Latest: 1y ago
1.1.2Latest
jneilliiijneilliii·1y ago·May 7, 2025
GitHub

📋 Changes

  • fix security advisory https://github.com/jneilliii/OctoPrint-BedLevelVisualizer/security/advisories/GHSA-38hf-qmj5-95pm thanks to @jacopotediosi
1.1.2rc11Pre-release
jneilliiijneilliii·1y ago·July 7, 2024
GitHub

📋 Changes

  • adjust icon picker popup to allow search, #665
1.1.2rc10Pre-release
jneilliiijneilliii·2y ago·January 28, 2024
GitHub

📋 Changes

  • more lerdge report adjustments
1.1.2rc8Pre-release
jneilliiijneilliii·2y ago·January 27, 2024
GitHub

📋 Changes

  • initial lerdge firmware support, #167
1.1.2rc9Pre-release
jneilliiijneilliii·2y ago·January 28, 2024
GitHub

📋 Changes

  • adjustments for lerdge firmware detection
1.1.2rc7Pre-release
jneilliiijneilliii·2y ago·October 8, 2023
GitHub

📋 Changes

  • add API key to OctoDash page update mesh button, #632
1.1.2rc6Pre-release
jneilliiijneilliii·2y ago·July 23, 2023
GitHub

📋 Changes

  • fix reference plane x/y values to use min/max instead of pulling from printer profile data, which seems broken, #625
1.1.2rc5Pre-release
jneilliiijneilliii·3y ago·April 22, 2023
GitHub

📋 Changes

  • add startProcessing API POST command to start leveling process, #609
1.1.2rc4Pre-release
jneilliiijneilliii·3y ago·December 22, 2022
GitHub

📋 Changes

  • add advanced section that allows data and layout overrides to the plotly.js graphing call.
1.1.2rc3Pre-release
jneilliiijneilliii·3y ago·December 4, 2022
GitHub

📋 Changes

  • Add graph type setting to visualization options. Allows for switching to heatmap or contour instead of the default surface option. Not sure of the full side-effects yet and it make break some things. Recommended settings with these other options is settings z limits to `auto, auto`, camera setting to `0,0,1.5`, colormap to `RdBu`.
1.1.2rc2Pre-release
jneilliiijneilliii·4y ago·January 30, 2022
GitHub

📋 Changes

  • add new options for probing margins/offsets, #130, #500, #516
1.1.2rc1Pre-release
jneilliiijneilliii·4y ago·January 30, 2022
GitHub

📋 Changes

  • 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
jneilliiijneilliii·4y ago·January 1, 2022
GitHub

📋 Changes

  • 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
  • + 2 more
1.1.1rc6Pre-release
jneilliiijneilliii·4y ago·January 1, 2022
GitHub

📋 Changes

  • 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.1rc5Pre-release
jneilliiijneilliii·4y ago·November 10, 2021
GitHub

📋 Changes

  • add missing ployly library with last update, #485
1.1.1rc4 - OctoDash Support1.1.1rc4Pre-release
jneilliiijneilliii·4y ago·November 7, 2021
GitHub

📋 Changes

  • 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.1rc3Pre-release
jneilliiijneilliii·4y ago·November 1, 2021
GitHub

📋 Changes

  • added fullscreen view using query parameters `?blvfullscreen=true` for potential use with OctoDash.
1.1.1rc2Pre-release
jneilliiijneilliii·4y ago·September 18, 2021
GitHub

📋 Changes

  • add min, max, and variance values of graphed mesh, #470
1.1.1rc1 - Adjustable Graph Height1.1.1rc1Pre-release
jneilliiijneilliii·4y ago·August 27, 2021
GitHub

📋 Changes

  • Adds the ability to set the min-height CSS property within the Visualization tab of the plugin's settings.
1.1.0 - Numpy Removal1.1.0
jneilliiijneilliii·4y ago·July 31, 2021
GitHub

📋 Changes

  • added BLVPROCESSINGON/BLVPROCESSINGOFF received gcode commands via M118, #447.
  • 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.
  • camera position option, #377
  • Plotly js library to version 2.3.1 gl3d bundle
  • resolve issues related to blank date locale string
1.1.0rc9 - Plotly Update1.1.0rc9Pre-release
jneilliiijneilliii·4y ago·July 24, 2021
GitHub

📋 Changes

  • update plotly to 2.3.0 gl3d bundle
1.1.0rc8Pre-release
jneilliiijneilliii·5y ago·June 20, 2021
GitHub

📋 Changes

  • update plotly.js to version 2.1.0 gl3d bundle
1.1.0rc7Pre-release
jneilliiijneilliii·5y ago·June 20, 2021
GitHub

📋 Changes

  • added BLVPROCESSINGON/BLVPROCESSINGOFF received gcode commands via M118, #447.
1.1.0rc6Pre-release
jneilliiijneilliii·5y ago·May 23, 2021
GitHub

📋 Changes

  • 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.
1.1.0rc5Pre-release
jneilliiijneilliii·5y ago·May 16, 2021
GitHub

📋 Changes

  • resolve issues related to blank date locale string
1.1.0rc4Pre-release
jneilliiijneilliii·5y ago·May 8, 2021
GitHub

📋 Changes

  • add missing plotly js library
  • update wiki
  • update readme
1.1.0rc3 - Improved Non Numpy Support1.1.0rc3Pre-release
jneilliiijneilliii·5y ago·May 8, 2021
GitHub

📋 Changes

  • Improved circular mask for mesh data after removing numpy, thanks to @EvilGremlin
  • Fixed issue related to relative offset after removing numpy, #424
1.1.0rc2Pre-release
jneilliiijneilliii·5y ago·May 2, 2021
GitHub

📋 Changes

  • add camera position option, #377
1.1.0rc1Pre-release
jneilliiijneilliii·5y ago·March 20, 2021
GitHub

📋 Changes

  • removed numpy dependency, thanks to @EvilGremlin
1.0.1
jneilliiijneilliii·5y ago·February 28, 2021
GitHub

📋 Changes

  • optional timeout override to @BEDLEVELVISUALIZER command, #314
  • settings button on tab for quick access, #349
  • README.md adding note that auto bed leveling must be possible on printer, #348
  • allow for probe points that contain more than single digits, #352, #269
  • resolve issues with circular beds