Skip to content

Releases: scmanjarrez/OctoPrint-SmartABL

SmartABL 1.3rc0

05 Jul 18:03
Compare
Choose a tag to compare
SmartABL 1.3rc0 Pre-release
Pre-release

Fixed error in prusa (MK3) firmwares where mesh is disabled due to homing Z axis. A workaround was implemented to re-enable it by leveraging hidden function thanks to @jmickelin analysis.

SmartABL 1.2.2

25 Jun 22:52
85a5337
Compare
Choose a tag to compare

SmartABL 1.2.1

24 Jun 13:59
Compare
Choose a tag to compare

Important fix:

  • Added code to restore gcode queue on cancel/stop print. Added condition to avoid reading multiple ABL commands (pausing print for ever)

SmartABL 1.2.0

15 Jun 23:47
Compare
Choose a tag to compare

Features:

  • Added command @SMARTABLRESET to reset counter by terminal/gcode #17

SmartABL 1.1.0

04 May 16:17
Compare
Choose a tag to compare

Fixes:

  • Recovered functionality from earlier versions that was removed after algorithm update (save to EEPROM on marlin firmware) #15
  • Multiple ABL triggers

Improvement:

  • Increased unlock_queue timeout

Features:

  • Added setting to use SmartABL on unknown firmwares (you need to configure manually the trigger gcode and the gcode sent to the printer in order to make it work)

SmartABL 1.1.0rc1

29 Apr 00:21
Compare
Choose a tag to compare
SmartABL 1.1.0rc1 Pre-release
Pre-release

Fixes:

  • Multiple ABL triggers

Improvement:

  • Increased unlock_queue timeout

SmartABL 1.1.0rc0

28 Apr 00:19
Compare
Choose a tag to compare
SmartABL 1.1.0rc0 Pre-release
Pre-release

Fixes:

  • Recovered functionality from earlier versions that was removed after algorithm update (save to EEPROM on marlin firmware) #15

SmartABL 1.0.0

14 Apr 20:03
Compare
Choose a tag to compare

Features:

  • Added compatiblity with Prusa-buddy
  • Added custom gcode trigger. Now you can choose what gcode triggers ABL instead of the standard ones (G29/G80/BED_MESH_CALIBRATE)

Improvements:

  • Settings page
  • README
  • plugins.octoprint.org SmartABL page

SmartABL 1.0.0rc0

05 Apr 11:42
Compare
Choose a tag to compare
SmartABL 1.0.0rc0 Pre-release
Pre-release

Features:

  • Added compatiblity with Prusa-buddy
  • Added custom gcode trigger. Now you can choose what gcode triggers ABL instead of the standard ones (G29/G80/BED_MESH_CALIBRATE)

Improvements:

  • Settings page
  • README
  • plugins.octoprint.org SmartABL page

SmartABL 0.5.2

03 Apr 13:28
Compare
Choose a tag to compare

Bugfix:

  • Sometimes, the plugin wasn't able to detect if a mesh was valid/invalid and got stuck. Now it has a timeout to avoid this problem.

Features:

  • Compatibility with Unified bed leveling.