Skip to content

Version 1.5.12

Compare
Choose a tag to compare
@martin2250 martin2250 released this 26 Apr 20:01
· 13 commits to master since this release

All new features in this release were contributed by Joao (@Paciente8159). Thank you for contributing to OpenCNCPilot!

What's Changed

Probe X Y offset (#163, previously suggested by Roney here: #152)

It is now possible to automatically offset the height map by a fixed distance in XY, making it easier to use a probing tool that is offset from the spindle axis.
image

Import and export grbl settings (#164)

In the GRBL settings window, it is now possible to import/export all settings from/to a text file.

Support for the uCNC firmware (#165)

uCNC is a different firmware for CNC controllers, similar to GRBL. It supports additional g codes and is compatible with more microcontroller architectures than plain GRBL. Right now, switching between uCNC and GRBL modes only selects between different tables for error codes and firmware settings. Contributed by no other than the author uf uCNC himself!

New Contributors

Full Changelog: v1.5.11...v1.5.12