Releases: OctoPrint/OctoPrint-FixCBDFirmware
Releases · OctoPrint/OctoPrint-FixCBDFirmware
0.4.0
Changes
- #4 Reduce logging verbosity for recurring replacements
- Add a "Prerelease" release channel
- Code now uses
pre-commit
, black
, prettier
, isort
and flake8
just like OctoPrint itself.
0.3.0
Improvements
- Also include
E
axis in 0-transformation for M18
and M84
. See also #2, thanks to @Azelphur for the PR.
0.2.1
Bug fixes
- Fix reported version number
0.2.0
Improvements
- Rewrite
X
/Y
/Z
parameters to zero-trailing versions on M18
and M84
as well (same issues as G28
). See also #1, thanks to @Azelphur for the PR.