-
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
8 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
Submodule grbl
updated
26 files
+1 −0 | CMakeLists.txt | |
+16 −17 | README.md | |
+57 −1 | changelog.md | |
+11 −5 | coolant_control.h | |
+73 −0 | crc.c | |
+26 −0 | crc.h | |
+10 −4 | driver_opts.h | |
+149 −0 | driver_opts2.h | |
+1 −1 | grbl.h | |
+7 −12 | grbllib.c | |
+25 −21 | ioports.c | |
+51 −2 | machine_limits.c | |
+1 −1 | modbus.h | |
+1 −1 | motion_control.c | |
+12 −13 | nuts_bolts.c | |
+2 −3 | nuts_bolts.h | |
+29 −13 | nvs.h | |
+30 −9 | nvs_buffer.c | |
+44 −2 | pin_bits_masks.h | |
+15 −11 | report.c | |
+631 −638 | settings.c | |
+72 −66 | settings.h | |
+51 −39 | spindle_control.c | |
+19 −15 | spindle_control.h | |
+15 −1 | system.c | |
+18 −4 | system.h |
Submodule spindle
updated
5 files
+8 −28 | modbus_rtu.c | |
+2 −2 | pwm.c | |
+5 −5 | pwm_clone.c | |
+4 −4 | stepper.c | |
+3 −3 | vfd/h100.c |