Skip to content

µCNC v1.11.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jan 10:46

These are the changes in version 1.11.2

Added

  • added option to allow rotational axis to ignore limits after homing (#803)
  • added option to use HW SPI on digipot module (#808)

Changed

  • improved settings variable types code readability (#821)
  • improved homing error codes output/logic (#804)
  • modified ESP8266 to use direct GPIO registers (#800)

Fixed

  • fixed var type in some homing settings that caused incorrect value report/storing (#819)
  • fixed SPI typo on ESP8266 bulk send (#800)
  • fixed compilation error with TOOL_COUNT set to 0 (#814)
  • fixed parsing validation for extended commands with axis words (#809)
  • fixed 74hc595 module to get pin value mask (#797)
  • fixed kinematics default settings values for DELTA types (switched) (#796)