-
Notifications
You must be signed in to change notification settings - Fork 43
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
+1 −1 | README.md | |
+22 −0 | changelog.md | |
+12 −0 | config.h | |
+51 −3 | gcode.c | |
+3 −0 | gcode.h | |
+1 −1 | grbl.h | |
+1 −1 | machine_limits.c | |
+3 −3 | planner.c | |
+1 −1 | report.c | |
+65 −30 | settings.c | |
+8 −6 | settings.h | |
+34 −2 | stream.c | |
+12 −2 | tool_change.c |