Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for synchonized tool/motion commands #339

Merged
merged 16 commits into from
Dec 13, 2022
Merged
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,15 +110,6 @@ List of Supported G-Codes since µCNC 1.3.0:
- Laser PPI M126*(mode) M127*(PPI) and M128*(Pulse width)
- Valid Non-Command Words: E (used by 3D printing firmware like [Marlin](https://github.com/MarlinFirmware/Marlin)) (currently not used)

- Other G/M codes available via [external modules](https://github.com/Paciente8159/uCNC-modules)
- Cubic and quadratic splines: G5/G5.1
- Stepper enable/disable: M17/M18
- General Pin Control: M42
- Enable/disable digital output pin synched/immediately: M62/M63/M64/M65
- Enable/disable analog output pin synched/immediately: M67/M68
- Enable/disable a digital output that controls the PSU: M80/M81
- Smoothieware laser clustering mode modified gcode

* see notes

```
Expand All @@ -133,6 +124,16 @@ NOTES:
- _M6 additional tools can be defined in HAL file_
- _M10 only active if servo motors are configured_

Other G/M codes available via [external modules](https://github.com/Paciente8159/uCNC-modules)
- Cubic and quadratic splines: G5/G5.1
- Spindle synchronized motion: G33
- Stepper enable/disable: M17/M18
- General Pin Control: M42
- Enable/disable digital output pin synched/immediately: M62/M63/M64/M65
- Enable/disable analog output pin synched/immediately: M67/M68
- Enable/disable a digital output that controls the PSU: M80/M81
- Smoothieware laser clustering mode modified gcode

**ALL custom G/M codes require at least ENABLE_PARSER_MODULES option enabled**

TODO List of G-Codes in µCNC future releases:
Expand Down
Loading