Skip to content

0.1.0rc1.dev3

Pre-release
Pre-release
Compare
Choose a tag to compare
@FormerLurker FormerLurker released this 10 May 19:33
· 145 commits to rc/devel since this release

This version has a couple of bugfixes and enhancements, but nothing too major. The biggest change is a fix to the software update process. I've been having some trouble with the version number compare, but I believe it was due to me not including the master branch in the rc/devel and rc/maintenance channels. I had implemented a more sophisticated version check, but it wasn't working 100% for various technical reasons, so it was removed. You will likely have to manually update to this version unfortunately, due to the issues with the software update check.

Enahncements

  • Arc welder settings information was added to the output gcode file.
  • Dealt with some c++ math library ambiguities for some compilers. Hopefully this increases the range of OSs that can successfully compile the plugin extension.

Bug Fixes

  • Software update issues - version number detected properly, but no update method exists.