Skip to content

µCNC v1.4.2

Compare
Choose a tag to compare
@Paciente8159 Paciente8159 released this 19 Apr 01:06
· 2015 commits to master since this release

µCNC version 1.4.2 makes some changes to improve compatibility with Grbl software and patches some issues from the previous versions.

Changed

  • added option to accept G0 and G1 without explicit axis words to target (#169)
  • implemented Grbl report status mask (#170)
  • full Grbl welcome message emulation to fix recognition by PC softwares (#170)
  • modified startup blocks execution to match Grbl behavior (#170)

Fixed

  • fixed parser wrong coordinates after coordinate offset command changes axis followed by a motion command with implicit target coordinates modified by the previous command, resulting in unexpected motion path (#170)
  • forces run state flag during dwell (reported idle state) (#170)