Skip to content

µCNC v1.9.4

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jul 22:05

This version resolves some issues and comes with some minor improvements.
This version gets republished to address some issues found in the file system module, regarding the Grbl commands parsing.

Contributors:
@patryk3211 - fixed STM32Fx boards SPI implementation (#699)

Added

  • added HAL control access to the SPI CS pin to avoid having to waste a DOUT pin to control it. (#704)

Changed

  • modified flags for ESP32 to force Arduino SPI version (some boards seem to have problems with the SDK version) (#695)
  • modified/merged entry point of user and architecture/board custom Grbl/System commands. This also fixed an issue that made impossible to pass arguments to user commands when the board had custom commands, since the buffer was parsed before command was evaluated for execution. (#696)
  • reverted #695 and #691 for ESP32 Arduino SPI code

Fixed

  • fixed STM32Fx boards compilation errors is probe pin was undefined (#698)
  • fixed STM32Fx boards SPI implementation (#699)
  • fixed ESP32 boards SPI frequency/mode configuration (#703)
  • fixed incomplete code propagation of #696. This prevented Grbl/System commands to propagate correctly and directly affected mount and unmount command of the SD card module (#705)
  • fixed file system commands parsing