Skip to content

µCNC v1.8.9

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Mar 17:05

This release comes with the following changes:

Contributors

@lonelycorn - fixed DEBUG_STREAM when only one stream available (#664)
@kunikonno - fixed WiFi settings loading at initialization (#659)(#660)

Added

  • new flash files JSON API (RP2040, ESP32 and ESP8266) (#663)

Changed

  • clamp DSS_CUTOFF_FREQ in the sanity check (#670)
  • added custom function to allow predefining IO state at startup (#669)
  • added spindle relay tool speed range function (#658)

Fixed

  • prevent DEBUG_STREAM printing before initialization (#666)
  • fixed DEBUG_STREAM when only one stream available (#664)
  • fixed ESP8266 EEPROM WiFi saved settings not loaded at initialization (#660)
  • fixed RP2040 EEPROM WiFi saved settings not loaded at initialization (#659)