Skip to content

µCNC v1.7.0

Compare
Choose a tag to compare
@Paciente8159 Paciente8159 released this 12 May 09:18
· 1200 commits to master since this release

This is the final 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.

An example of system menu running on RAMPS/Mega board with the graphic_display module for RepRap Discount Full Graphic Smart Controller can be seen here

Added

Changed

  • system menu tweaks and minor fixes (#391)
  • 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)