Skip to content

1.1.1

Compare
Choose a tag to compare
@FormerLurker FormerLurker released this 07 Feb 20:26
· 47 commits to master since this release

This is mostly a bugfix release, but also contains support for the 'UltiGcode' comment. Please drop some feedback here. I'd LOVE a note if you were able to find a build that works for you, and if you were able to get it working. I want to hear about the good things, the bad things, and everything in-between, and will work to improve the software based on your input. Thank you for trying Arc Welder!

Enhancements

  • Support for UltiGcode. Preserves the first comment as the first line if it is equal to ;FLAVOR:UltiGCode
  • Added slicer integration instructions to the README.md file

Bug Fixes

  • Fixed a regression added in 1.1.0, where empty lines in a gcode file that appear between commands that would generate an arc could be inserted out-of-order. Empty lines are now taken into account, and removed when necessary. Solves #34.