Skip to content

µCNC v1.8.1

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Nov 11:57

Version 1.8.1 introduces endpoints module API. This new feature allows development of web server interfaces (REST) that allow adding new features to WiFi capable devices. One example is the new web pendant module.
It also addressed some issues that affected the graphic display module performance when trying to jog or editing settings values.

Added

  • added new endpoint interface to allow development of web server extension modules for MCU with WiFi (#554)
  • added function to get parser internal position (#537)
  • added new debug stream option to use a dedicated COM channel to print debug verbose (#548)

Changed

  • ESP32 web server now runs on a separate task (#554)
  • ESP32 moved rtc task to core 1 (#554)
  • modified extended codes macro (#538)
  • modified alarm logic to allow execution of real time commands even with alarm conditions active (#548)

Fixed

  • fixed USART ISR vector naming on AVR UNO using web builder generated override files (#557)
  • fixed settings crc calculation to prevent accept invalid incorrect settings structures with stuffed bytes set to and leading to data offset mismatch (#553)
  • fixed startup blocks printing format (#553)
  • prevent alarm condition after enabling setting $21 (#549)
  • fixed variable edit logic error on system menu (#547)
  • fixed some variable types in system menu settings (#547)
  • fixed sign of coordinates with option SET_ORIGIN_AT_HOME_POS (#542)