Skip to content

v1.0.0-rc

Compare
Choose a tag to compare
@Paciente8159 Paciente8159 released this 11 Jul 20:55
· 2772 commits to master since this release
e0558b2

µCNC

µCNC is still experimental and should not be used for production work. Currently available mcu implementations only support Arduino Uno, and the Rambo board. A hex with a configuration similar to Grbl 1.1 is available.

  • Note: All input pins are internally held high by weak pull-up configuration.

Changes in v1.0.0-rc - 2020-07-11

Added

  • added possibility of changing values og G28 and G30 commands via G10 L2 P28 and G10 L2 P30.
  • added configuration for using software pulling input limit/control pins

Changed

  • configuration now simplified (choose board only and the mcu is selected to match the board)

Fixed

  • fixed code without probe
  • fixed code without spindle
  • compliance to strict-prototype functions