Skip to content

AxiDraw Software 3.3.0

Compare
Choose a tag to compare
@oskay oskay released this 13 Jun 20:01
· 50 commits to master since this release

A minor compatibility and maintenance release.


Getting the software

Inkscape (GUI) software releases are hosted at https://wiki.evilmadscientist.com/Axidraw_Software_Installation (short link: https://axidraw.com/sw ). Formats include Mac and Windows installers, as well as a direct ZIP download for manual installation on Mac, Windows, or Linux, or for making your own use of the source code. These installers also include the latest EggBot and WaterColorBot software for Inkscape. An archive for manual installation is attached to this release as well.

Python/CLI API releases are hosted at https://axidraw.com/doc/py_api/ and https://axidraw.com/doc/cli_api/ , which are the documentation sites for those two APIs. Both contain permalinks for latest version as well as an archival link to this particular version, as well as installation and upgrade instructions. An archive for manual installation is attached to this release as well.


Changes

  • Issue #119; add support for --user flag on API install.
  • Added support for new AxiDraw V3/B6 model.
  • Remove calls to the deprecated function distutils.version.LooseVersion
    • Replaced with packaging.version.parse; added packaging as a dependency.
    • Updated version of plotink, which makes the same change for the same reason.