Skip to content

Releases: paukstelis/Octoprint-Cancelobject

0.5.0

05 Feb 01:23
ba77a78
Compare
Choose a tag to compare

This update parses M486 commands. This enables the use of either OctoPrint Comments or Firmware-Specific object labeling in PrusaSlicer.

0.4.7

16 Feb 13:02
Compare
Choose a tag to compare

Fix issue with leading 0 in extrusions.

0.4.6

01 Aug 00:41
Compare
Choose a tag to compare

Fix a bad character that prevented compilation.

0.4.5

31 Jul 15:10
Compare
Choose a tag to compare

Add printing tags to allow cancellation with ideaMaker sliced files.

Stop tag regression

23 Aug 17:33
Compare
Choose a tag to compare

This release features two key changes.

  1. I thought including the stop printing tags that are provided by PrusaSlicer/SuperSlicer would enhance things, but it appears to actually cause trouble when wipe+retract on layer change are used. This is because wipe+retract occurs after the stop object tag and this can lead to unnecessary wipe movements and retractions that are not compensated in the next object (leading to filament unloading). This has now been added as a Settings option that defaults to "False".
  2. In previous versions, if the ENDGCODE tag was not included and the last object was cancelled, OctoPrint would become unresponsive until a new print was started. This has been fixed.

0.4.3

13 Aug 18:31
Compare
Choose a tag to compare

Fixes long-standing issue that leads to a required restart if the print terminates while skipping an object. Also fixes potential issues that will arise from Python3 migration.

0.4.2

17 Jul 23:44
Compare
Choose a tag to compare

Major changes include support of SuperSlicer object information comments and PrusaSlicer/SuperSlicer stop printing comments for objects. Also adds setting to turn gcode viewer markers on/off by default.

0.4.1

17 Jan 21:59
Compare
Choose a tag to compare

Fixes issues with unicode characters in gcode files.

0.4.0

07 Jan 22:03
Compare
Choose a tag to compare

A variety if improvements by gdombiak. Includes needed Python3 changes and compatibility for Octoprint 1.4.0. Also includes improvements in extrusion tracking.

0.3.3

31 Aug 12:23
Compare
Choose a tag to compare

Improved compatibility with ExcludeRegion plugin (thanks to @bradcfisher).
Fixes to activeobject indicator in cancelobject tab (no longer removes cancel button).