-
Notifications
You must be signed in to change notification settings - Fork 46
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
14 files
+2 −2 | README.md | |
+23 −1 | changelog.md | |
+40 −0 | config.h | |
+12 −1 | crossbar.c | |
+37 −2 | crossbar.h | |
+44 −9 | gcode.c | |
+1 −1 | grbl.h | |
+11 −2 | hal.h | |
+225 −1 | motor_pins.h | |
+12 −0 | nuts_bolts.h | |
+13 −3 | planner.c | |
+27 −2 | settings.c | |
+10 −1 | settings.h | |
+28 −16 | stepper.c |