-
Notifications
You must be signed in to change notification settings - Fork 11
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
14 files
+17 −0 | changelog.md | |
+37 −1 | config.h | |
+23 −11 | coolant_control.c | |
+5 −3 | coolant_control.h | |
+8 −10 | gcode.c | |
+1 −1 | grbl.h | |
+1 −1 | motion_control.c | |
+6 −27 | ngc_params.c | |
+66 −15 | settings.c | |
+13 −13 | settings.h | |
+44 −57 | spindle_control.c | |
+5 −5 | spindle_control.h | |
+16 −28 | state_machine.c | |
+3 −4 | tool_change.c |