-
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
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule grbl
updated
11 files
+35 −0 | changelog.md | |
+29 −20 | gcode.c | |
+1 −1 | grbl.h | |
+1 −1 | modbus.h | |
+1 −1 | motion_control.c | |
+68 −3 | report.c | |
+2 −0 | report.h | |
+61 −33 | spindle_control.c | |
+17 −3 | spindle_control.h | |
+9 −0 | stepper2.c | |
+1 −0 | stepper2.h |
Submodule spindle
updated
9 files
+6 −0 | modbus_rtu.c | |
+35 −32 | stepper.c | |
+44 −62 | vfd/gs20.c | |
+42 −60 | vfd/h100.c | |
+44 −60 | vfd/huanyang.c | |
+42 −60 | vfd/huanyang2.c | |
+45 −62 | vfd/modvfd.c | |
+60 −51 | vfd/nowforever.c | |
+42 −60 | vfd/yl620.c |