Skip to content

Releases: jneilliii/OctoPrint-BedLevelVisualizer

1.1.0rc8

20 Jun 20:54
Compare
Choose a tag to compare
1.1.0rc8 Pre-release
Pre-release
  • update plotly.js to version 2.1.0 gl3d bundle

1.1.0rc7

20 Jun 03:46
6e1fe9b
Compare
Choose a tag to compare
1.1.0rc7 Pre-release
Pre-release
  • 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

1.1.0rc6

23 May 02:35
Compare
Choose a tag to compare
1.1.0rc6 Pre-release
Pre-release
  • 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"

1.1.0rc5

16 May 18:57
Compare
Choose a tag to compare
1.1.0rc5 Pre-release
Pre-release
  • resolve issues related to blank date locale string

1.1.0rc4

08 May 08:54
Compare
Choose a tag to compare
1.1.0rc4 Pre-release
Pre-release
  • add missing plotly js library
  • update wiki
  • update readme

1.1.0rc3 - Improved Non Numpy Support

08 May 01:20
Compare
Choose a tag to compare
Pre-release
  • Improved circular mask for mesh data after removing numpy, thanks to @EvilGremlin
  • Fixed issue related to relative offset after removing numpy, #424

1.1.0rc2

02 May 00:42
Compare
Choose a tag to compare
1.1.0rc2 Pre-release
Pre-release
  • add camera position option, #377

1.1.0rc1

20 Mar 16:55
Compare
Choose a tag to compare
1.1.0rc1 Pre-release
Pre-release

1.0.1

28 Feb 20:02
7028ea2
Compare
Choose a tag to compare

Added

  • optional timeout override to @BEDLEVELVISUALIZER command, #314
  • settings button on tab for quick access, #349

Updated

  • README.md adding note that auto bed leveling must be possible on printer, #348

Fixed

  • allow for probe points that contain more than single digits, #352, #269
  • resolve issues with circular beds

1.0.1rc3

25 Feb 19:58
Compare
Choose a tag to compare
1.0.1rc3 Pre-release
Pre-release
  • resolve issues with circular beds