µCNC v1.9.0
Version 1.9.0 adds core support to STM32F0.
It also introduces RP2040 support for multicore mode.
Additionally a new file system wrapper module was added to provide unified access to different media supports and file systems (MCU flash and external flash drives like SD cards)
Added
- added support for STM32F0 core (#681)
- new file system module. A C wrapper to work with files (in Flash or external memories) (#674)
- new generic, customizable ring buffer for communications (#676)
- new option to run RP2040 in multicore mode (experimental) (#677)
Changed
- force DSS mode in THC tool mode (#625)
- decouple step encoder position from the interpolator step position (#630)
Fixed
- fix systems sync after HMap generation and retration motions between probes (#680)