Skip to content

µCNC v1.7.1

Compare
Choose a tag to compare
@Paciente8159 Paciente8159 released this 13 May 18:14
· 1188 commits to master since this release

Version 1.7.1 rolls out a couple of additions and some fixes to jogging
A shout out to @patryk3211 for giving is first contribution to µCNC

Contributors

@patryk3211 - new events at each axis homing (#393)

Added

  • new events at each axis homing start and end to allow custom actions like probe/limit deploying #393

Changed

  • modified ~ char logic to allow passthrough if a Grbl system command is being sent. This allows to write short file names to sd card addon module via commands (#395)
  • system menu now displays the axis realtime position while axis is locked for jogging (#398)

Fixed

  • fixed position unshynchronized after cancaling a jog motion (#399)
  • system menu jog command bad string initialization leading to random buffer overflow errors (#398)