Releases: paukstelis/Octoprint-Cancelobject
0.5.0
0.4.7
Fix issue with leading 0 in extrusions.
0.4.6
Fix a bad character that prevented compilation.
0.4.5
Add printing tags to allow cancellation with ideaMaker sliced files.
Stop tag regression
This release features two key changes.
- 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".
- 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
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
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
Fixes issues with unicode characters in gcode files.
0.4.0
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
Improved compatibility with ExcludeRegion plugin (thanks to @bradcfisher).
Fixes to activeobject indicator in cancelobject tab (no longer removes cancel button).