-
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
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule grbl
updated
17 files
+21 −1 | changelog.md | |
+4 −1 | core_handlers.h | |
+7 −6 | gcode.c | |
+7 −4 | gcode.h | |
+1 −1 | grbl.h | |
+73 −37 | kinematics/delta.c | |
+9 −2 | kinematics/polar.c | |
+8 −0 | kinematics/wall_plotter.c | |
+103 −5 | machine_limits.c | |
+54 −32 | motion_control.c | |
+1 −1 | nuts_bolts.h | |
+1 −0 | planner.c | |
+5 −0 | plugins_init.h | |
+18 −0 | settings.c | |
+17 −0 | settings.h | |
+7 −3 | state_machine.c | |
+1 −0 | system.h |