Skip to content

v0.3.0

Compare
Choose a tag to compare
@Anonoei Anonoei released this 29 Oct 22:57
· 28 commits to main since this release
  • Movement patterns are now safe, so it won't crash your toolhead
  • Added z as a valid axis
  • Movement patterns travel minimum distance required to reach the expected velocity/accel
  • Due to several people having issues, I added a Update klippy-env section to the README
  • Updated graph min/max calculation to give better results - also reduced to only one variable for each min/max
  • Graphs now export to printer_data/logs instead of printer_data/config

Possible breaking changes:

  • z is no longer a config/argument that can be used
  • All the _ITTR and _DIST config/arguments have been removed
  • All the _ACCU are now percentages (for instance, 0.05 = 5%), instead of values

Removed a lot of code duplication
General code cleanup