Skip to content

µCNC v1.9.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 03 May 09:30

This version adds a new (still experimental) option to run the step generator on an ISR/task.

Added

  • added new option to run the step generator interpolator in an ISR task and outside of the main loop. This should ensures the interpolator and the step ISR never gets starved and might aid to future code simplification (#685)

Changed

  • modified platformIO configuration files to include common libraries via the main platform.ini file (like u8g2)

Fixed

  • fixed G39/Height map clearing calls (#683)
  • fixed file system typo that caused to build errors (#682)