Skip to content

µCNC v1.7.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@Paciente8159 Paciente8159 released this 08 May 10:17
· 1205 commits to master since this release

This is an early release of version 1.7. This version introduces the new system menu module.
This module was designed to handle all the user input and menu render logic for graphic displays and LCD's.

The module core was also modified and introduces breaking changes from the previous version so be aware of the version of modules to include with this release.

As an example, the added pre-compiled firmware is for RAMPS/Mega board with the graphic_display module for RepRap Discount Full Graphic Smart Controller. The display uses the u8g2 library handle rendering.

Added

Changed

  • reviewed TinyUSB mcu macros (#384)
  • core module system function declaration tweaks (#373)

Fixed

  • fixed some deprecated PIN checking with ASSERT_PIN that caused compilation issues depending on the enabled options (TMC drivers, and RAMBO digipot and digistep) (#382)
  • fixed USB hang on high rate gcode stress with NXP LPC boards (#386)
  • fixed extended M Codes parsing for TMC drivers when not all AXIS are defined leading to unexpected behavior (#388)