Skip to content

Releases: The-EG/OctoPrint-UBLMeshEdit

0.3.2

19 May 16:13
Compare
Choose a tag to compare

UBL Mesh Editor - 0.3.2

🐞 Bug Fixes

  • Fix Python 2 Compatibility (#15)

0.3.1

23 Apr 13:23
Compare
Choose a tag to compare

UBL Mesh Editor 0.3.1

Changes since 0.3.0:

  • Remove redundant js client lib includes from the plugin tab jinja template

0.3.0

10 Apr 21:07
3930c22
Compare
Choose a tag to compare

New features:

  • Show mesh column and row headers (I & J). This can be toggled in the plugin settings:
    image
  • Indicate circular bed boundary. This can also be toggled in the plugin settings:
    image
  • Handle meshes with invalid points. Invalid points will be displayed as '-' and can be edited as normal (more features to come):
    image

0.3.0rc1

11 Mar 15:33
Compare
Choose a tag to compare
0.3.0rc1 Pre-release
Pre-release

New Features:

  • Display mesh I and J index headers:
    image
    This new feature can be turned on in the plugin settings (Show Mesh Row & Column Indexes)
  • Indicate Circular Bed Extents:
    image
    This new feature can be turned on in the plugin settings (Circular Bed (Delta))

0.2.2

05 Mar 11:52
Compare
Choose a tag to compare

Fixes:

  • Fix detection for ABL with mesh subdivision (Snapmaker) (#5)
  • Add a note when no mesh is detected, directing user to open issue

0.2.1

28 Feb 14:47
Compare
Choose a tag to compare

New Features:

  • Basic ABL compatibility: this plugin will now attempt to show and allow point editing of ABL meshes, however a warning will be displayed and most other features will be disabled. This warning can be hidden in the plugin settings.
  • Added an 'Export GCode' button. This button will export (download) a gcode file with the current mesh values. This gcode file can be loaded back into OctoPrint and 'printed' to restore the mesh values. This can be used to back up meshes, or transfer them between printers. This requires the meshes to have the same grid size.

0.2.0rc2

28 Feb 14:25
Compare
Choose a tag to compare
0.2.0rc2 Pre-release
Pre-release

New features:

  • Basic ABL compatibility: this plugin will now attempt to show and allow point editing of ABL meshes, however a warning will be displayed and most other features will be disabled. This warning can be hidden in the plugin settings.

New features from 0.2.0rc1:

  • Added an 'Export GCode' button. This button will export (download) a gcode file with the current mesh values. This gcode file can be loaded back into OctoPrint and 'printed' to restore the mesh values. This can be used to back up meshes, or transfer them between printers. This requires the meshes to have the same grid size.

0.1.2

27 Feb 13:26
Compare
Choose a tag to compare

Fixes:

  • Fix an issue that would cause some buttons to be stuck in disabled or enabled state until the browser page was refreshed.

0.2.0rc1

25 Feb 21:25
Compare
Choose a tag to compare
0.2.0rc1 Pre-release
Pre-release

v0.2.0 Release Candidate 1

New features:

  • Added an 'Export GCode' button. This button will export (download) a gcode file with the current mesh values. This gcode file can be loaded back into OctoPrint and 'printed' to restore the mesh values. This can be used to back up meshes, or transfer them between printers. This requires the meshes to have the same grid size.

Release v0.1.1

25 Feb 17:11
Compare
Choose a tag to compare

Fix #4 - fixed an issue where firmware that output spaces instead of tabs and additional info after 'ok' would cause the mesh to not load.