-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule grbl
updated
13 files
+2 −2 | README.md | |
+24 −1 | changelog.md | |
+41 −0 | config.h | |
+2 −2 | crossbar.h | |
+58 −10 | gcode.c | |
+25 −2 | gcode.h | |
+1 −1 | grbl.h | |
+12 −4 | pin_bits_masks.h | |
+40 −0 | planner.c | |
+11 −1 | planner.h | |
+51 −4 | settings.c | |
+10 −2 | state_machine.c | |
+41 −9 | stepper.c |