-
Notifications
You must be signed in to change notification settings - Fork 14
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
11 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
Submodule grbl
updated
30 files
+2 −2 | README.md | |
+136 −1 | changelog.md | |
+3 −7 | core_handlers.h | |
+26 −18 | crossbar.h | |
+6 −0 | driver_opts.h | |
+60 −23 | gcode.c | |
+19 −0 | gcode.h | |
+1 −1 | grbl.h | |
+2 −2 | grbllib.c | |
+1 −25 | hal.h | |
+1 −0 | ioports.h | |
+2 −2 | kinematics/delta.c | |
+1 −1 | nuts_bolts.c | |
+2 −7 | nvs_buffer.c | |
+8 −12 | planner.c | |
+46 −15 | protocol.c | |
+3 −0 | protocol.h | |
+146 −1 | report.c | |
+12 −1 | report.h | |
+215 −0 | rgb.h | |
+15 −2 | settings.c | |
+7 −1 | settings.h | |
+6 −32 | stepper.c | |
+36 −16 | stream.c | |
+7 −1 | stream.h | |
+87 −23 | system.c | |
+3 −1 | system.h | |
+8 −8 | tool_change.c | |
+52 −22 | vfs.c | |
+15 −3 | vfs.h |
Submodule spindle
updated
8 files
+3 −8 | modbus_rtu.c | |
+5 −10 | onoff.c | |
+4 −9 | pwm.c | |
+2 −2 | pwm_clone.c | |
+6 −11 | select.c | |
+2 −6 | stepper.c | |
+3 −3 | vfd/nowforever.c | |
+4 −9 | vfd/spindle.c |