New Features
- USB Host MCUs like the ESP32-S3 have a native USB option. Host mode allows direct USB connection to displays and pendants. See the wiki.
- More idle disable control You can now exempt individual axes from disabling in idle mode. Use
idle_disable: falseto keep the axis enabled at all times. The default is true, so it should not adversely affect any existing config files. See the wiki. - More UART options. You can now setup Tx or Rx only UARTs. This could free up a gpio pin for other uses. See the wiki
Bug Fixes
- The $C, gcode check mode was not resetting properly.
- Hardstop probing was not correctly entering idle and the probe.
- Fix an endif issue in gcode expressions.
- Fixed an issue with tool numbers when macros are used.