-
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
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule grbl
updated
22 files
+4 −3 | README.md | |
+30 −0 | changelog.md | |
+116 −38 | gcode.c | |
+33 −7 | gcode.h | |
+1 −1 | grbl.h | |
+2 −2 | kinematics/polar.c | |
+162 −8 | ngc_flowctrl.c | |
+164 −32 | ngc_params.c | |
+16 −7 | ngc_params.h | |
+14 −0 | nuts_bolts.c | |
+3 −0 | nuts_bolts.h | |
+2 −0 | planner.c | |
+2 −0 | planner.h | |
+22 −2 | platform.h | |
+6 −2 | protocol.c | |
+19 −13 | report.c | |
+17 −1 | stepper.c | |
+3 −0 | stepper.h | |
+31 −28 | stream.c | |
+1 −1 | system.c | |
+5 −2 | system.h | |
+2 −2 | tool_change.c |
Submodule keypad
updated
from 627a2b to 124902