jneilliii/OctoPrint-BedLevelVisualizer
30 Releases
Latest: 1y ago
1.1.2Latest
📋 Changes
- fix security advisory https://github.com/jneilliii/OctoPrint-BedLevelVisualizer/security/advisories/GHSA-38hf-qmj5-95pm thanks to @jacopotediosi
1.1.2rc11Pre-release
📋 Changes
- adjust icon picker popup to allow search, #665
1.1.2rc10Pre-release
📋 Changes
- more lerdge report adjustments
1.1.2rc8Pre-release
📋 Changes
- initial lerdge firmware support, #167
1.1.2rc9Pre-release
📋 Changes
- adjustments for lerdge firmware detection
1.1.2rc7Pre-release
📋 Changes
- add API key to OctoDash page update mesh button, #632
1.1.2rc6Pre-release
📋 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
📋 Changes
- add startProcessing API POST command to start leveling process, #609
1.1.2rc4Pre-release
📋 Changes
- add advanced section that allows data and layout overrides to the plotly.js graphing call.
1.1.2rc3Pre-release
📋 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
📋 Changes
- add new options for probing margins/offsets, #130, #500, #516
1.1.2rc1Pre-release
📋 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
📋 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
📋 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
📋 Changes
- add missing ployly library with last update, #485
1.1.1rc4 - OctoDash Support1.1.1rc4Pre-release
📋 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
📋 Changes
- added fullscreen view using query parameters `?blvfullscreen=true` for potential use with OctoDash.
1.1.1rc2Pre-release
📋 Changes
- add min, max, and variance values of graphed mesh, #470
1.1.1rc1 - Adjustable Graph Height1.1.1rc1Pre-release
📋 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
📋 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
📋 Changes
- update plotly to 2.3.0 gl3d bundle
1.1.0rc8Pre-release
📋 Changes
- update plotly.js to version 2.1.0 gl3d bundle
1.1.0rc7Pre-release
📋 Changes
- added BLVPROCESSINGON/BLVPROCESSINGOFF received gcode commands via M118, #447.
1.1.0rc6Pre-release
📋 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
📋 Changes
- resolve issues related to blank date locale string
1.1.0rc4Pre-release
📋 Changes
- add missing plotly js library
- update wiki
- update readme
1.1.0rc3 - Improved Non Numpy Support1.1.0rc3Pre-release
📋 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
📋 Changes
- add camera position option, #377
1.1.0rc1Pre-release
📋 Changes
- removed numpy dependency, thanks to @EvilGremlin
1.0.1
📋 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
